tazpkg log tazpkg

age author description
2014-11-19 Pascal Bellard Add extra category (get-scripts common to any SliTaz version)5.3.3
2014-10-29 Aleksej Bobylev tazpkg up: fix error "can't open 'installed.list/receipt'"
2014-10-01 Pascal Bellard tazpkg/convert: add upkg support
2014-10-01 Pascal Bellard tazpkg/convert: add spack support
2014-06-10 Pascal Bellard tazpkg: normalize mirror url
2014-05-31 Pascal Bellard get-scripts: add TAGS5.3.2
2014-05-31 Pascal Bellard get-scripts: keep PACKAGE name
2014-05-26 Aleksej Bobylev tazpkg: fix bug with installing coreutils-directory package5.3.1
2014-05-12 Pascal Bellard Undo previous commit, we still have a problem with /var/run symlink...
2014-05-12 Pascal Bellard tazpkg install: follow all symlinks (ex: /var/run)
2014-05-12 Pascal Bellard 5.35.3
2014-05-01 Pascal Bellard tazpkg: add arch support for get-scripts
2014-03-19 Pascal Bellard tazpkg/get-script: set default version
2014-02-24 Pascal Bellard meta packages may have no filesystem
2014-02-22 Richard Dunbar tazpkg: stop list-files error msg
2014-02-22 Paul Issott Tiny edits
2014-02-18 Christophe Lincoln Start to use libpkg.sh
2014-02-18 Christophe Lincoln tazpkg: roolback change to install-list
2014-02-16 Pascal Bellard tazpkg/get-scripts: auto complete deps
2014-02-16 Christophe Lincoln Fix install-list
2014-02-16 Christophe Lincoln tazpkg: add command 'activity'
2014-02-16 Christophe Lincoln tazpkg: some clean up and fix clean chache cont
2014-02-16 Christophe Lincoln tazpkg: Small cosmetic fix
2014-02-16 Christophe Lincoln tazpkg: use busybox wget (less outpout)
2014-02-16 Pascal Bellard tazpkg: add get repo support
2014-02-16 Christophe Lincoln tazpkg info: Fix license and up copyright date
2014-02-16 Christophe Lincoln up: fix installed and blocked pkgs count
2014-01-05 Pascal Bellard Now zcat checks .gz suffix...5.1.3
2013-07-29 Pascal Bellard tazpkg/convert: add .sb support
2013-07-29 Pascal Bellard tazpkg/convert: add .pkg.tar.xz support
2013-07-29 Pascal Bellard tazpkg/convert: add .sfs support
2013-07-29 Pascal Bellard tazpkg/convert: add .pet support
2013-07-25 Aleksej Bobylev Add Polish translation (thanks Pawel Pyrczak); merge tazpkg, tazpkg-notify and other *pkg* translations into one; simplify plural translations using $num; normalize name (Tazpkg, TazPKG -> TazPkg); move markup outside translations; re-use categories names in tazpkg and tazpanel; other tiny improvements.5.1.2
2013-07-16 Pascal Bellard tazpkg info: show license
2013-07-04 Pascal Bellard convert/deb: add license
2013-01-18 Pascal Bellard tazpkg: gawk do not like rdepend (thanks tkoun)
2013-01-07 Aleksej Bobylev Display localized short description if it exists
2013-01-04 border update version number5.1.1
2012-09-16 Paul Issott Tiny typos
2012-07-14 Aleksej Bobylev convert new RPM issue: workaround feat. 7z; update pot & po, translate new strings to Russian
2012-06-23 Aleksej Bobylev **tazpkg**: add common output functions: action, title, footer; change the way category translate, localized categories can include spaces; implement boldify, emsg & confirm functions from new libtaz; rename log function to log_pkg; fix check_root invocation; fix convert_rpm function; implement plural i18n messages; list-mirror: --text|--txt|--raw|* produces same output; extract: check for errors in final message; list-config --box: do we need it?; repack-config: date/time in receipt in local format; '--help-up' changed to 'help-up' due to error with new libtaz. **tazpkg-box**: add i18n preamble; fix actions. **tazpkg-notify**: implement plural. **Makefile**: support new functions & tazpkg-box. **po/**: Make pot & msgmerge. Add Russian translation. Add Spanish translation for tazpkg-notify (thanks Kevin Fabian Quintero).
2012-05-24 Christophe Lincoln Use newline(), more shortcut for cmds and improve list output
2012-05-24 Christophe Lincoln Remove xhtml-list (we have tazpanel now) save 101 lines
2012-05-24 Christophe Lincoln tazpkg: improve up output and small clean
2012-05-23 Richard Dunbar Set path for INSTALL_LIST-processed
2012-04-24 Christophe Lincoln Use boldify and output in raw for tazpkg-box (now gui install display messages in realtime)
2012-04-23 Christophe Lincoln tazpkg: we dont need get_options, libtaz.sh store options by default
2012-04-14 Christophe Lincoln Disable multi pkg install, it's not well implemented
2012-04-12 Christopher Rogers tazpkg: Remove separator function. Its now in /lib/libtaz.sh.
2012-04-12 Christopher Rogers tazpkg: Fixed typo.
2012-04-13 Christophe Lincoln Use /lib/libtaz.sh
2012-04-12 Christopher Rogers tazpkg: Add support for new slitaz.conf. Changed md5sum to $CHECKSUM thats in the new slitaz.conf. Add update_kernel_modules function so we can update kernel modules.dep file if /sbin/depmod exist and /lib/modules path is in package.
2012-04-12 Christophe Lincoln Some vars fixes
2012-04-12 Christophe Lincoln let install more than one package at once: tazpkg -gi pkg1 pkg2 pkg3 --opt1 --opt2
2012-04-12 Christophe Lincoln Add function from old libtaz only used by tazpkg (we will probably have a libtazpkg.sh used also by tazlito
2012-04-05 Christophe Lincoln Prepa for release4.9.2
2012-04-05 Christophe Lincoln Remove buggy and unneede code about mirror file, mirror MUST have only one main mirror URL (use setup-mirror to change the url)
2012-04-05 Christophe Lincoln Fix mirror URL (it can have a traling slash or not) and fix mirror file backup (we dont have wanted.txt depends.txt libraries.txt)
2012-03-29 Pascal Bellard tazpkg: fix update-mime-database post_install
2012-03-25 Christopher Rogers tazpkg: Fixed last commit.