blob: d21792482b56ca159fab6ce0beb2ccf196e41eb9 (
plain)
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
|
.TH sbofind 1 "Pungenday, Bureaucracy 29, 3178 YOLD" "sbotools 0.7 fnord" dawnrazor.net
.SH NAME
.P
sbofind - search slackbuilds.org tree for a given name
.SH SYNAPSES
.P
sbofind [-hvir] 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. For a more general search, the slackbuilds.org site should be consulted, where tags also exist and are included in the searched fields.
.SH OPTIONS
.P
-h
.RS
Show help information.
.RE
.P
-v
.RS
Show sbotools version information.
.RE
.P
-i
.RS
Show the contents of a the .info file for each slackbuild found.
.RE
.P
-r
.RS
Show the contents of the README file for each slackbuild found.
.RE
.SH BUGS
.P
None known, but there may be some. Please report any found to j@dawnrazor.net; patches are always welcome. In the future sbotools may exist in a public git repository and this section may change to reflect that.
.SH SEE ALSO
.P
sbocheck(1), sboclean(1), sboconfig(1), sboinstall(1), sboupgrade(1), sbosnap(1), sbotools.conf(5)
.SH AUTHOR
.P
Jacob Pipkin <j@dawnrazor.net>
|