1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
.TH sbofind 1 "Boomtime, Discord 44, 3185 YOLD" "sbotools 2.6" dawnrazor.net
.SH NAME
.P
sbofind - search slackbuilds.org tree for a given name
.SH SYNAPSES
.P
sbofind [-h|-v] [-ir] search_term
.SH DESCRIPTION
.P
sbofind searches the names of all slackbuilds for a given term. It reports back any slackbuilds found along with the path for each. This is equivalent to running "cd /usr/ports; make search name=$search_term display=name,path" on a FreeBSD system. If the repository includes a TAGS.txt file, that will be used to find more results as well.
.SH OPTIONS
.P
-h|--help
.RS
Show help information.
.RE
.P
-v|--version
.RS
Show version information.
.RE
.P
-e|--exact
.RS
Only exact matching.
.RE
.P
-t|--no-tags
.RS
Exclude tags from search.
.RE
.P
-i|--info
.RS
Show the contents of the .info file for each slackbuild found.
.RE
.P
-r|--readme
.RS
Show the contents of the README file for each slackbuild found.
.RE
.P
-q|--queue
.RS
Show the build queue for each slackbuild found.
.RE
.SH EXIT CODES
.P
sbofind can exit with the following exit codes:
.RS
0: all operations were succesful.
.RE
.RS
1: a usage error occured, ie sbofind was ran with nothing to find.
.RE
.RS
6: sbofind was unable to obtain a required file handle.
.RE
.SH BUGS
.P
None known, but there may be some. Please report any found to https://github.com/pink-mist/sbotools/issues ; patches are always welcome.
.SH SEE ALSO
.P
sbocheck(1), sboclean(1), sboconfig(1), sboinstall(1), sboremove(1), sbosnap(1), sboupgrade(1), sbotools.conf(5)
.SH AUTHORS
.P
Jacob Pipkin <j@dawnrazor.net>
.P
Luke Williams <xocel@iquidus.org>
.P
Andreas Guldstrand <andreas.guldstrand@gmail.com>
|