tazpkg rev 349

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun Jun 20 21:44:57 2010 +0100 (2010-06-20)
parents ca18229243c2
children 9273e7309025
files README lib/tazpkgbox/package_infos po/tazpkg/tazpkg.pot tazpkg tazpkg.conf
line diff
     1.1 --- a/README	Sun Jun 20 22:16:56 2010 +0200
     1.2 +++ b/README	Sun Jun 20 21:44:57 2010 +0100
     1.3 @@ -1,11 +1,11 @@
     1.4 -README for Tazpkg -  Tiny autonomus packages manager
     1.5 +README for Tazpkg -  Tiny autonomous packages manager
     1.6  ===============================================================================
     1.7  
     1.8  
     1.9 -Tazpkg is a small but powerfull packages manager for SliTaz GNU/Linux and
    1.10 -other UNIX like operating system. It use tazpkg package generaly build by
    1.11 -Tazwok with receipt found in the wok. More information can be found in the
    1.12 -SliTaz Cookbook and the manual.
    1.13 +Tazpkg is a small but powerful packages manager for SliTaz GNU/Linux and
    1.14 +other UNIX-like operating systems. It uses a *.tazpkg package generally built 
    1.15 +by Tazwok with a receipt found in the wok. More information can be found in 
    1.16 +the SliTaz Cookbook and the manual.
    1.17  
    1.18  Tazpkg is entirely built from scratch using SHell script, compatible with
    1.19  Bash, it runs under Ash - part of the Busybox project. Tazpkg is distributed
     2.1 --- a/lib/tazpkgbox/package_infos	Sun Jun 20 22:16:56 2010 +0200
     2.2 +++ b/lib/tazpkgbox/package_infos	Sun Jun 20 21:44:57 2010 +0100
     2.3 @@ -14,10 +14,10 @@
     2.4  
     2.5  if [ "$1" = "sizes" ]; then
     2.6  	cat <<EOT
     2.7 -Dependancies for $2:
     2.8 +Dependencies for $2:
     2.9  $(tazpkg depends $2)
    2.10  
    2.11 -Reverse dependancies for $2:
    2.12 +Reverse dependencies for $2:
    2.13  $(tazpkg rdepends $2)
    2.14  EOT
    2.15  	exit 0
     3.1 --- a/po/tazpkg/tazpkg.pot	Sun Jun 20 22:16:56 2010 +0200
     3.2 +++ b/po/tazpkg/tazpkg.pot	Sun Jun 20 21:44:57 2010 +0100
     3.3 @@ -355,7 +355,7 @@
     3.4  
     3.5  #: tazpkg:1652
     3.6  msgid ""
     3.7 -"Please change directory (cd) to the packages repository, and specify the\n"
     3.8 +"Please change directory (cd) to the packages repository and specify the\n"
     3.9  "list of packages to install. Example : tazpkg install-list packages.list"
    3.10  msgstr ""
    3.11  
    3.12 @@ -483,7 +483,7 @@
    3.13  msgstr ""
    3.14  
    3.15  #: tazpkg:2058
    3.16 -msgid "Undating receipt sizes..."
    3.17 +msgid "Updating receipt sizes..."
    3.18  msgstr ""
    3.19  
    3.20  #: tazpkg:2063
    3.21 @@ -597,7 +597,7 @@
    3.22  
    3.23  #: tazpkg:2493
    3.24  #, sh-format
    3.25 -msgid "Continue $PACKAGE download"
    3.26 +msgid "Continuing $PACKAGE download"
    3.27  msgstr ""
    3.28  
    3.29  #: tazpkg:2509
    3.30 @@ -633,7 +633,7 @@
    3.31  
    3.32  #: tazpkg:2606
    3.33  #, sh-format
    3.34 -msgid "package $PACKAGE is not installed."
    3.35 +msgid "Package $PACKAGE is not installed."
    3.36  msgstr ""
    3.37  
    3.38  #: tazpkg:2607
     4.1 --- a/tazpkg	Sun Jun 20 22:16:56 2010 +0200
     4.2 +++ b/tazpkg	Sun Jun 20 21:44:57 2010 +0100
     4.3 @@ -1649,7 +1649,7 @@
     4.4  		if [ -z "$2" ]; then
     4.5  			echo ""
     4.6  			gettext \
     4.7 -"Please change directory (cd) to the packages repository, and specify the
     4.8 +"Please change directory (cd) to the packages repository and specify the
     4.9  list of packages to install. Example : tazpkg install-list packages.list"
    4.10  			echo "" && exit 0
    4.11  		fi
    4.12 @@ -1679,7 +1679,7 @@
    4.13  			   slitaz-base-files tazpkg ; do
    4.14  			pkg=$(egrep $pkg-[0-9] $INSTALL_LIST)
    4.15  			[ -n "$pkg" ] || continue
    4.16 -			echo "Add implicit depend $pkg ..."
    4.17 +			echo "Adding implicit depends $pkg ..."
    4.18  			LIST="$pkg
    4.19  $LIST"
    4.20  		done
    4.21 @@ -2055,7 +2055,7 @@
    4.22  			PACKED_SIZE=$(du -chs fs.cpio.lzma receipt files.list \
    4.23  				md5sum description.txt 2> /dev/null | awk \
    4.24  				'{ sz=$1 } END { print sz }')
    4.25 -			gettext "Undating receipt sizes..."
    4.26 +			gettext "Updating receipt sizes..."
    4.27  			sed -i s/^PACKED_SIZE.*$// receipt
    4.28  			sed -i s/^UNPACKED_SIZE.*$// receipt
    4.29  			sed -i "s/^PACKAGE=/PACKED_SIZE=\"$PACKED_SIZE\"\nUNPACKED_SIZE=\"$UNPACKED_SIZE\"\nPACKAGE=/" receipt
    4.30 @@ -2080,7 +2080,7 @@
    4.31  			[ -f $path/mirror ] || continue
    4.32  			echo ""
    4.33  			if [ "$path" != "$LOCALSTATE" ]; then
    4.34 -				echo "Recharge undigest $(basename $path):"
    4.35 +				echo "Recharging undigest $(basename $path):"
    4.36  			fi
    4.37  			cd $path
    4.38  			if [ -f "packages.list" ]; then
    4.39 @@ -2490,7 +2490,7 @@
    4.40  			echo "$PACKAGE already in the cache : $CACHE_DIR"
    4.41  			# Check package download was finished
    4.42  			tail -c 2k $PACKAGE.tazpkg | grep -q 00000000TRAILER || {
    4.43 -				eval_gettext "Continue \$PACKAGE download"; echo
    4.44 +				eval_gettext "Continuing \$PACKAGE download"; echo
    4.45  				download $PACKAGE.tazpkg
    4.46  			}
    4.47  		else
    4.48 @@ -2603,7 +2603,7 @@
    4.49  			fi
    4.50  		else
    4.51  			echo ""
    4.52 -			eval_gettext "package \$PACKAGE is not installed."; echo
    4.53 +			eval_gettext "Package \$PACKAGE is not installed."; echo
    4.54  			gettext "Install package with 'tazpkg install' or 'tazpkg get-install'"; echo
    4.55  			echo ""
    4.56  		fi ;;
     5.1 --- a/tazpkg.conf	Sun Jun 20 22:16:56 2010 +0200
     5.2 +++ b/tazpkg.conf	Sun Jun 20 21:44:57 2010 +0100
     5.3 @@ -7,13 +7,13 @@
     5.4  # Path to all packages meta files (lists, receipt, desc).
     5.5  LOCALSTATE="/var/lib/tazpkg"
     5.6  
     5.7 -# Path to downloaded packages by get-intall command.
     5.8 +# Path to downloaded packages by get-install command.
     5.9  CACHE_DIR="/var/cache/tazpkg"
    5.10  
    5.11  # Path to Tazpkg log file.
    5.12  LOG="/var/log/tazpkg.log"
    5.13  
    5.14 -# Path to the temporary directory used to extract package.
    5.15 +# Path to the temporary directory used to extract packages.
    5.16  TMP_DIR="/tmp/tazpkg-$$-$RANDOM"
    5.17  
    5.18  # Packages categories.