# HG changeset patch # User Rohit Joshi # Date 1267013598 0 # Node ID 866fa2493b1bd5e08a15476938ac5d4c617a6d52 # Parent 8be66f03fbd29ad3b67dbb1b1dbab239cc3686ff add/improve TAGS t* receipts diff -r 8be66f03fbd2 -r 866fa2493b1b taglib/receipt --- a/taglib/receipt Wed Feb 24 11:44:49 2010 +0000 +++ b/taglib/receipt Wed Feb 24 12:13:18 2010 +0000 @@ -10,6 +10,7 @@ WGET_URL="http://developer.kde.org/~wheeler/files/src/$TARBALL" DEPENDS="zlib" BUILD_DEPENDS="zlib-dev" +TAGS="multimedia music tag" # Rules to configure and make the package. compile_rules() diff -r 8be66f03fbd2 -r 866fa2493b1b tar/receipt --- a/tar/receipt Wed Feb 24 11:44:49 2010 +0000 +++ b/tar/receipt Wed Feb 24 12:13:18 2010 +0000 @@ -8,6 +8,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnu.org/software/tar/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" +TAGS="archive compression" # Rules to configure and make the package. compile_rules() diff -r 8be66f03fbd2 -r 866fa2493b1b task/receipt --- a/task/receipt Wed Feb 24 11:44:49 2010 +0000 +++ b/task/receipt Wed Feb 24 12:13:18 2010 +0000 @@ -10,6 +10,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://taskwarrior.org" WGET_URL="http://www.taskwarrior.org/download/$TARBALL" +TAGS="office todo" # Rules to configure and make the package. compile_rules() diff -r 8be66f03fbd2 -r 866fa2493b1b tazbb/receipt --- a/tazbb/receipt Wed Feb 24 11:44:49 2010 +0000 +++ b/tazbb/receipt Wed Feb 24 12:13:18 2010 +0000 @@ -8,6 +8,7 @@ DEPENDS="tazpkg tazwok python mercurial" SUGGESTED="slitaz-toolchain postfix" WEB_SITE="http://labs.slitaz.org/wiki/distro/Bb" +TAGS="slitaz" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 8be66f03fbd2 -r 866fa2493b1b tazlito/receipt --- a/tazlito/receipt Wed Feb 24 11:44:49 2010 +0000 +++ b/tazlito/receipt Wed Feb 24 12:13:18 2010 +0000 @@ -10,6 +10,7 @@ WEB_SITE="http://www.slitaz.org/" WGET_URL="http://mirror.slitaz.org/sources/tazlito/$TARBALL" CONFIG_FILES="/etc/tazlito/distro-packages.list" +TAGS="slitaz" # Rules to gen a SliTaz package suitable for Tazpkg. # diff -r 8be66f03fbd2 -r 866fa2493b1b tazndis/receipt --- a/tazndis/receipt Wed Feb 24 11:44:49 2010 +0000 +++ b/tazndis/receipt Wed Feb 24 12:13:18 2010 +0000 @@ -7,6 +7,7 @@ MAINTAINER="erjo@slitaz.org" DEPENDS="perl-core wireless_tools ndiswrapper-driver" WEB_SITE="http://www.slitaz.org" +TAGS="slitaz" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 8be66f03fbd2 -r 866fa2493b1b tazpkg-web/receipt --- a/tazpkg-web/receipt Wed Feb 24 11:44:49 2010 +0000 +++ b/tazpkg-web/receipt Wed Feb 24 12:13:18 2010 +0000 @@ -8,6 +8,7 @@ DEPENDS="lighttpd" WEB_SITE="http://www.slitaz.org/" CONFIGS="/etc/slitaz/tazpkg-web.conf" +TAGS="slitaz package-manager" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 8be66f03fbd2 -r 866fa2493b1b tazpkg/receipt --- a/tazpkg/receipt Wed Feb 24 11:44:49 2010 +0000 +++ b/tazpkg/receipt Wed Feb 24 12:13:18 2010 +0000 @@ -9,6 +9,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.slitaz.org/" WGET_URL="http://mirror.slitaz.org/sources/tazpkg/$TARBALL" +TAGS="slitaz package-manager" # Rules to gen a SliTaz package suitable for Tazpkg. # diff -r 8be66f03fbd2 -r 866fa2493b1b tazusb/receipt --- a/tazusb/receipt Wed Feb 24 11:44:49 2010 +0000 +++ b/tazusb/receipt Wed Feb 24 12:13:18 2010 +0000 @@ -9,6 +9,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.slitaz.org/" WGET_URL="http://mirror.slitaz.org/sources/tazusb/$TARBALL" +TAGS="slitaz" # Rules to gen a SliTaz package suitable for Tazpkg. # diff -r 8be66f03fbd2 -r 866fa2493b1b tazwok/receipt --- a/tazwok/receipt Wed Feb 24 11:44:49 2010 +0000 +++ b/tazwok/receipt Wed Feb 24 12:13:18 2010 +0000 @@ -8,6 +8,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.slitaz.org/" WGET_URL="http://mirror.slitaz.org/sources/tazwok/$TARBALL" +TAGS="slitaz" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 8be66f03fbd2 -r 866fa2493b1b tcc/receipt --- a/tcc/receipt Wed Feb 24 11:44:49 2010 +0000 +++ b/tcc/receipt Wed Feb 24 12:13:18 2010 +0000 @@ -8,6 +8,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://bellard.org/$PACKAGE/" WGET_URL="http://download.savannah.nongnu.org/releases/tinycc/$TARBALL" +TAGS="compiler C" # Rules to configure and make the package. compile_rules() diff -r 8be66f03fbd2 -r 866fa2493b1b tcl/receipt --- a/tcl/receipt Wed Feb 24 11:44:49 2010 +0000 +++ b/tcl/receipt Wed Feb 24 12:13:18 2010 +0000 @@ -10,6 +10,7 @@ TARBALL="${SOURCE}${VERSION}-src.tar.gz" WEB_SITE="http://tcl.sourceforge.net/" WGET_URL="http://surfnet.dl.sourceforge.net/sourceforge/tcl/$TARBALL" +TAGS="language programming" # Rules to configure and make the package. compile_rules() diff -r 8be66f03fbd2 -r 866fa2493b1b tcpdump/receipt --- a/tcpdump/receipt Wed Feb 24 11:44:49 2010 +0000 +++ b/tcpdump/receipt Wed Feb 24 12:13:18 2010 +0000 @@ -10,6 +10,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.tcpdump.org/" WGET_URL="http://www.tcpdump.org/release/$TARBALL" +TAGS="network security" # Rules to configure and make the package. compile_rules() diff -r 8be66f03fbd2 -r 866fa2493b1b terminal/receipt --- a/terminal/receipt Wed Feb 24 11:44:49 2010 +0000 +++ b/terminal/receipt Wed Feb 24 12:13:18 2010 +0000 @@ -11,6 +11,7 @@ TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org/" WGET_URL="$WEB_SITE/archive/xfce/4.6.1/src/$TARBALL" +TAGS="terminal" # Rules to configure and make the package. compile_rules() diff -r 8be66f03fbd2 -r 866fa2493b1b testdisk/receipt --- a/testdisk/receipt Wed Feb 24 11:44:49 2010 +0000 +++ b/testdisk/receipt Wed Feb 24 12:13:18 2010 +0000 @@ -10,6 +10,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.cgsecurity.org/wiki/TestDisk" WGET_URL="http://www.cgsecurity.org/$TARBALL" +TAGS="recovery rescue" # Rules to configure and make the package. compile_rules() diff -r 8be66f03fbd2 -r 866fa2493b1b texinfo/receipt --- a/texinfo/receipt Wed Feb 24 11:44:49 2010 +0000 +++ b/texinfo/receipt Wed Feb 24 12:13:18 2010 +0000 @@ -10,6 +10,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/texinfo/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" +TAGS="documentation" # Rules to configure and make the package. compile_rules() diff -r 8be66f03fbd2 -r 866fa2493b1b thunar/receipt --- a/thunar/receipt Wed Feb 24 11:44:49 2010 +0000 +++ b/thunar/receipt Wed Feb 24 12:13:18 2010 +0000 @@ -12,6 +12,7 @@ TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org" WGET_URL="http://www.tx-us.xfce.org/archive/xfce-4.6.1/src/$TARBALL" +TAGS="file-manager file-browser" # Rules to configure and make the package. compile_rules() diff -r 8be66f03fbd2 -r 866fa2493b1b tightvnc/receipt --- a/tightvnc/receipt Wed Feb 24 11:44:49 2010 +0000 +++ b/tightvnc/receipt Wed Feb 24 12:13:18 2010 +0000 @@ -13,6 +13,7 @@ xorg-libXaw-dev xorg-libXt-dev xorg-xproto xorg-libXau-dev xorg-libXdmcp-dev \ xorg-libXmu-dev xorg-xextproto xorg-printproto xorg-kbproto xorg-inputproto \ xorg-scrnsaverproto" +TAGS="remote-desktop" # Rules to configure and make the package. compile_rules() diff -r 8be66f03fbd2 -r 866fa2493b1b tint2/receipt --- a/tint2/receipt Wed Feb 24 11:44:49 2010 +0000 +++ b/tint2/receipt Wed Feb 24 12:13:18 2010 +0000 @@ -11,6 +11,7 @@ WEB_SITE="http://tint2.googlecode.com/files/" WGET_URL="$WEB_SITE/$TARBALL" CONFIG_FILES="/etc/xdg/tint2/tint2rc" +TAGS="desktop panel taskbar" # Rules to configure and make the package. compile_rules() diff -r 8be66f03fbd2 -r 866fa2493b1b tinypy/receipt --- a/tinypy/receipt Wed Feb 24 11:44:49 2010 +0000 +++ b/tinypy/receipt Wed Feb 24 12:13:18 2010 +0000 @@ -10,6 +10,7 @@ BUILD_DEPENDS="python-dev" WEB_SITE="http://www.tinypy.org/" WGET_URL="http://tinypy.googlecode.com/files/$TARBALL" +TAGS="python" # Rules to configure and make the package. compile_rules() diff -r 8be66f03fbd2 -r 866fa2493b1b tk/receipt --- a/tk/receipt Wed Feb 24 11:44:49 2010 +0000 +++ b/tk/receipt Wed Feb 24 12:13:18 2010 +0000 @@ -12,6 +12,7 @@ TARBALL="${SOURCE}${VERSION}-src.tar.gz" WEB_SITE="http://tcl.sourceforge.net/" WGET_URL="http://surfnet.dl.sourceforge.net/sourceforge/tcl/$TARBALL" +TAGS="programming language" # Rules to configure and make the package. compile_rules() diff -r 8be66f03fbd2 -r 866fa2493b1b transmission/receipt --- a/transmission/receipt Wed Feb 24 11:44:49 2010 +0000 +++ b/transmission/receipt Wed Feb 24 12:13:18 2010 +0000 @@ -11,6 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.transmissionbt.com/" WGET_URL="http://download.m0k.org/transmission/files/$TARBALL" +TAGS="torrent" # Rules to configure and make the package. compile_rules() diff -r 8be66f03fbd2 -r 866fa2493b1b tsclient/receipt --- a/tsclient/receipt Wed Feb 24 11:44:49 2010 +0000 +++ b/tsclient/receipt Wed Feb 24 12:13:18 2010 +0000 @@ -10,6 +10,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://sourceforge.net/projects/tsclient/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +TAGS="remote-desktop" # Rules to configure and make the package. compile_rules() diff -r 8be66f03fbd2 -r 866fa2493b1b ttf-bitstream-vera/receipt --- a/ttf-bitstream-vera/receipt Wed Feb 24 11:44:49 2010 +0000 +++ b/ttf-bitstream-vera/receipt Wed Feb 24 12:13:18 2010 +0000 @@ -8,6 +8,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnome.org/fonts/" WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/$VERSION/$TARBALL" +TAGS="fonts" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 8be66f03fbd2 -r 866fa2493b1b ttf-dejavu-extra/receipt --- a/ttf-dejavu-extra/receipt Wed Feb 24 11:44:49 2010 +0000 +++ b/ttf-dejavu-extra/receipt Wed Feb 24 12:13:18 2010 +0000 @@ -8,6 +8,7 @@ WANTED="ttf-dejavu" MAINTAINER="pankso@slitaz.org" WEB_SITE="http://dejavu.sourceforge.net/" +TAGS="fonts" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 8be66f03fbd2 -r 866fa2493b1b ttf-dejavu/receipt --- a/ttf-dejavu/receipt Wed Feb 24 11:44:49 2010 +0000 +++ b/ttf-dejavu/receipt Wed Feb 24 12:13:18 2010 +0000 @@ -9,6 +9,7 @@ TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://dejavu.sourceforge.net/" WGET_URL="$SF_MIRROR/dejavu/$TARBALL" +TAGS="fonts" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 8be66f03fbd2 -r 866fa2493b1b tty-clock/receipt --- a/tty-clock/receipt Wed Feb 24 11:44:49 2010 +0000 +++ b/tty-clock/receipt Wed Feb 24 12:13:18 2010 +0000 @@ -8,6 +8,7 @@ DEPENDS="ncurses" BUILD_DEPENDS="ncurses-dev git" WEB_SITE="http://gitorious.org/holizz-github/tty-clock" +TAGS="clock" # Rules to configure and make the package. compile_rules() diff -r 8be66f03fbd2 -r 866fa2493b1b tuxmath/receipt --- a/tuxmath/receipt Wed Feb 24 11:44:49 2010 +0000 +++ b/tuxmath/receipt Wed Feb 24 12:13:18 2010 +0000 @@ -12,6 +12,7 @@ DEPENDS="libsdl libsdl-image libsdl-mixer libsdl-ttf" BUILD_DEPENDS="libsdl libsdl-dev libsdl-image libsdl-image-dev \ libsdl-mixer libsdl-mixer-dev libsdl-ttf libsdl-ttf-dev" +TAGS="education" # Rules to configure and make the package. diff -r 8be66f03fbd2 -r 866fa2493b1b tuxtype/receipt --- a/tuxtype/receipt Wed Feb 24 11:44:49 2010 +0000 +++ b/tuxtype/receipt Wed Feb 24 12:13:18 2010 +0000 @@ -12,6 +12,7 @@ DEPENDS="libsdl libsdl-image libsdl-mixer libsdl-ttf" BUILD_DEPENDS="$DEPENDS libsdl-dev libsdl-image-dev libsdl-mixer-dev \ libsdl-ttf-dev" +TAGS="education" # Rules to configure and make the package.