tag and release 0.37.0

This commit is contained in:
chess.griffin 2013-12-09 15:18:45 +00:00
parent 059ffb32cc
commit ca4e066d57
11 changed files with 47 additions and 44 deletions

View File

@ -1,7 +1,18 @@
SBOPKG NEWS
sbopkg xxxVERSIONxxx (xxxDATExxx)
sbopkg 0.37.0 (2013-12-09 15:10 UTC)
FEATURES
* This release of sbopkg is Slackware 14.1-ready. Congrats to
the entire Slackware team for another great release!
* Sbopkg now has a -B flag which will allow the user to
process the queue from the command line in 'bulk' without
confirmation first.
MODIFICATIONS
* No other modifications have been made.
sbopkg 0.36.0 (2012-10-04 03:05 UTC)

View File

@ -0,0 +1,4 @@
SBOPKG NEWS
sbopkg xxxVERSIONxxx (xxxUTCDATExxx)

View File

@ -1,33 +1,15 @@
sbopkg 0.36.0 (2012-10-04 03:05 UTC)
SBOPKG NEWS
sbopkg 0.37.0 (2013-12-09 15:10 UTC)
FEATURES
* This release of sbopkg is Slackware 14.0-ready. (Congrats to
all involved in the Slackware release.)
* Sbopkg now has a -d flag which can download without building
or installing, in addition to -b (download, build) and -i
(download, build, install). Thanks to Kristoffer Karlsson for
the feature request and some testing and to Mauro Giachero for
the initial patch and discussion and review of additional
patching.
* It is now possible to combine the -r flag with other flags
such that a sync is performed first. For example 'sbopkg -ri
foo' will synchronize with the repo and install the latest
foo.
* There is a new configuration option, NICE, which enables the
user to specify a niceness for the execution of the
SlackBuild. Previously, this was hardcoded to 10 (which is
still the default). Thanks to Joni Martikainen for the
suggestion.
* This release of sbopkg is Slackware 14.1-ready. Congrats to
the entire Slackware team for another great release!
* Sbopkg now has a -B flag which will allow the user to
process the queue from the command line in 'bulk' without
confirmation first.
MODIFICATIONS
* Specifying an alternate directory as repository root from the
command line, which was done with the -d flag, is now done
with the -D flag. Sorry for any inconvenience.
* The 'Build' option in a package's info menu has been renamed
to 'Process', along with many other minor informational
changes throughout the UI.
* The Slamd64 repo file has been removed as that project is
defunct.
* No other modifications have been made.

View File

@ -1 +1 @@
http://sbopkg.googlecode.com/files/sbopkg-0.36.0-noarch-1_cng.tgz
http://sbopkg.googlecode.com/files/sbopkg-0.37.0-noarch-1_cng.tgz

View File

@ -1 +1 @@
sbopkg-0.36.0-noarch-1_cng.tgz
sbopkg-0.37.0-noarch-1_cng.tgz

View File

@ -1 +1 @@
sbopkg-0.36.0.tar.gz
sbopkg-0.37.0.tar.gz

View File

@ -1 +1 @@
0.36.0
0.37.0

View File

@ -3,7 +3,7 @@ Content-type: text/html
<HTML><HEAD><TITLE>Manpage of SBOPKG.CONF</TITLE>
</HEAD><BODY>
<H1>SBOPKG.CONF</H1>
Section: (5)<BR>Updated: October 2012<BR><A HREF="#index">Index</A>
Section: (5)<BR>Updated: December 2013<BR><A HREF="#index">Index</A>
<A HREF="http://localhost/cgi-bin/man/man2html">Return to Main Contents</A><HR>
@ -376,7 +376,7 @@ files and can also be listed by issuing
<DT><DD>
The default assignment is:
<DT><DD>
REPO_BRANCH=${REPO_BRANCH:-14.0}
REPO_BRANCH=${REPO_BRANCH:-14.1}
<DT><B>REPO_NAME</B>
@ -418,7 +418,7 @@ Path.
<DT><DD>
This option allows the user to set the location of the local mirrors of
the remote repositories.
Currently, the size of a local copy of the SBo repository is about 115M.
Currently, the size of a local copy of the SBo repository is about 145MB.
<DT><DD>
The default assignment is:
<DT><DD>
@ -812,7 +812,7 @@ slakmagik
<B><A HREF="http://localhost/cgi-bin/man/man2html?1+wget">wget</A></B>(1),
<I>/usr/doc/sbopkg-0.36.0/*</I>
<I>/usr/doc/sbopkg-0.37.0/*</I>
<P>
@ -835,6 +835,6 @@ slakmagik
This document was created by
<A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 03:13:55 GMT, October 04, 2012
Time: 15:10:40 GMT, December 09, 2013
</BODY>
</HTML>

View File

@ -1,8 +1,9 @@
sbopkg 0.36.0
sbopkg 0.37.0
Usage: sbopkg [OPTIONS] <packagename(s)>
Options are:
-b pkg/queue(s) Build the specified package(s). If one or more queuefiles
are specified, build the packages they refer to.
-B Bulk process the queue without confirmation.
-c Check for updates to installed packages.
-D localdir Location of local copy of the repositories.
-d pkg/queue(s) Like '-b', but only download sources.

View File

@ -8,7 +8,7 @@
# Based on the SlackBuilds.org template.
PRGNAM=sbopkg
VERSION=${VERSION:-0.36.0}
VERSION=${VERSION:-0.37.0}
ARCH=${ARCH:-noarch}
BUILD=${BUILD:-1}
TAG=${TAG:-_cng}

View File

@ -3,7 +3,7 @@ Content-type: text/html
<HTML><HEAD><TITLE>Manpage of SBOPKG</TITLE>
</HEAD><BODY>
<H1>SBOPKG</H1>
Section: (8)<BR>Updated: October 2012<BR><A HREF="#index">Index</A>
Section: (8)<BR>Updated: December 2013<BR><A HREF="#index">Index</A>
<A HREF="http://localhost/cgi-bin/man/man2html">Return to Main Contents</A><HR>
@ -116,7 +116,7 @@ of
<B>sbopkg</B>.
Currently, the size of a local copy of the SBo repository is about
about 115M.
about 145MB.
The main menu also allows the user to view the SBo
<I>ChangeLog</I>,
@ -323,6 +323,11 @@ queuefiles is retained.
If a package is specified more than once, it gets queued only the first
time it is encountered.
<DT><B>-B</B>
<DD>
Process the packages or queues without prompting for confirmation first.
<DT><B>-c</B>
<DD>
@ -629,7 +634,7 @@ man page for more information about the ``local'' repository.
The
<I>VERSION</I>
format is repository/branch (e.g., SBo/14.0).
format is repository/branch (e.g., SBo/xxxSWVERxxx).
If the repository is omitted,
<B>sbopkg</B>
@ -722,7 +727,7 @@ slakmagik
<B><A HREF="http://localhost/cgi-bin/man/man2html?1+vi">vi</A></B>(1),
<I>/usr/doc/sbopkg-0.36.0/*</I>
<I>/usr/doc/sbopkg-0.37.0/*</I>
<P>
@ -745,6 +750,6 @@ slakmagik
This document was created by
<A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 03:13:55 GMT, October 04, 2012
Time: 15:10:40 GMT, December 09, 2013
</BODY>
</HTML>