mirror of
https://github.com/zuno/slackpkgplus
synced 2025-01-13 20:01:04 +01:00
Thu Apr 26 23:49:04 CEST 2018
pkg/slackpkg+-1.7.0d1-noarch-3mt.txz - Do not log 'install.log' and 'fatal.log' when DOWNLOADONLY=on - issue with slackpkg-2.83 (development release)
This commit is contained in:
parent
9a373d7973
commit
fe431e228f
8 changed files with 132 additions and 53 deletions
|
@ -1,3 +1,9 @@
|
|||
Thu Apr 26 23:49:04 CEST 2018
|
||||
pkg/slackpkg+-1.7.0d1-noarch-3mt.txz
|
||||
- Do not log 'install.log' and 'fatal.log' when DOWNLOADONLY=on
|
||||
- issue with slackpkg-2.83 (development release)
|
||||
+-------------------------+
|
||||
|
||||
Sat Apr 14 00:09:27 CEST 2018
|
||||
pkg/slackpkg+-1.7.0d1-noarch-2mt.txz
|
||||
- Add a fatal.log for messages that users should not ignore.
|
||||
|
|
17
src/CHANGES
17
src/CHANGES
|
@ -8,16 +8,27 @@
|
|||
|
||||
- Changed some default settings in sample configuration file
|
||||
|
||||
- Added SBOURL to configure the SlackBuild.org repository
|
||||
|
||||
|
||||
*New features:
|
||||
|
||||
- Added manpages (italian and english) for slackpkgplus.conf
|
||||
|
||||
- Added a 'fatal log' to show some serious error that the users should not
|
||||
ignore. For example a failure installing packages.
|
||||
|
||||
- Added SBo support. This does not replace sbopkg. It just search in
|
||||
SlackBuilds.org and report the url to download to build and install
|
||||
packages yourself.
|
||||
|
||||
|
||||
*Improvements
|
||||
|
||||
- Improved checkrepos.sh
|
||||
|
||||
- Smaller output for 'slackpkg search'
|
||||
|
||||
|
||||
*BugFixes
|
||||
|
||||
|
@ -25,6 +36,8 @@
|
|||
|
||||
- Issues when an invalid repository is configured
|
||||
|
||||
- 'slackpkg check-updates' did not work unless you set VERBOSE=3
|
||||
|
||||
|
||||
*Various
|
||||
|
||||
|
@ -33,6 +46,10 @@
|
|||
- Bash completation enabled by default (if you have bash_completation package
|
||||
installed)
|
||||
|
||||
- 'slackpkg upgrade' now works with slackpkg-2.83 (development release).
|
||||
This is not officially released, so not all regressions can be solved.
|
||||
Currently slackpkg+ does not work with slackpkg-2.83 if $ROOT is non-empty.
|
||||
|
||||
|
||||
== From 1.6 and 1.7 ==
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
Thu Apr 26 23:49:04 CEST 2018
|
||||
pkg/slackpkg+-1.7.0d1-noarch-3mt.txz
|
||||
- Do not log 'install.log' and 'fatal.log' when DOWNLOADONLY=on
|
||||
- issue with slackpkg-2.83 (development release)
|
||||
+-------------------------+
|
||||
|
||||
Sat Apr 14 00:09:27 CEST 2018
|
||||
pkg/slackpkg+-1.7.0d1-noarch-2mt.txz
|
||||
- Add a fatal.log for messages that users should not ignore.
|
||||
|
|
73
src/README
73
src/README
|
@ -21,6 +21,9 @@ for any damage that may be caused to your computer.
|
|||
|
||||
CONFIGURATION
|
||||
|
||||
see man slackpkgplus.conf. If you are italian export LANG=it_IT.UTF8 to see
|
||||
the italian manpage.
|
||||
|
||||
For the basic configuration:
|
||||
|
||||
* Edit /etc/slackpkg/slackpkgplus.conf
|
||||
|
@ -33,7 +36,7 @@ the official repositories (see below).
|
|||
present in multiple repositories or to allow repositories to override
|
||||
official slackware packages
|
||||
|
||||
For a list of supported repositories see repositories.txt, but you can also
|
||||
For a list of known repositories see repositories.lst, but you can also
|
||||
add others yourself.
|
||||
|
||||
If you configure repositories that do not support gpg, you may need to set
|
||||
|
@ -56,7 +59,7 @@ The MIRRORPLUS array defines all mirrors. It accepts these protocols:
|
|||
|
||||
1) http/ftp/https: for example,
|
||||
|
||||
MIRRORPLUS['slacky']=http://repository.slacky.eu/slackware64/
|
||||
MIRRORPLUS['slacky']=http://repository.slacky.eu/slackware64-14.2/
|
||||
|
||||
The mirror must contains all metadata files (CHECKSUMS.md5 ...)
|
||||
You must run 'slackpkg update' after adding/removing a repository.
|
||||
|
@ -224,30 +227,48 @@ or just re-run
|
|||
|
||||
KTOWN (LATEST KDE)
|
||||
|
||||
If you want to install the latest KDE packages from AlienBOB's ktown repository
|
||||
(currently kde 4.14.3 in slackware 14.1 and kde 5_16.05 in slackware current),
|
||||
add "PKGS_PRIORITY=( ktown )"
|
||||
If you want to install the latest KDE 5 packages from AlienBOB's ktown repository
|
||||
add
|
||||
PKGS_PRIORITY=( ktown )
|
||||
MIRRORPLUS['ktown']=http://alien.slackbook.org/ktown/14.2/5/
|
||||
to slackpkgplus.conf, then
|
||||
# slackpkg update gpg
|
||||
# slackpkg update
|
||||
|
||||
To install ktown you need some attention, so please refeer to official
|
||||
documentation for details:
|
||||
http://alien.slackbook.org/ktown/14.1/latest/ (kde 4)
|
||||
http://alien.slackbook.org/ktown/current/5/ (kde 5)
|
||||
http://alien.slackbook.org/ktown/14.2/5/
|
||||
http://alien.slackbook.org/ktown/current/5/
|
||||
|
||||
* ktown4 on slackware 14.1:
|
||||
At time of writting, latest release are KDE 5_17.11 for slackware 14.2 and KDE 5_18.04
|
||||
for slackware current
|
||||
|
||||
slackpkg install ktown
|
||||
slackpkg upgrade-all
|
||||
slackpkg remove kdeadmin kdenetwork kdesdk kdetoys kwallet kdnssd
|
||||
slackpkg clean-system
|
||||
From official documentation:
|
||||
--
|
||||
If you have Slackware 14.2 or -current's default KDE 4.14.3 installed:
|
||||
# removepkg /var/log/packages/*-4.14.3-*
|
||||
# removepkg amarok
|
||||
# removepkg kscreen
|
||||
# removepkg kactivities
|
||||
# removepkg kde-workspace
|
||||
# removepkg kdeconnect-kde
|
||||
# removepkg kdepim
|
||||
# removepkg kdepimlibs
|
||||
# removepkg kdev-python
|
||||
# removepkg kdevelop-php
|
||||
# removepkg kdevelop-php-docs
|
||||
# removepkg libkscreen
|
||||
# removepkg libmm-qt
|
||||
# removepkg libnm-qt
|
||||
# removepkg plasma-nm
|
||||
# removepkg polkit-kde-agent-1
|
||||
# removepkg polkit-kde-kcmodules-1
|
||||
# removepkg wicd-kde
|
||||
... or instead of the above, simply run 'slackpkg remove kde'.
|
||||
---
|
||||
|
||||
* ktown5 on slackware current:
|
||||
After that you can run
|
||||
|
||||
slackpkg remove libkscreen kscreen kactivities kde-workspace libmm-qt libnm-qt plasma-nm polkit-kde-agent-1 polkit-kde-kcmodules-1 kdeconnect-kde
|
||||
slackpkg remove amor kde-base-artwork kdeartwork kgamma ksnapshot ktux oxygen-icons pairs \
|
||||
superkaramba libkscreen kscreen kactivities kde-workspace libmm-qt libnm-qt \
|
||||
plasma-nm polkit-kde-agent-1 polkit-kde-kcmodules-1 kdeconnect-kde
|
||||
slackpkg install ktown
|
||||
slackpkg upgrade-all
|
||||
slackpkg clean-system
|
||||
|
@ -257,8 +278,7 @@ slackpkg reinstall ktown
|
|||
BEFORE slackpkg install ktown
|
||||
|
||||
|
||||
Note - for both ktown4 and ktown5 - that the packages to remove may change in
|
||||
newer version of ktown (at moment are kde-4.14.3 and kde-5_16.05),
|
||||
Note that the packages to remove may change in newer version of ktown,
|
||||
so I encourage to read linked documents BEFORE install it.
|
||||
|
||||
|
||||
|
@ -267,7 +287,10 @@ After that, you can keep the ktown KDE up-to-date by launching:
|
|||
# slackpkg upgrade-all
|
||||
Periodically you should re-run
|
||||
# slackpkg install ktown
|
||||
to be sure that newer packages are installed
|
||||
to be sure that newer packages are installed, and
|
||||
# slackpkg clean-system
|
||||
to be sure to clean removed packages.
|
||||
|
||||
|
||||
To restore the Slackware KDE, remove all 'ktown' referall in config file, then launch:
|
||||
# slackpkg update
|
||||
|
@ -275,7 +298,6 @@ To restore the Slackware KDE, remove all 'ktown' referall in config file, then l
|
|||
# slackpkg install kde
|
||||
# slackpkg upgrade-all
|
||||
# slackpkg clean-system
|
||||
# slackpkg update
|
||||
|
||||
|
||||
-----
|
||||
|
@ -544,6 +566,15 @@ Note that a short pattern may match many many packages.
|
|||
|
||||
-----
|
||||
|
||||
SBOURL
|
||||
|
||||
'slackpkg search' allow you to search packages in SlackBuilds.org.
|
||||
Note that slackpkg+ does not replace sbopkg or other similar tools.
|
||||
slackpkg+ show you the url of the SlackBuild, then you have to manually
|
||||
download, build and install it, or use sbopkg to do that.
|
||||
|
||||
-----
|
||||
|
||||
SHOWORDER
|
||||
|
||||
By default slackpkg in dialogbox sort packages by name.
|
||||
|
|
|
@ -1,32 +1,30 @@
|
|||
Sat Apr 14 00:09:12 CEST 2018
|
||||
Thu Apr 26 23:46:27 CEST 2018
|
||||
|
||||
url size date gpg
|
||||
http://bear.alienbase.nl/mirrors/alien-kde/14.2/5/x86 201541 2018/04/04 14:20:51 Eric Hameleers (Alien BOB) <alien@slackware.com>
|
||||
http://bear.alienbase.nl/mirrors/alien-kde/14.2/5/x86_64 252067 2018/04/04 14:23:27 Eric Hameleers (Alien BOB) <alien@slackware.com>
|
||||
http://bear.alienbase.nl/mirrors/alien-kde/current/5/x86 215421 2018/04/04 14:26:33 Eric Hameleers (Alien BOB) <alien@slackware.com>
|
||||
http://bear.alienbase.nl/mirrors/alien-kde/current/5/x86_64 216242 2018/04/04 14:29:32 Eric Hameleers (Alien BOB) <alien@slackware.com>
|
||||
http://bear.alienbase.nl/mirrors/people/alien/multilib/14.2 128592 2018/04/06 19:42:46 Eric Hameleers (IBM Linux) <alien@linux.vnet.ibm.com>
|
||||
http://bear.alienbase.nl/mirrors/people/alien/multilib/current 144614 2018/04/06 19:44:18 Eric Hameleers (IBM Linux) <alien@linux.vnet.ibm.com>
|
||||
http://bear.alienbase.nl/mirrors/people/alien/restricted_sbrepos/14.2/x86 4384 2018/02/14 15:24:03 Eric Hameleers <alien@slackware.com>
|
||||
http://bear.alienbase.nl/mirrors/people/alien/restricted_sbrepos/14.2/x86_64 4398 2018/02/14 15:23:51 Eric Hameleers <alien@slackware.com>
|
||||
http://bear.alienbase.nl/mirrors/people/alien/restricted_sbrepos/current/x86 4384 2018/02/14 15:23:38 Eric Hameleers <alien@slackware.com>
|
||||
http://bear.alienbase.nl/mirrors/people/alien/restricted_sbrepos/current/x86_64 4398 2018/02/14 15:23:26 Eric Hameleers <alien@slackware.com>
|
||||
http://bear.alienbase.nl/mirrors/people/alien/sbrepos/14.2/x86 225198 2018/04/11 21:01:07 Eric Hameleers <alien@slackware.com>
|
||||
http://bear.alienbase.nl/mirrors/people/alien/sbrepos/14.2/x86_64 227789 2018/04/11 20:58:04 Eric Hameleers <alien@slackware.com>
|
||||
http://bear.alienbase.nl/mirrors/people/alien/sbrepos/current/x86 222536 2018/04/11 20:55:02 Eric Hameleers <alien@slackware.com>
|
||||
http://bear.alienbase.nl/mirrors/people/alien/sbrepos/current/x86_64 224573 2018/04/11 20:51:56 Eric Hameleers <alien@slackware.com>
|
||||
http://bear.alienbase.nl/mirrors/alien-kde/14.2/5/x86 201541 2018/04/26 19:42:40 Eric Hameleers (Alien BOB) <alien@slackware.com>
|
||||
http://bear.alienbase.nl/mirrors/alien-kde/14.2/5/x86_64 252067 2018/04/26 19:45:20 Eric Hameleers (Alien BOB) <alien@slackware.com>
|
||||
http://bear.alienbase.nl/mirrors/alien-kde/current/5/x86 218126 2018/04/26 19:47:54 Eric Hameleers (Alien BOB) <alien@slackware.com>
|
||||
http://bear.alienbase.nl/mirrors/alien-kde/current/5/x86_64 218955 2018/04/26 19:50:19 Eric Hameleers (Alien BOB) <alien@slackware.com>
|
||||
http://bear.alienbase.nl/mirrors/people/alien/multilib/14.2 129273 2018/04/19 07:31:58 Eric Hameleers (IBM Linux) <alien@linux.vnet.ibm.com>
|
||||
http://bear.alienbase.nl/mirrors/people/alien/multilib/current 145885 2018/04/19 07:33:46 Eric Hameleers (IBM Linux) <alien@linux.vnet.ibm.com>
|
||||
http://bear.alienbase.nl/mirrors/people/alien/restricted_sbrepos/14.2/x86 4384 2018/04/22 03:51:49 Eric Hameleers <alien@slackware.com>
|
||||
http://bear.alienbase.nl/mirrors/people/alien/restricted_sbrepos/14.2/x86_64 4398 2018/04/22 03:51:36 Eric Hameleers <alien@slackware.com>
|
||||
http://bear.alienbase.nl/mirrors/people/alien/restricted_sbrepos/current/x86 4385 2018/04/22 03:51:24 Eric Hameleers <alien@slackware.com>
|
||||
http://bear.alienbase.nl/mirrors/people/alien/restricted_sbrepos/current/x86_64 4398 2018/04/22 03:51:13 Eric Hameleers <alien@slackware.com>
|
||||
http://bear.alienbase.nl/mirrors/people/alien/sbrepos/14.2/x86 225198 2018/04/26 20:18:08 Eric Hameleers <alien@slackware.com>
|
||||
http://bear.alienbase.nl/mirrors/people/alien/sbrepos/14.2/x86_64 227789 2018/04/26 20:15:07 Eric Hameleers <alien@slackware.com>
|
||||
http://bear.alienbase.nl/mirrors/people/alien/sbrepos/current/x86 222536 2018/04/26 20:12:11 Eric Hameleers <alien@slackware.com>
|
||||
http://bear.alienbase.nl/mirrors/people/alien/sbrepos/current/x86_64 224572 2018/04/26 20:09:13 Eric Hameleers <alien@slackware.com>
|
||||
http://connochaetos.org/slack-n-free/slack-n-free-14.2 94181 2018/04/05 12:33:48 Henry Jensen <hjensen@connochaetos.org>
|
||||
http://connochaetos.org/slack-n-free/slack-n-free64-14.2 16924 2018/04/08 13:37:47 Henry Jensen <hjensen@connochaetos.org>
|
||||
http://download.salixos.org/i486/14.2 533763 2018/04/11 08:08:08 Salix Admin (The Bonsai OS) <salix.admin@gmail.com>
|
||||
http://download.salixos.org/i486/extra-14.2 1923164 2018/04/01 18:53:16 Salix Admin (The Bonsai OS) <salix.admin@gmail.com>
|
||||
http://download.salixos.org/i486/extra-14.2 1923425 2018/04/21 11:13:45 Salix Admin (The Bonsai OS) <salix.admin@gmail.com>
|
||||
http://download.salixos.org/x86_64/14.2 537924 2018/04/11 08:08:47 Salix Admin (The Bonsai OS) <salix.admin@gmail.com>
|
||||
http://download.salixos.org/x86_64/extra-14.2 1923793 2018/04/01 18:54:04 Salix Admin (The Bonsai OS) <salix.admin@gmail.com>
|
||||
http://download.salixos.org/x86_64/extra-14.2 1924070 2018/04/21 11:12:53 Salix Admin (The Bonsai OS) <salix.admin@gmail.com>
|
||||
http://mirrors.slackware.com/slackware/slackware-14.2 702459 2016/06/29 21:42:35 Slackware Linux Project <security@slackware.com>
|
||||
http://mirrors.slackware.com/slackware/slackware-current 717197 2018/04/13 01:05:59 Slackware Linux Project <security@slackware.com>
|
||||
http://mirrors.slackware.com/slackware/slackware-current 718583 2018/04/26 03:40:51 Slackware Linux Project <security@slackware.com>
|
||||
http://mirrors.slackware.com/slackware/slackware64-14.2 704195 2016/06/29 21:49:56 Slackware Linux Project <security@slackware.com>
|
||||
http://mirrors.slackware.com/slackware/slackware64-current 719046 2018/04/13 01:16:17 Slackware Linux Project <security@slackware.com>
|
||||
http://ngc891.blogdns.net/pub/slacke18/slackware-14.1 22891 2016/09/24 04:31:23 Jérôme Pinot <ngc891@gmail.com>
|
||||
http://ngc891.blogdns.net/pub/slacke18/slackware64-14.1 22981 2016/09/24 04:31:40 Jérôme Pinot <ngc891@gmail.com>
|
||||
http://mirrors.slackware.com/slackware/slackware64-current 720365 2018/04/26 03:50:20 Slackware Linux Project <security@slackware.com>
|
||||
http://packages.slackonly.com/pub/packages/14.2-x86 4525711 2017/08/07 00:38:53 Panagiotis Nikolaou (slackware user) <hostmaster@slackonly.com>
|
||||
http://packages.slackonly.com/pub/packages/14.2-x86_64 4934830 2018/02/04 05:27:12 Panagiotis Nikolaou (slackware user) <hostmaster@slackonly.com>
|
||||
http://packages.slackonly.com/pub/packages/current-x86 2795351 2017/05/08 05:25:15 Panagiotis Nikolaou (slackware user) <hostmaster@slackonly.com>
|
||||
|
@ -35,10 +33,10 @@ http://repository.slacky.eu/slackware-14.2
|
|||
http://repository.slacky.eu/slackware64-14.2 43790 2016/10/08 05:41:23 Slacky.eu packagers (packages by Slacky.eu) <packages@slacky.it>
|
||||
http://rlworkman.net/pkgs/14.2 53979 2017/12/22 09:39:05 Robby Workman <rworkman@slackware.com>
|
||||
http://rlworkman.net/pkgs/current 3230 2015/11/08 09:37:01 Robby Workman <rworkman@slackware.com>
|
||||
http://slack.conraid.net/repository/slackware64-current 356683 2018/04/12 17:19:03 Corrado Franco (Conraid) <conraid@gmail.com>
|
||||
http://slack.conraid.net/repository/slackware64-current 357804 2018/04/25 17:46:32 Corrado Franco (Conraid) <conraid@gmail.com>
|
||||
http://slackware.uk/csb/14.2/x86 29003 2017/12/09 20:21:22 Willy Sudiarto Raharjo <willysr@gmail.com>
|
||||
http://slackware.uk/csb/14.2/x86_64 28392 2017/12/09 20:21:12 Willy Sudiarto Raharjo <willysr@gmail.com>
|
||||
http://slackware.uk/csb/current/x86_64 26140 2018/03/28 04:08:09 Willy Sudiarto Raharjo <willysr@gmail.com>
|
||||
http://slackware.uk/csb/current/x86_64 26139 2018/04/20 16:46:34 Willy Sudiarto Raharjo <willysr@gmail.com>
|
||||
http://slackware.uk/microlinux/desktop-14.2-32bit 151132 2017/04/27 16:16:44 Niki Kovacs <info@microlinux.fr>
|
||||
http://slackware.uk/microlinux/desktop-14.2-64bit 151985 2017/04/27 16:16:54 Niki Kovacs <info@microlinux.fr>
|
||||
http://slackware.uk/microlinux/extras-14.2-32bit 13626 2017/02/20 19:56:17 Niki Kovacs <info@microlinux.fr>
|
||||
|
@ -49,14 +47,14 @@ http://slackware.uk/msb/14.2/1.18/x86
|
|||
http://slackware.uk/msb/14.2/1.18/x86_64 30364 2018/04/11 20:12:29 MATE SlackBuilds <mateslackbuilds@gmail.com>
|
||||
http://slackware.uk/msb/14.2/latest/x86 30258 2018/04/11 20:12:16 MATE SlackBuilds <mateslackbuilds@gmail.com>
|
||||
http://slackware.uk/msb/14.2/latest/x86_64 30364 2018/04/11 20:12:29 MATE SlackBuilds <mateslackbuilds@gmail.com>
|
||||
http://slackware.uk/msb/current/1.20/x86_64 29941 2018/04/07 04:48:19 MATE SlackBuilds <mateslackbuilds@gmail.com>
|
||||
http://slackware.uk/msb/current/latest/x86_64 29941 2018/04/07 04:48:19 MATE SlackBuilds <mateslackbuilds@gmail.com>
|
||||
http://slackware.uk/msb/current/1.20/x86_64 29941 2018/04/20 10:07:46 MATE SlackBuilds <mateslackbuilds@gmail.com>
|
||||
http://slackware.uk/msb/current/latest/x86_64 29941 2018/04/20 10:07:46 MATE SlackBuilds <mateslackbuilds@gmail.com>
|
||||
http://slackware.uk/slint/i586/slint-14.2 41431 2018/01/02 19:08:28 Didier Spaier <didier@slint.fr>
|
||||
http://slackware.uk/slint/x86_64/slint-14.2 42223 2018/01/02 19:13:35 Didier Spaier <didier@slint.fr>
|
||||
http://slackware.uk/slint/x86_64/slint-14.2.1 351887 2018/04/10 19:38:10 Didier Spaier <didier@slint.fr>
|
||||
http://slackware.uk/studioware/14.2 112985 2018/01/13 03:11:17 Studioware <info@studioware.org>
|
||||
http://slakfinder.org/slackpkg+ 624 2017/10/16 16:10:16 Matteo Rossini <zerouno@slacky.it>
|
||||
http://slakfinder.org/slackpkg+1.7 624 2017/10/16 16:10:16 Matteo Rossini <zerouno@slacky.it>
|
||||
http://slakfinder.org/slackpkg+dev 629 2016/10/02 15:55:08 Matteo Rossini <zerouno@slacky.it>
|
||||
http://www.slackel.gr/repo/i486/current 742692 2018/04/13 13:09:47 Dimitris Tzemos (Slackel Creator) <dijemos@gmail.com>
|
||||
http://www.slackel.gr/repo/x86_64/current 753792 2018/04/13 13:07:09 Dimitris Tzemos (Slackel Creator) <dijemos@gmail.com>
|
||||
http://slakfinder.org/slackpkg+dev 45 2018/04/14 00:27:33 Matteo Rossini <zerouno@slacky.it>
|
||||
http://www.slackel.gr/repo/i486/current 741566 2018/04/26 00:20:11 Dimitris Tzemos (Slackel Creator) <dijemos@gmail.com>
|
||||
http://www.slackel.gr/repo/x86_64/current 755161 2018/04/26 00:17:01 Dimitris Tzemos (Slackel Creator) <dijemos@gmail.com>
|
||||
|
|
|
@ -12,7 +12,6 @@ Supported Repositories:
|
|||
> msb: http://slackware.uk/msb/{14.2,current}/{1.18,1.20,latest}/{x86,x86_64}/
|
||||
> csb: http://slackware.uk/csb/{14.2,current}/{x86,x86_64}/
|
||||
> slackers: http://slack.conraid.net/repository/slackware64-current/
|
||||
> slacke18: http://ngc891.blogdns.net/pub/slacke18/slackware{,64}-{14.1}/
|
||||
> studioware: http://slackware.uk/studioware/{14.2}
|
||||
> slackonly: http://packages.slackonly.com/pub/packages/{14.2,current}-{x86,x86_64}/
|
||||
> rlworkman: http://rlworkman.net/pkgs/{14.2,current}/
|
||||
|
|
|
@ -82,6 +82,7 @@ Here is the list of available settings:
|
|||
.ds 3 GREYLIST\t\t\t\ton/off\t\ton\t\tyes
|
||||
.ds 4 SENSITIVE_SEARCH\t\ton/off\t\ton\t\tyes
|
||||
.ds 5 WW_FILE_SEARCH\t\t\ton/off\t\ton\t\tyes
|
||||
.ds 6 SBOURL\t\t\t\tstring\t\t-\t\tno
|
||||
.in +2
|
||||
\*1
|
||||
.br
|
||||
|
@ -92,6 +93,8 @@ Here is the list of available settings:
|
|||
\*4
|
||||
.br
|
||||
\*5
|
||||
.br
|
||||
\*6
|
||||
.in
|
||||
|
||||
|
||||
|
@ -353,14 +356,22 @@ Note that this option does not affect the behavior of \fB\%slackpkg\ install\fP
|
|||
\fBWW_FILE_SEARCH\fP
|
||||
.br
|
||||
\fBWW\fP means "Whole Word".
|
||||
Il comando \fB\%slackpkg\ file-search\fP per impostazione predefinita cerca i file in modalità Whole Word (usando il comando \fB\%grep\ \-w\fP), quindi \fB\%slackpkg\ file\-search\ libext2\fP non troverà alcuna occorenza.
|
||||
|
||||
The \fB\%slackpkg\ file-search\fP by default looks for files in Whole Word mode (using the command \fB\%grep\ \-w\fP), and \fB\%slackpkg\ files\-search\ libext2\fP will not find any result.
|
||||
The \fB\%slackpkg\ file-search\fP command by default looks for files in Whole Word mode (using the command \fB\%grep\ \-w\fP), and \fB\%slackpkg\ files\-search\ libext2\fP will not find any result.
|
||||
|
||||
Setting \fB\%WW_FILE_SEARCH\fP=\fIoff\fP command \fB\%file-search\fP will also look for substrings, so the above command will find the \fB\%e2fsprogs\fP for the presence of the file \fB\%libext2fs.a\fP.
|
||||
|
||||
Note that the search for too short strings can pull out hundreds and hundreds of results and take a long time.
|
||||
|
||||
.TP 5
|
||||
\fBSBOURL\fP
|
||||
.br
|
||||
The \fB\%slackpkg\ search\fP command allow you to search packages in the SlackBuilds.org repository.
|
||||
|
||||
\fB\%SBOURL\fP contains the url of SlackBuilds.org repository. It it is not set, the search will be skipped.
|
||||
|
||||
Note that slackpkg+ does not replace \fB\%sbopkg\fP o similar tools, but is only useful to know if a package is present on SBo. slackpkg+ show you the url, so the user can manually download and compile it, or he can use sbopkg instead.
|
||||
|
||||
|
||||
.TP 5
|
||||
\fBSHOWORDER\fP
|
||||
.br
|
||||
|
|
|
@ -82,6 +82,7 @@ Seguono le differenti impostazioni disponibili:
|
|||
.ds 3 GREYLIST\t\t\t\ton/off\t\ton\t\tsi
|
||||
.ds 4 SENSITIVE_SEARCH\t\ton/off\t\ton\t\tsi
|
||||
.ds 5 WW_FILE_SEARCH\t\t\ton/off\t\ton\t\tsi
|
||||
.ds 6 SBOURL\t\t\t\tstringa\t\t-\t\tno
|
||||
.in +2
|
||||
\*1
|
||||
.br
|
||||
|
@ -92,6 +93,8 @@ Seguono le differenti impostazioni disponibili:
|
|||
\*4
|
||||
.br
|
||||
\*5
|
||||
.br
|
||||
\*6
|
||||
.in
|
||||
|
||||
|
||||
|
@ -358,6 +361,14 @@ Impostando \fB\%WW_FILE_SEARCH\fP=\fIoff\fP il comando \fB\%file-search\fP cerch
|
|||
|
||||
Nota che la ricerca per stringhe troppo corte può tirare fuori centinaia e centinaia di risultati ed impiegare molto tempo.
|
||||
|
||||
.TP 5
|
||||
\fBSBOURL\fP
|
||||
.br
|
||||
Il comando \fB\%slackpkg\ search\fP consente di effettuare la ricerca anche nel repository di SlackBuilds.org.
|
||||
|
||||
\fB\%SBOURL\fP contiene l'indirizzo del repository di SlackBuilds.org. Se non viene settata la ricerca non verrà effettuata.
|
||||
|
||||
Nota che slackpkg+ non sostituisce \fB\%sbopkg\fP o altri tool, ma serve solo per sapere se un pacchetto è presente o meno su SBo. slackpkg+ mostra l'url, poi l'utente dovrà scaricarlo e compilarlo manualmente oppure affidarsi a sbopkg.
|
||||
|
||||
|
||||
.TP 5
|
||||
|
|
Loading…
Reference in a new issue