# HG changeset patch # User Paul Issott # Date 1277066697 -3600 # Node ID 7b162f03d79a08fb3aaeae89c520ec5b4144994a # Parent ca18229243c2850ca708158854bad8713895f3c7 Tiny edits diff -r ca18229243c2 -r 7b162f03d79a README --- a/README Sun Jun 20 22:16:56 2010 +0200 +++ b/README Sun Jun 20 21:44:57 2010 +0100 @@ -1,11 +1,11 @@ -README for Tazpkg - Tiny autonomus packages manager +README for Tazpkg - Tiny autonomous packages manager =============================================================================== -Tazpkg is a small but powerfull packages manager for SliTaz GNU/Linux and -other UNIX like operating system. It use tazpkg package generaly build by -Tazwok with receipt found in the wok. More information can be found in the -SliTaz Cookbook and the manual. +Tazpkg is a small but powerful packages manager for SliTaz GNU/Linux and +other UNIX-like operating systems. It uses a *.tazpkg package generally built +by Tazwok with a receipt found in the wok. More information can be found in +the SliTaz Cookbook and the manual. Tazpkg is entirely built from scratch using SHell script, compatible with Bash, it runs under Ash - part of the Busybox project. Tazpkg is distributed diff -r ca18229243c2 -r 7b162f03d79a lib/tazpkgbox/package_infos --- a/lib/tazpkgbox/package_infos Sun Jun 20 22:16:56 2010 +0200 +++ b/lib/tazpkgbox/package_infos Sun Jun 20 21:44:57 2010 +0100 @@ -14,10 +14,10 @@ if [ "$1" = "sizes" ]; then cat < /dev/null | awk \ '{ sz=$1 } END { print sz }') - gettext "Undating receipt sizes..." + gettext "Updating receipt sizes..." sed -i s/^PACKED_SIZE.*$// receipt sed -i s/^UNPACKED_SIZE.*$// receipt sed -i "s/^PACKAGE=/PACKED_SIZE=\"$PACKED_SIZE\"\nUNPACKED_SIZE=\"$UNPACKED_SIZE\"\nPACKAGE=/" receipt @@ -2080,7 +2080,7 @@ [ -f $path/mirror ] || continue echo "" if [ "$path" != "$LOCALSTATE" ]; then - echo "Recharge undigest $(basename $path):" + echo "Recharging undigest $(basename $path):" fi cd $path if [ -f "packages.list" ]; then @@ -2490,7 +2490,7 @@ echo "$PACKAGE already in the cache : $CACHE_DIR" # Check package download was finished tail -c 2k $PACKAGE.tazpkg | grep -q 00000000TRAILER || { - eval_gettext "Continue \$PACKAGE download"; echo + eval_gettext "Continuing \$PACKAGE download"; echo download $PACKAGE.tazpkg } else @@ -2603,7 +2603,7 @@ fi else echo "" - eval_gettext "package \$PACKAGE is not installed."; echo + eval_gettext "Package \$PACKAGE is not installed."; echo gettext "Install package with 'tazpkg install' or 'tazpkg get-install'"; echo echo "" fi ;; diff -r ca18229243c2 -r 7b162f03d79a tazpkg.conf --- a/tazpkg.conf Sun Jun 20 22:16:56 2010 +0200 +++ b/tazpkg.conf Sun Jun 20 21:44:57 2010 +0100 @@ -7,13 +7,13 @@ # Path to all packages meta files (lists, receipt, desc). LOCALSTATE="/var/lib/tazpkg" -# Path to downloaded packages by get-intall command. +# Path to downloaded packages by get-install command. CACHE_DIR="/var/cache/tazpkg" # Path to Tazpkg log file. LOG="/var/log/tazpkg.log" -# Path to the temporary directory used to extract package. +# Path to the temporary directory used to extract packages. TMP_DIR="/tmp/tazpkg-$$-$RANDOM" # Packages categories.