# HG changeset patch # User Rohit Joshi # Date 1267015454 0 # Node ID b303dfac3b48a7a4674c2b31d4077b603d8dbd60 # Parent bec18999886eaf10724668e7e50ce1c654d70138 add/improve TAGS z* receipts diff -r bec18999886e -r b303dfac3b48 zenity/receipt --- a/zenity/receipt Wed Feb 24 12:40:28 2010 +0000 +++ b/zenity/receipt Wed Feb 24 12:44:14 2010 +0000 @@ -10,6 +10,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnome.org" WGET_URL="http://ftp.acc.umu.se/pub/GNOME/sources/zenity/2.28/$TARBALL" +TAGS="dialogs gui" # Rules to configure and make the package. compile_rules() diff -r bec18999886e -r b303dfac3b48 zile/receipt --- a/zile/receipt Wed Feb 24 12:40:28 2010 +0000 +++ b/zile/receipt Wed Feb 24 12:44:14 2010 +0000 @@ -10,6 +10,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/zile/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" +TAGS="text-editor" # Rules to configure and make the package. compile_rules() diff -r bec18999886e -r b303dfac3b48 zim/receipt --- a/zim/receipt Wed Feb 24 12:40:28 2010 +0000 +++ b/zim/receipt Wed Feb 24 12:44:14 2010 +0000 @@ -13,6 +13,7 @@ TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://zim-wiki.org/" WGET_URL="http://www.zim-wiki.org/downloads/$TARBALL" +TAGS="wiki" # Rules to configure and make the package. compile_rules() diff -r bec18999886e -r b303dfac3b48 zip/receipt --- a/zip/receipt Wed Feb 24 12:40:28 2010 +0000 +++ b/zip/receipt Wed Feb 24 12:44:14 2010 +0000 @@ -8,6 +8,7 @@ TARBALL="zip232.tgz" WEB_SITE="http://www.info-zip.org/" WGET_URL="ftp://ftp.info-zip.org/pub/infozip/src/$TARBALL" +TAGS="archive compression" # Rules to configure and make the package. compile_rules() diff -r bec18999886e -r b303dfac3b48 zopeinterface/receipt --- a/zopeinterface/receipt Wed Feb 24 12:40:28 2010 +0000 +++ b/zopeinterface/receipt Wed Feb 24 12:44:14 2010 +0000 @@ -11,6 +11,7 @@ WGET_URL="$WEB_SITE/$VERSION/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python" +TAGS="webserver application-server appserver" # Rules to configure and make the package. compile_rules() diff -r bec18999886e -r b303dfac3b48 zsh/receipt --- a/zsh/receipt Wed Feb 24 12:40:28 2010 +0000 +++ b/zsh/receipt Wed Feb 24 12:44:14 2010 +0000 @@ -10,6 +10,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://zsh.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +TAGS="shell" # Rules to configure and make the package. compile_rules() diff -r bec18999886e -r b303dfac3b48 zsync/receipt --- a/zsync/receipt Wed Feb 24 12:40:28 2010 +0000 +++ b/zsync/receipt Wed Feb 24 12:44:14 2010 +0000 @@ -8,6 +8,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://zsync.moria.org.uk/" WGET_URL="${WEB_SITE}download/$TARBALL" +TAGS="sync" # Rules to configure and make the package. compile_rules()