Version 0.9.7 - 05/Sep/2013
- Added install/upgrade/reinstall from disk with file:package.txz or dir:path,
and remote with {http,ftp,htts}://site/path/[package.txz], unrepositorized
packages. Please, read the README file.
- Disallow to choice the download manager; slackpkg+ require wget AND lftp
1) add http/ftp/https support.
for now only syntax:
slackpkg {install/upgrade/reinstall} http://site/repo/package.txz
2) use wget forzately
3) fixed a bug that does not allow to install from a directory
4) allow to uninstall packages even if you specify the '.txz' in
syntax:
slackpkg remove package-1-noarch-1.txz
Version 20130902.2 - 02/Sep/2013
- Added install from file or directoy:
slackpkg {install|upgrade} file:test-1.0-noarch-1
slackpkg {install|upgrade} file:./
You can optionally specify relative path or absolute path for file.
Version 20130902.1 - 02/Sep/2013
- Added install from file: slackpkg {install|upgrade} file:test-1.0-noarch-1
You can optionally specify relative path or absolute path for file.
all contributes from phenixia2003 on LQ
Version 0.9.4 - 27/Aug/2013
- fixed a issue when a pattern is used multiple times in argument
- fixed a bug in install/upgrade regarding the enhanced priority
- fixed a bug in search which leads to wrong information about upgrade
- allow to to install/upgrade/reinstall/remove all the packages from
a given repository (thanks to phenixia2003 for big patch)
When a user search the package 'slackpkg', the grep match also
the prefix 'slackpkgplus_' in url.
Now the prefix is SLACKPKGPLUS_ so grep does NOT match (unless
the user search SLACKPKG, that does NOT exists).
- added config file checks
- fixed a bug that try to check gpg even if CHECKGPG is set to off
- fixed a bug that show compat32 packages as duplicated
- implemented 'slackpkg search'
- fixed a 'package' bug that override slackpkgplus.conf (instead .new)
- added doinst.sh that auto-select a configuration file depending $ARCH
- fixed priority system bug when two repositories have package with the same
full name
- added a priority system for repository and single packages
- added gpg support
- added explicit support for alienbob multilibs
Thanks to AlienBob and phenixia2003 (on LQ) for contributing