tazwok rev 121

Edits/typos
author Paul Issott <paul@slitaz.org>
date Thu Mar 12 18:43:20 2009 +0000 (2009-03-12)
parents 1803f2206ec5
children 9bda43aef71c
files README tazwok
line diff
     1.1 --- a/README	Wed Mar 11 16:03:19 2009 +0000
     1.2 +++ b/README	Thu Mar 12 18:43:20 2009 +0000
     1.3 @@ -11,7 +11,7 @@
     1.4  Please check 'tazwok usage' to get a list of commands with a short
     1.5  description in English.
     1.6  
     1.7 -Tazwok is a SHell script written from scratch, that works with Bash, and Ash
     1.8 +Tazwok is a SHell script written from scratch, that works with Bash and Ash
     1.9  from Busybox. Tazwok is licensed under free GNU gpl v3. See INSTALL at the
    1.10  bottom of this file for installation instructions.
    1.11  
     2.1 --- a/tazwok	Wed Mar 11 16:03:19 2009 +0000
     2.2 +++ b/tazwok	Thu Mar 12 18:43:20 2009 +0000
     2.3 @@ -87,13 +87,13 @@
     2.4  \033[1mCommands: \033[0m\n
     2.5    usage          Print this short usage.
     2.6    stats          Print Tazwok statistics from the config file and the wok.
     2.7 -  build-depends  Generate a list of package to build wok.
     2.8 +  build-depends  Generate a list of packages to build a wok.
     2.9    cmp|compare    Compare the wok and the cooked pkgs (--remove old pkgs).
    2.10    list           List all packages in the wok tree or by category.
    2.11    info           Get information about a package in the wok.
    2.12    check          Check every receipt for common errors.
    2.13    check-log      Check the process log file of a package.
    2.14 -  check-depends  Check every receipt for DEPENDS misses scanning ELF files
    2.15 +  check-depends  Check every receipt for DEPENDS - doesn't scan ELF files.
    2.16    search         Search for a package in the wok by pattern or name.
    2.17    compile        Configure and build a package using the receipt rules.
    2.18    genpkg         Generate a suitable package for Tazpkg with the rules.
    2.19 @@ -106,7 +106,7 @@
    2.20    remove         Remove a package from the wok.
    2.21    hgup           Pull and update a wok under Hg.
    2.22    maintainers    List all maintainers in the wok.
    2.23 -  maintained-by  List packages maintained by a contributor\n"
    2.24 +  maintained-by  List packages maintained by a contributor.\n"
    2.25  }
    2.26  
    2.27  # Status function.
    2.28 @@ -327,7 +327,7 @@
    2.29  				chown -R root.root $WOK/$PACKAGE/$PACKAGE-* 2>/dev/null
    2.30  				chown -R root.root $WOK/$PACKAGE/$SOURCE-* 2>/dev/null
    2.31  			else
    2.32 -				echo -n "Source direcory exit... " && status
    2.33 +				echo -n "Source directory exit... " && status
    2.34  			fi
    2.35  		fi
    2.36  	fi
    2.37 @@ -338,7 +338,7 @@
    2.38  		echo "executing compile_rules" >> $LOG
    2.39  		compile_rules
    2.40  		# Exit if compilation failed so the binary package
    2.41 -		# is not generated when using the cook comand.
    2.42 +		# is not generated when using the cook command.
    2.43  		local CHECK=$?
    2.44  		if [ $CHECK = 0 ]; then
    2.45  			echo "================================================================================"
    2.46 @@ -594,9 +594,9 @@
    2.47      $PACKED_SIZE ($UNPACKED_SIZE installed)	
    2.48  _EOT_
    2.49  	fi
    2.50 -	# packages.desc is used by Tazpkgbox <tree>.
    2.51 +	# Packages.desc is used by Tazpkgbox <tree>.
    2.52  	echo "$PACKAGE | $VERSION | $SHORT_DESC | $CATEGORY | $WEB_SITE" >> packages.desc
    2.53 -	# packages.equiv is used by tazpkg install to check depends
    2.54 +	# Packages.equiv is used by tazpkg install to check depends
    2.55  	touch packages.equiv
    2.56  	for i in $PROVIDE; do
    2.57  		DEST=""
    2.58 @@ -698,7 +698,7 @@
    2.59  	check-depends)
    2.60  		# Check package depends
    2.61  		echo ""
    2.62 -		echo -e "\033[1mCheck every receipt for DEPENDS misses scanning ELF files\033[0m
    2.63 +		echo -e "\033[1mCheck every receipt for DEPENDS - doesn't scan ELF files\033[0m
    2.64  ================================================================================"
    2.65  		TMPDIR=/tmp/tazwok$$
    2.66  		DEFAULT_DEPENDS="glibc-base gcc-lib-base"
    2.67 @@ -797,7 +797,7 @@
    2.68  			[ -n "$EXTRAVERSION" ] && echo "Package $PACKAGE has hardcoded EXTRAVERSION"
    2.69  			if [ -n "$WANTED" ]; then
    2.70  				if [ ! -f $WANTED/receipt ]; then
    2.71 -					echo "Package $PACKAGE want unknown $WANTED package"
    2.72 +					echo "Package $PACKAGE wants unknown $WANTED package"
    2.73  				else
    2.74  					BASEVERSION=$(. $WANTED/receipt ; echo $VERSION)
    2.75  					if [ "$VERSION" = "$WANTED" ]; then
    2.76 @@ -806,7 +806,7 @@
    2.77  						BASEVERSION=$VERSION
    2.78  					fi
    2.79  					if [ "$VERSION" != "$BASEVERSION" ]; then
    2.80 -						echo "Package $PACKAGE ($VERSION) want $WANTED ($BASEVERSION)"
    2.81 +						echo "Package $PACKAGE ($VERSION) wants $WANTED ($BASEVERSION)"
    2.82  					fi
    2.83  				fi
    2.84  			fi
    2.85 @@ -918,7 +918,7 @@
    2.86  		rm -f wok.list.$$ pkgs.old.$$ pkgs.missing.$$
    2.87  		;;
    2.88  	list)
    2.89 -		# List packages in wok directory. User can specifiy a category
    2.90 +		# List packages in wok directory. User can specify a category
    2.91  		#
    2.92  		if [ "$2" = "category" ]; then
    2.93  			echo -e "\033[1m\nPackages categories :\033[0m $CATEGORIES\n"
    2.94 @@ -1030,7 +1030,7 @@
    2.95  		compile_package
    2.96  		;;
    2.97  	genpkg)
    2.98 -		# Generate a package
    2.99 +		# Generate a package.
   2.100  		#
   2.101  		gen_package
   2.102  		;;
   2.103 @@ -1087,7 +1087,7 @@
   2.104  			rm -rf $i
   2.105  			status
   2.106  		done
   2.107 -		# Remove an envental $PACKAGE-build directory.
   2.108 +		# Remove an eventual $PACKAGE-build directory.
   2.109  		if [ -d "$PACKAGE-build" ]; then
   2.110  			echo -n "Removing build tree..."
   2.111  			rm -rf $PACKAGE-build && status
   2.112 @@ -1102,7 +1102,7 @@
   2.113  		echo ""
   2.114  		;;
   2.115  	gen-clean-wok)
   2.116 -		# Generate a clean wok from the current wok by copying all receipt
   2.117 +		# Generate a clean wok from the current wok by copying all receipts
   2.118  		# and stuff directory.
   2.119  		#
   2.120  		if [ -z "$2" ]; then