sbopkg-0.38.2 is released.

Signed-off-by: Willy Sudiarto Raharjo <willysr@sbopkg.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-03-10 23:41:19 +07:00
parent 113337b012
commit 775c93ef3a
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
13 changed files with 64 additions and 45 deletions

View File

@ -1,6 +1,6 @@
SBOPKG NEWS
sbopkg-dev (2021-05-18 18:32:02 UTC)
sbopkg 0.38.2 (2022-03-10 16:29 UTC)
FEATURES
* sqg: Parallelize building of single and all packages by option -j.
Patch by Marcel Saegebarth.

View File

@ -5,7 +5,7 @@ SBOPKG COPYRIGHT/LICENSE
Copyright 2007-2010 Chess Griffin <chess@chessgriffin.com>
Copyright 2009-2011 Mauro Giachero <mauro.giachero@gmail.com>
slakmagik <slakmagik@gmail.com>
Copyright 2016-2021 Willy Sudiarto Raharjo <willysr@sbopkg.org>
Copyright 2016-2022 Willy Sudiarto Raharjo <willysr@sbopkg.org>
Sbopkg is released under a one-clause BSD license. See the script
itself for the text.

View File

@ -6,7 +6,7 @@
# Copyright 2007-2010,2013 Chess Griffin <chess@chessgriffin.com>
# Copyright 2009-2011 Mauro Giachero <mauro.giachero@gmail.com>
# Copyright 2009-2013 slakmagik <slakmagik@gmail.com>
# Copyright 2015-2021 Willy Sudiarto Raharjo <willysr@sbopkg.org>
# Copyright 2015-2022 Willy Sudiarto Raharjo <willysr@sbopkg.org>
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:

View File

@ -8,7 +8,7 @@
# Copyright 2013 Chess Griffin <chess@chessgriffin.com> and
# slakmagik <slakmagik@gmail.com>
# Copyright 2016-2021 Willy Sudiarto Raharjo <willysr@sbopkg.org>
# Copyright 2016-2022 Willy Sudiarto Raharjo <willysr@sbopkg.org>
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:

View File

@ -1,6 +1,6 @@
SBOPKG NEWS
sbopkg-dev (2021-05-18 18:32:02 UTC)
sbopkg 0.38.2 (2022-03-10 16:29 UTC)
FEATURES
* sqg: Parallelize building of single and all packages by option -j.
Patch by Marcel Saegebarth.

View File

@ -1 +1 @@
https://github.com/sbopkg/sbopkg/releases/download/0.38.1/sbopkg-0.38.1-noarch-1_wsr.tgz
https://github.com/sbopkg/sbopkg/releases/download/0.38.2/sbopkg-0.38.2-noarch-1_wsr.tgz

View File

@ -1 +1 @@
sbopkg-0.38.1-noarch-1_wsr.tgz
sbopkg-0.38.2-noarch-1_wsr.tgz

View File

@ -1 +1 @@
sbopkg-0.38.1.tar.gz
sbopkg-0.38.2.tar.gz

View File

@ -1 +1 @@
0.38.1
0.38.2

View File

