tazpkg log tazpkg

age author description
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.
2012-03-25 Richard Dunbar tazpkg: restore user mirror selection
2012-03-07 Christopher Rogers tazpkg: Add support to use gtk-update-icon-cache if /usr/share/icons/hicolor is in files.list. Also add support to use glib-compile-schemas if /usr/share/glib-2.0/schemas is in files.list.
2012-03-05 Antoine Bodin Change $VERSION to 4.9.14.9.1
2012-03-05 Antoine Bodin Fix: don't automatically switch to main SliTaz mirror; it prevent us to use the mirror we want to
2012-03-01 Paul Issott Tiny edits
2012-03-01 Antoine Bodin Up $VERSION to 4.8.24.8.2
2012-03-01 Antoine Bodin Remove tazwok specific files downloading - the tazwok feature needing those never been implemented correctly
2012-03-01 Antoine Bodin Tiny fix for case when user switch several times between repository with and without ID file
2012-02-29 Antoine Bodin Up $VERSION to 4.8.14.8.1
2012-02-29 Antoine Bodin Fix a long-standing bug that causes download to fails when the url of mirror was not suffixed with a slash
2012-02-29 Antoine Bodin Fix a bug that made tazpkg recharge slow
2012-02-29 Christophe Lincoln Up Makefile and copyright year
2012-01-14 Pascal Bellard tazpkg: remove an error message for CONFIG_FILES4.7.4
2012-01-03 Antoine Bodin Up $VERSION to 4.7.34.7.3
2012-01-03 Antoine Bodin Fix: make tazpkg up works fine with multiple repositories (please test it); Update translations according to this.
2011-11-06 Christopher Rogers tazpkg: Fixed --help-up option.
2011-11-06 Christopher Rogers tazpkg: Compile glib schemas if /usr/bin/glib-compile-schemas exists on system.
2011-11-04 Christopher Rogers tazpkg: Fixed remove option to use $ROOT when executing post_remove and pre_remove functions.
2011-11-01 Christopher Rogers Update version number.4.7.2
2011-08-31 Christopher Rogers tazpkg: Fixed PACKAGE_DIR to not error dirname when is empty. This error happens when using recharge option.
2011-08-29 Eric Joseph-Alexandre uFix
2011-08-10 Christopher Rogers tazpkg: Don't remove 2>/dev/null in $PACKAGE_DIR. There is no need to use [ -n $PACKAGE ] in $PACKAGE_DIR since its only used once in $PACKAGE_FILE and it don't stop 'can't cd '.'' errors. Also I don't think [ -n $PACKAGE ] fixed this problem.4.7.1
2011-08-09 Pascal Bellard install --root= needs packages.* index
2011-08-08 Christopher Rogers tazpkg: Fixed the 'can't cd to .' errors again. Using 2>/dev/null to PACKAGE_DIR to stop the error.
2011-08-08 Christopher Rogers tazpkg: Fixed for last commit to make full path with install opiton work again.
2011-08-08 Christopher Rogers tazpkg: Fixed install option to work in current path again. I needed to add a if statement to null $PACKAGE_DIR if it equal '.'. Before it was not assigning $PACKAGE_FILE if $PACKAGE_DIR equal '.' so we didn't get error problems cding to '.'. Also PACKAGE_DIR equals cd $(dirname ) cause cd nothing will go to $HOME.
2011-07-30 Christopher Rogers tazpkg: Check for libraries.txt instead of library if ID file exist.