tazpkg rev 366

Tiny edits
author Paul Issott <paul@slitaz.org>
date Tue Oct 19 19:00:09 2010 +0000 (2010-10-19)
parents 1a099394c9e6
children 3c51c147833a
files README lib/libtazpkgbox tazpkgbox
line diff
     1.1 --- a/README	Tue Oct 19 19:16:24 2010 +0200
     1.2 +++ b/README	Tue Oct 19 19:00:09 2010 +0000
     1.3 @@ -7,7 +7,7 @@
     1.4  by Tazwok with a receipt found in the wok. More information can be found in 
     1.5  the SliTaz Cookbook and the manual.
     1.6  
     1.7 -Tazpkg is entirely built from scratch using SHell script, compatible with
     1.8 +Tazpkg is entirely built from scratch using SHell script; compatible with
     1.9  Bash, it runs under Ash - part of the Busybox project. Tazpkg is distributed
    1.10  under the free GNU license GPL V3. 
    1.11  
     2.1 --- a/lib/libtazpkgbox	Tue Oct 19 19:16:24 2010 +0200
     2.2 +++ b/lib/libtazpkgbox	Tue Oct 19 19:00:09 2010 +0000
     2.3 @@ -1,9 +1,9 @@
     2.4  #!/bin/sh
     2.5  # The libtazpkgbox - Libraries used by tazpkg GUI box.
     2.6  #
     2.7 -# There is functions to list installed packages in a suitable format for 
     2.8 -# GTK tree and list mirrored packages using the packages.desc file. The lib
     2.9 -# also provide functions to search packages and files and the GUI box for
    2.10 +# These are functions to list installed packages in a suitable format for a
    2.11 +# GTK tree and list mirrored packages using the packages.desc file. The libs
    2.12 +# also provide functions to search packages and files; and the GUI box for
    2.13  # package information.
    2.14  #
    2.15  # (C) 2010 SliTaz - GNU General Public License v3.
    2.16 @@ -24,14 +24,14 @@
    2.17  	echo -e "\nTazpkgbox library\n
    2.18  Usage    : $0 [function] [pkg|args]	[pkg]
    2.19  Functions:
    2.20 -  list-all          List all packages
    2.21 -  list-undigest     List undigest packages
    2.22 -  list-blocked      List blocked packages
    2.23 -  list-upgradeable  List all upgradable packages
    2.24 -  search-packages   Search for packages
    2.25 -  search-files      Search for files
    2.26 -  search-tags       Search for TAGS
    2.27 -  package-infos     Display box with pkg information"
    2.28 +  list-all          List all packages.
    2.29 +  list-undigest     List undigest packages.
    2.30 +  list-blocked      List blocked packages.
    2.31 +  list-upgradeable  List all upgradable packages.
    2.32 +  search-packages   Search for packages.
    2.33 +  search-files      Search for files.
    2.34 +  search-tags       Search for TAGS.
    2.35 +  package-infos     Display box with pkg information."
    2.36  }
    2.37  
    2.38  # List functions.
    2.39 @@ -250,10 +250,10 @@
    2.40  		TMP_DIR=/tmp/tazpkg-$$-$RANDOM
    2.41  		if [ "$2" = "sizes" ]; then
    2.42  			cat <<EOT
    2.43 -Dependancies for $3:
    2.44 +Dependencies for $3:
    2.45  $(tazpkg depends $3)
    2.46  
    2.47 -Reverse dependancies for $3:
    2.48 +Reverse dependencies for $3:
    2.49  $(tazpkg rdepends $3)
    2.50  EOT
    2.51  			exit 0
     3.1 --- a/tazpkgbox	Tue Oct 19 19:16:24 2010 +0200
     3.2 +++ b/tazpkgbox	Tue Oct 19 19:00:09 2010 +0000
     3.3 @@ -1,7 +1,7 @@
     3.4  #!/bin/sh
     3.5  #
     3.6 -# GTKdialog interface to SliTaz Packages Manager aka Tazpkg. Notes:
     3.7 -# Notebook tab are vbox, tabs are used to indent and functions are
     3.8 +# GTKdialog interface to SliTaz Packages Manager aka Tazpkg. Note:
     3.9 +# Notebook tabs are <vbox>. Tabs are used to indent and functions are
    3.10  # split and found in libtazpkgbox.
    3.11  #
    3.12  # (C) GNU gpl v3 - SliTaz GNU/Linux 2010.
    3.13 @@ -71,9 +71,10 @@
    3.14  		<text wrap="false">
    3.15  			<label>"
    3.16  Tazpkgbox is a simple and easy to use interface to the SliTaz
    3.17 -package manager - aka Tazpkg. You can install, remove, repack or
    3.18 -get packages by double-clicking on the package item. A Search engine
    3.19 -lets you find and install new applications in a few mouse clicks."
    3.20 +package manager - aka Tazpkg. You can install, remove, repack or 
    3.21 +get packages by double-clicking on the package item. A search 
    3.22 +engine allows you to find and install new applications in a few 
    3.23 +mouse clicks."
    3.24  			</label>
    3.25  		</text>
    3.26  	</frame>
    3.27 @@ -114,8 +115,8 @@
    3.28  		<text wrap=\"false\">
    3.29  			<label>\"
    3.30  An ISO image with all $(cat /etc/slitaz-release) packages is available on Slitaz mirrors.
    3.31 -You can burn it onto a DVD or install it on an USB key and each
    3.32 -package becomes installable without an Internet connection.\"
    3.33 +You can burn it onto a DVD or install it on an USB key and every
    3.34 +package can be installed without an Internet connection.\"
    3.35  			</label>
    3.36  		</text>
    3.37  	</frame>