@ -1,9 +1,8 @@
Content-type: text/html
<HTML><HEAD><TITLE>Manpage of SBOPKG.CONF</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
</HEAD><BODY>
<H1>SBOPKG.CONF</H1>
Section: (5)<BR>Updated: September 2016<BR><A HREF="#index">Index</A>
Section: (5)<BR>Updated: March 2022<BR><A HREF="#index">Index</A>
<A HREF="http://localhost/cgi-bin/man/man2html">Return to Main Contents</A><HR>
@ -282,7 +281,7 @@ to
<DT><DD>
The default assignment is:
<DT><DD>
MKDIR_PROMPT=${MKDIR_PROMPT:-YES}
MKDIR_PROMPT=${MKDIR_PROMPT:-NO}
<DT><B>NICE</B>
@ -376,7 +375,7 @@ files and can also be listed by issuing
<DT><DD>
The default assignment is:
<DT><DD>
REPO_BRANCH=${REPO_BRANCH:-14.2}
REPO_BRANCH=${REPO_BRANCH:-15.0}
<DT><B>REPO_NAME</B>
@ -485,6 +484,19 @@ The default assignment is:
<DT><DD>
SRCDIR=${SRCDIR:-/var/cache/sbopkg}
<DT><B>BLACKLISTFILE</B>
<DD>
Path.
<DT><DD>
This option contains the location of the file that list all blacklisted
package(s).
<DT><DD>
The default assignment is:
<DT><DD>
BLACKLISTFILE=${BLACKLISTFILE:-/etc/sbopkg/blacklist}
<DT><B>TMP</B>
<DD>
@ -575,12 +587,13 @@ WGETFLAGS=&quot;${WGETFLAGS:--c --progress=bar:force --timeout=30 --tries=5}&quo
<DT><B>SRC_REPO</B>
<DD>
Path.
Path
<DT><DD>
This option sets the alternative third party source repository that can
be used to download the source files for package building.
<DT><DD>
The default value is hard-coded to http://slackware.uk/sbosrcarch
The default value is hard-coded to <A HREF="http://slackware.uk/sbosrcarch">http://slackware.uk/sbosrcarch</A>
</DL>
<A NAME="lbAD">&nbsp;</A>
<H2>NOTES</H2>
@ -702,7 +715,7 @@ If the architecture is x86, x86_64, or arm*, then
automatically sets
<B>ARCH</B>
to i486, x86_64, or arm, respectively.
to i586, x86_64, or arm, respectively.
If
<B>ARCH</B>
@ -792,18 +805,18 @@ documentation directory for more information.
<H2>AUTHORS</H2>
Willy Sudiarto Raharjo
&lt;<A HREF="mailto:willysr@sbopkg.org">willysr@sbopkg.org</A>&gt;
&lt;willysr@sbopkg.org&gt;
<P>
Chess Griffin
&lt;<A HREF="mailto:chess@chessgriffin.com">chess@chessgriffin.com</A>&gt;
&lt;chess@chessgriffin.com&gt;
<P>
Mauro Giachero
&lt;<A HREF="mailto:mauro.giachero@gmail.com">mauro.giachero@gmail.com</A>&gt;
&lt;mauro.giachero@gmail.com&gt;
<P>
slakmagik
&lt;<A HREF="mailto:slakmagik@gmail.com">slakmagik@gmail.com</A>&gt;
&lt;slakmagik@gmail.com&gt;
@ -824,7 +837,7 @@ slakmagik
<B><A HREF="http://localhost/cgi-bin/man/man2html?1+wget">wget</A></B>(1),
<I>/usr/doc/sbopkg-0.38.1/*</I>
<I>/usr/doc/sbopkg-0.38.2/*</I>
<P>
@ -845,8 +858,8 @@ slakmagik
</DL>
<HR>
This document was created by
<A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
<A HREF="http://github.com/hamano/man2html/">man2html</A>,
using the manual pages.<BR>
Time: 13:42:15 GMT, September 01, 2016
Time: 16:29:25 GMT, March 10, 2022
</BODY>
</HTML>

View File

@ -25,6 +25,7 @@ Options are:
installed packages from the active repo.
-r Sync the remote repository with the local mirror and then
quit.
-S Use sandbox when building packages.
-s package(s) Specific search by specific package and, if found,
display package information.
-u Check for an update to sbopkg.

View File

@ -1,9 +1,8 @@
Content-type: text/html
<HTML><HEAD><TITLE>Manpage of SBOPKG</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
</HEAD><BODY>
<H1>SBOPKG</H1>
Section: (8)<BR>Updated: September 2016<BR><A HREF="#index">Index</A>
Section: (8)<BR>Updated: March 2022<BR><A HREF="#index">Index</A>
<A HREF="http://localhost/cgi-bin/man/man2html">Return to Main Contents</A><HR>
@ -40,10 +39,10 @@ packages.
usage assumes an understanding of SlackBuilds, generally, and the
third-party SBo repository, specifically.
A thorough reading of
<I><A HREF="http://www.slackbuilds.org/howto/">http://www.slackbuilds.org/howto/</A></I>
<I><A HREF="https://www.slackbuilds.org/howto/">https://www.slackbuilds.org/howto/</A></I>
and the pages at
<I><A HREF="http://www.slackwiki.org">http://www.slackwiki.org</A></I>
<I><A HREF="https://www.slackwiki.com">https://www.slackwiki.com</A></I>
about SlackBuilds is strongly advised.
<P>
@ -536,6 +535,13 @@ files of all installed packages from the active repo.
<DD>
``Rsync'' the local repository with SBo and quit.
<DT><B>-S</B>
<DD>
Enable the ``sandbox mode.''
When this flag is specified packages will be built with sandbox.
This will prevent the build from modifying files it should not.
<DT><B>-s</B><I> PACKAGE(s)</I>
<DD>
@ -696,18 +702,18 @@ documentation directory for more information.
<H2>AUTHORS</H2>
Willy Sudiarto Raharjo
&lt;<A HREF="mailto:willysr@sbopkg.org">willysr@sbopkg.org</A>&gt;
&lt;willysr@sbopkg.org&gt;
<P>
Chess Griffin
&lt;<A HREF="mailto:chess@chessgriffin.com">chess@chessgriffin.com</A>&gt;
&lt;chess@chessgriffin.com&gt;
<P>
Mauro Giachero
&lt;<A HREF="mailto:mauro.giachero@gmail.com">mauro.giachero@gmail.com</A>&gt;
&lt;mauro.giachero@gmail.com&gt;
<P>
slakmagik
&lt;<A HREF="mailto:slakmagik@gmail.com">slakmagik@gmail.com</A>&gt;
&lt;slakmagik@gmail.com&gt;
@ -730,7 +736,7 @@ slakmagik
<B><A HREF="http://localhost/cgi-bin/man/man2html?1+vi">vi</A></B>(1),
<I>/usr/doc/sbopkg-0.38.1/*</I>
<I>/usr/doc/sbopkg-0.38.2/*</I>
<P>
@ -751,8 +757,8 @@ slakmagik
</DL>
<HR>
This document was created by
<A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
<A HREF="http://github.com/hamano/man2html/">man2html</A>,
using the manual pages.<BR>
Time: 13:42:15 GMT, September 01, 2016
Time: 16:29:25 GMT, March 10, 2022
</BODY>
</HTML>

View File

@ -1,9 +1,8 @@
Content-type: text/html
<HTML><HEAD><TITLE>Manpage of sqg</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
</HEAD><BODY>
<H1>sqg</H1>
Section: (8)<BR>Updated: June 2017<BR><A HREF="#index">Index</A>
Section: (8)<BR>Updated: March 2022<BR><A HREF="#index">Index</A>
<A HREF="http://localhost/cgi-bin/man/man2html">Return to Main Contents</A><HR>
@ -108,18 +107,18 @@ to have them installed (make sure to pick Queue).
<H2>AUTHORS</H2>
Willy Sudiarto Raharjo
&lt;<A HREF="mailto:willysr@sbopkg.org">willysr@sbopkg.org</A>&gt;
&lt;willysr@sbopkg.org&gt;
<P>
Chess Griffin
&lt;<A HREF="mailto:chess@chessgriffin.com">chess@chessgriffin.com</A>&gt;
&lt;chess@chessgriffin.com&gt;
<P>
Mauro Giachero
&lt;<A HREF="mailto:mauro.giachero@gmail.com">mauro.giachero@gmail.com</A>&gt;
&lt;mauro.giachero@gmail.com&gt;
<P>
slakmagik
&lt;<A HREF="mailto:slakmagik@gmail.com">slakmagik@gmail.com</A>&gt;
&lt;slakmagik@gmail.com&gt;
@ -144,8 +143,8 @@ slakmagik
</DL>
<HR>
This document was created by
<A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
<A HREF="http://github.com/hamano/man2html/">man2html</A>,
using the manual pages.<BR>
Time: 08:55:23 GMT, June 25, 2017
Time: 16:29:25 GMT, March 10, 2022
</BODY>
</HTML>