tazpkg rev 46 1.8

Updated manual (list blocked + cat) changed release string to 1.8
author Christophe Lincoln <pankso@slitaz.org>
date Fri Feb 15 15:32:33 2008 +0100 (2008-02-15)
parents 57ee801d7242
children db2062822aa3
files ChangeLog doc/tazpkg.html tazpkg
line diff
     1.1 --- a/ChangeLog	Fri Feb 15 13:50:17 2008 +0100
     1.2 +++ b/ChangeLog	Fri Feb 15 15:32:33 2008 +0100
     1.3 @@ -1,3 +1,9 @@
     1.4 +2008-02-15  Christophe Lincoln  <pankso@slitaz.org>
     1.5 +
     1.6 + * Release - Tazpkg 1.8
     1.7 +   
     1.8 +   Juste quelques petites améliorations et corrections.
     1.9 +
    1.10  2008-02-06  Christophe Lincoln  <pankso@slitaz.org>
    1.11  
    1.12   * Release - Tazpkg 1.7
     2.1 --- a/doc/tazpkg.html	Fri Feb 15 13:50:17 2008 +0100
     2.2 +++ b/doc/tazpkg.html	Fri Feb 15 15:32:33 2008 +0100
     2.3 @@ -67,11 +67,13 @@
     2.4  d'afficher sur une colonne la liste tous les paquets installés, vous pouvez
     2.5  aussi utiliser la commande de recherche (search) pour avoir une liste en
     2.6  fonction d'un nom (exemple xorg). Cette commande vous permet aussi de lister
     2.7 -les catégories et les paquets en fonction de leur catégorie :
     2.8 +les catégories, les paquets en fonction de leur catégorie et les paquets 
     2.9 +bloqués :
    2.10  </p>
    2.11  <pre>
    2.12   # tazpkg list
    2.13 - # tazpkg list category
    2.14 + # tazpkg list cat|categories
    2.15 + # tazpkg list blocked
    2.16  </pre>
    2.17  <h3><font color="#6c0023">xhtml-list</font></h3>
    2.18  <p>
     3.1 --- a/tazpkg	Fri Feb 15 13:50:17 2008 +0100
     3.2 +++ b/tazpkg	Fri Feb 15 15:32:33 2008 +0100
     3.3 @@ -12,7 +12,7 @@
     3.4  # Authors : Christophe Lincoln <pankso@slitaz.org>
     3.5  #           Pascal Bellard <pascal.bellard@slitaz.org>
     3.6  #
     3.7 -VERSION=1.7
     3.8 +VERSION=1.8
     3.9  
    3.10  ####################
    3.11  # Script variables #
    3.12 @@ -429,7 +429,7 @@
    3.13  			exit 0
    3.14  		fi
    3.15  		# Display the list of categories.
    3.16 -		if [ "$2" = "category" -o "$2" = "cat" ]; then
    3.17 +		if [ "$2" = "cat" -o "$2" = "categories" ]; then
    3.18  			echo ""
    3.19  			echo -e "\033[1mPackages categories :\033[0m"
    3.20  			echo "================================================================================"