sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit 338ae6ada059b1cd53ac6f5c9280c0ea46366e8a
parent 8acd43fa1224cb3a1177d3ae87320d2f3f24fb81
Author: Jacob Pipkin <d4wnr4z0r@yahoo.com>
Date:   Mon, 28 May 2012 13:09:07 -0500

added requirement-parsing wording to man pages, updated date and version: 0.4 -> 0.5

Diffstat:
Mman1/sbocheck.1 | 2+-
Mman1/sboconfig.1 | 2+-
Mman1/sbofind.1 | 2+-
Mman1/sboinstall.1 | 6+++---
Mman1/sbosnap.1 | 2+-
Mman1/sboupgrade.1 | 6+++---
Mman5/sbotools.conf.5 | 4++--
7 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/man1/sbocheck.1 b/man1/sbocheck.1 @@ -1,4 +1,4 @@ -.TH sbocheck 1 "Sweetmorn, the 73rd day of Discord in the YOLD 3178" "sbotools 0.4 fnord" dawnrazor.net +.TH sbocheck 1 "Pungenday, the 2nd day of Confusion in the YOLD 3178" "sbotools 0.5 fnord" dawnrazor.net .SH NAME .P sbocheck - update a local slackbuilds.org tree and check for updates. diff --git a/man1/sboconfig.1 b/man1/sboconfig.1 @@ -1,4 +1,4 @@ -.TH sboconfig 1 "Sweetmorn, the 73rd day of Discord in the YOLD 3178" "sbotools 0.4 fnord" dawnrazor.net +.TH sboconfig 1 "Pungenday, the 2nd day of Confusion in the YOLD 3178" "sbotools 0.5 fnord" dawnrazor.net .SH NAME .P sboconfig - set sbotools configuration options. diff --git a/man1/sbofind.1 b/man1/sbofind.1 @@ -1,4 +1,4 @@ -.TH sbofind 1 "Sweetmorn, the 73rd day of Discord in the YOLD 3178" "sbotools 0.4 fnord" dawnrazor.net +.TH sbofind 1 "Pungenday, the 2nd day of Confusion in the YOLD 3178" "sbotools 0.5 fnord" dawnrazor.net .SH NAME .P sbofind - search slackbuilds.org tree for a given name diff --git a/man1/sboinstall.1 b/man1/sboinstall.1 @@ -1,4 +1,4 @@ -.TH sboinstall 1 "Sweetmorn, the 73rd day of Discord in the YOLD 3178" "sbotools 0.4 fnord" dawnrazor.net +.TH sboinstall 1 "Pungenday, the 2nd day of Confusion in the YOLD 3178" "sbotools 0.5 fnord" dawnrazor.net .SH NAME .P sboinstall - install slackbuilds @@ -7,7 +7,7 @@ sboinstall - install slackbuilds sboinstall [-h] [-v] [-d TRUE|FALSE] [-j #|FALSE] [-c TRUE|FALSE] [-N] [-r] [-i] [-p] sbo_name (sbo_name) .SH DESCRIPTION .P -sboinstall is equivalent to sboupgrade -N, but is faster, so is preferred if only installing one or more new packages. +sboinstall is equivalent to sboupgrade -N, but is faster, so is preferred if only installing one or more new packages. If the -r flag is NOT specified, sboinstall will attempt to grok a list of requirements in the README for a given slackbuild. If such a list exists, sboinstall will look to see whether or not those requirements are already installed, and if not, it will ask whether or not it should attempt to install them first. Note that this method is FAR from foolproof, which is why this does not happen if the README is bypassed. .SH OPTIONS .P -h @@ -56,7 +56,7 @@ Show sbotools version information. .RE .SH BUGS .P -None that I'm aware of, but I may have missed 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. +Requirement parsing is not foolproof; there are very likely corner cases where it does not function as expected. If any such cases are found, please report this to j@dawnrazor.net; patches are always welcome as well. .SH SEE ALSO .P sbocheck(1), sboconfig(1), sbofind(1), sbosnap(1), sbotools.conf(5) diff --git a/man1/sbosnap.1 b/man1/sbosnap.1 @@ -1,4 +1,4 @@ -.TH sbosnap 1 "Sweetmorn, the 73rd day of Discord in the YOLD 3178" "sbotools 0.4 fnord" dawnrazor.net +.TH sbosnap 1 "Pungenday, the 2nd day of Confusion in the YOLD 3178" "sbotools 0.5 fnord" dawnrazor.net .SH NAME .P sbosnap - slackbuilds.org tree fetch and update command. diff --git a/man1/sboupgrade.1 b/man1/sboupgrade.1 @@ -1,4 +1,4 @@ -.TH sboupgrade 1 "Sweetmorn, the 73rd day of Discord in the YOLD 3178" "sbotools 0.4 fnord" dawnrazor.net +.TH sboupgrade 1 "Pungenday, the 2nd day of Confusion in the YOLD 3178" "sbotools 0.5 fnord" dawnrazor.net .SH NAME .P sboupgrade - install or upgrade slackbuilds @@ -7,7 +7,7 @@ sboupgrade - install or upgrade slackbuilds sboupgrade [-h] [-v] [-d TRUE|FALSE] [-j #|FALSE] [-c TRUE|FALSE] [-f] [-N] [-r] [-i] sbo_name (sbo_name) .SH DESCRIPTION .P -sboupgrade is used to upgrade packages installed from slackbuilds. +sboupgrade is used to upgrade packages installed from slackbuilds. For new package installations, if the -r flag is NOT specified, sboupgrade will attempt to grok a list of requirements in the README for a given slackbuild. If such a list exists, sboupgrade, will look to see whether or not those requirements are already installed, and if not, it will ask whether or not it should attempt to install them first. Note that this method is FAR from foolproof, which is why this does not happen if the README is bypassed. .SH OPTIONS .P -h @@ -55,7 +55,7 @@ Show sbotools version information. .RE .SH BUGS .P -None that I'm aware of, but I may have missed 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. +Requirement parsing is not foolproof; there are very likely corner cases where it does not function as expected. If any such cases are found, please report this to j@dawnrazor.net; patches are always welcome as well. .SH SEE ALSO .P sbocheck(1), sboconfig(1), sbofind(1), sbosnap(1), sbotools.conf(5) diff --git a/man5/sbotools.conf.5 b/man5/sbotools.conf.5 @@ -1,10 +1,10 @@ -.TH sbotools.conf 5 "Sweetmorn, the 73rd day of Discord in the YOLD 3178" "sbotools 0.4 fnord" dawnrazor.net +.TH sbotools.conf 5 "Pungenday, the 2nd day of Confusion in the YOLD 3178" "sbotools 0.5 fnord" dawnrazor.net .SH NAME .P sbotools.conf - configuration file for sbotools commands. .SH DESCRIPTION .P -This file, location at /etc/sbotools/sbotools.conf, contains key=value configuration parameters, and is read by all of the sbotools commands. +This file, location at /etc/sbotools/sbotools.conf, contains KEY=VALUE configuration parameters, and is read by all of the sbotools commands. .P The current configuration keys are as follows: .P