mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-12 21:10:21 +03:00
change date in man pages; tweak TODO and README
This commit is contained in:
parent
e506f6799d
commit
7e66ccb047
@ -8,16 +8,15 @@ Homepage: http://code.google.com/p/sbopkg
|
||||
Sbopkg is a command-line and dialog-based tool to synchronize with the
|
||||
SlackBuilds.org repository, a collection of third-party SlackBuild
|
||||
scripts to build Slackware packages. Sbopkg will allow the user to
|
||||
browse his or her local copy of the repository, read the ChangeLog,
|
||||
and view the README, SlackBuild, .info, and slack-desc files for each
|
||||
package. Sbopkg will also allow the user to select packages to build
|
||||
and it will download the source code, check the md5sum, and build a
|
||||
Slackware package. It will not check dependencies, automatically
|
||||
install the package, or otherwise track what has been installed.
|
||||
There are already package tools for Slackware that do those things.
|
||||
Sbopkg is one thing and one thing only: a medium to easily browse a
|
||||
local copy of the SlackBuilds.org repository and build packages from
|
||||
it.
|
||||
browse his or her local copy of the repository, read the ChangeLog, display
|
||||
potential updates to SlackBuilds.org packages, and view the README, SlackBuild,
|
||||
.info, and slack-desc files for each package. Sbopkg will also allow the user
|
||||
to select packages to build and it will download the source code, check the
|
||||
md5sum, and build a Slackware package. It will not check dependencies,
|
||||
automatically install the package, or otherwise track what has been installed.
|
||||
There are already package tools for Slackware that do those things. Sbopkg is
|
||||
one thing and one thing only: a medium to easily browse a local copy of the
|
||||
SlackBuilds.org repository and build packages from it.
|
||||
|
||||
Sbopkg can be also be used strictly from the command line without the
|
||||
dialog interface, to rsync, read the ChangeLog, view package files,
|
||||
|
@ -21,8 +21,9 @@ Sbopkg TODO (in no particular order)
|
||||
Slackware versions, i.e. /home/sbo/11.0 and /home/sbo/12.0. The
|
||||
first menu in the dialog after selecting "Browse" would be a menu
|
||||
showing the various Slackware versions in the local mirror. UPDATED:
|
||||
This has been added to SVN and should appear in version 0.0.6.
|
||||
This was added to version 0.0.6.
|
||||
* Include ability to search and display updates to installed SBo packages.
|
||||
UPDATE: Alpha code for this feature is in SVN.
|
||||
UPDATE: Preliminary experimental code for this feature first
|
||||
appeared in version 0.0.8.
|
||||
* More error checking.
|
||||
* General code cleanups.
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH SBOPKG.CONF 5 "July 2008" sbopkg-SVN ""
|
||||
.TH SBOPKG.CONF 5 "August 2008" sbopkg-SVN ""
|
||||
.SH NAME
|
||||
.B sbopkg.conf
|
||||
\- Configuration file for sbopkg
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH SBOPKG 8 "July 2008" sbopkg-SVN ""
|
||||
.TH SBOPKG 8 "August 2008" sbopkg-SVN ""
|
||||
.SH NAME
|
||||
.B sbopkg
|
||||
\ - The SlackBuilds.org Package Browser
|
||||
@ -67,7 +67,9 @@ will build foo and then bar.
|
||||
|
||||
.TP 5
|
||||
.B -c
|
||||
Display list of installed SBo packages and potential updates.
|
||||
Display list of installed SBo packages and potential updates. This is
|
||||
an experimental feature. Please see UPDATELIST-DEBUGGING in the
|
||||
sbopkg documentation directory to assist with bug reporting.
|
||||
|
||||
.TP 5
|
||||
.B -d DIRECTORY
|
||||
|
Loading…
Reference in New Issue
Block a user