# HG changeset patch # User Rohit Joshi # Date 1267014487 0 # Node ID f917e0dfdfbd8586666802ebdbaaa76e39e6153e # Parent 3115c291f30389b48c107d025f7532225dc78c81 add/improve TAGS v* receipts diff -r 3115c291f303 -r f917e0dfdfbd vacation/receipt --- a/vacation/receipt Wed Feb 24 12:19:54 2010 +0000 +++ b/vacation/receipt Wed Feb 24 12:28:07 2010 +0000 @@ -10,6 +10,7 @@ WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" DEPENDS="gdbm" BUILD_DEPENDS="gdbm-dev" +TAGS="email" # Rules to configure and make the package. compile_rules() diff -r 3115c291f303 -r f917e0dfdfbd vala/receipt --- a/vala/receipt Wed Feb 24 12:19:54 2010 +0000 +++ b/vala/receipt Wed Feb 24 12:28:07 2010 +0000 @@ -10,6 +10,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://live.gnome.org/Vala" WGET_URL="http://download.gnome.org/sources/vala/${VERSION%.*}/$TARBALL" +TAGS="compiler" # Rules to configure and make the package. compile_rules() diff -r 3115c291f303 -r f917e0dfdfbd valgrind/receipt --- a/valgrind/receipt Wed Feb 24 12:19:54 2010 +0000 +++ b/valgrind/receipt Wed Feb 24 12:28:07 2010 +0000 @@ -11,6 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://valgrind.org/" WGET_URL="http://valgrind.org/downloads/$TARBALL" +TAGS="profiler" # Rules to configure and make the package. diff -r 3115c291f303 -r f917e0dfdfbd vcdimager-xmltools/receipt --- a/vcdimager-xmltools/receipt Wed Feb 24 12:19:54 2010 +0000 +++ b/vcdimager-xmltools/receipt Wed Feb 24 12:28:07 2010 +0000 @@ -10,6 +10,7 @@ WANTED="vcdimager" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.vcdimager.org/" +TAGS="vcd" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 3115c291f303 -r f917e0dfdfbd vcdimager/receipt --- a/vcdimager/receipt Wed Feb 24 12:19:54 2010 +0000 +++ b/vcdimager/receipt Wed Feb 24 12:28:07 2010 +0000 @@ -10,6 +10,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.vcdimager.org/" WGET_URL="ftp://ftp.gnu.org/gnu/vcdimager/$TARBALL" +TAGS="multimedia video vcd" # Rules to configure and make the package. compile_rules() diff -r 3115c291f303 -r f917e0dfdfbd viewnior/receipt --- a/viewnior/receipt Wed Feb 24 12:19:54 2010 +0000 +++ b/viewnior/receipt Wed Feb 24 12:28:07 2010 +0000 @@ -10,6 +10,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://xsisqox.github.com/Viewnior/" WGET_URL="http://cloud.github.com/downloads/xsisqox/Viewnior/$TARBALL" +TAGS="image photo viewer" # Rules to configure and make the package. compile_rules() diff -r 3115c291f303 -r f917e0dfdfbd vim-tiny/receipt --- a/vim-tiny/receipt Wed Feb 24 12:19:54 2010 +0000 +++ b/vim-tiny/receipt Wed Feb 24 12:28:07 2010 +0000 @@ -11,6 +11,7 @@ WEB_SITE="http://www.vim.org/" WGET_URL="ftp://ftp.vim.org/pub/vim/unix/$TARBALL" CONFIG_FILES="/etc/vimrc.tiny" +TAGS="text-editor" # Rules to configure and make the package. compile_rules() diff -r 3115c291f303 -r f917e0dfdfbd vim/receipt --- a/vim/receipt Wed Feb 24 12:19:54 2010 +0000 +++ b/vim/receipt Wed Feb 24 12:28:07 2010 +0000 @@ -10,6 +10,7 @@ WEB_SITE="http://www.vim.org/" WGET_URL="ftp://ftp.vim.org/pub/vim/unix/$TARBALL" CONFIG_FILES="/etc/vimrc" +TAGS="text-editor" # Rules to configure and make the package. compile_rules() diff -r 3115c291f303 -r f917e0dfdfbd vlc/receipt --- a/vlc/receipt Wed Feb 24 12:19:54 2010 +0000 +++ b/vlc/receipt Wed Feb 24 12:28:07 2010 +0000 @@ -16,6 +16,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.videolan.org/vlc/" WGET_URL="http://download.videolan.org/pub/videolan/$PACKAGE/$VERSION/$TARBALL" +TAGS="audio video multimedia movie player" # Rules to configure and make the package. # Use --enable-ffmpeg to build against shared ffmpeg diff -r 3115c291f303 -r f917e0dfdfbd vorbis-tools/receipt --- a/vorbis-tools/receipt Wed Feb 24 12:19:54 2010 +0000 +++ b/vorbis-tools/receipt Wed Feb 24 12:28:07 2010 +0000 @@ -10,6 +10,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.vorbis.com/" WGET_URL="http://downloads.xiph.org/releases/vorbis/$TARBALL" +TAGS="multimedia ogg" # Rules to configure and make the package. compile_rules() diff -r 3115c291f303 -r f917e0dfdfbd vte-terminal/receipt --- a/vte-terminal/receipt Wed Feb 24 12:19:54 2010 +0000 +++ b/vte-terminal/receipt Wed Feb 24 12:28:07 2010 +0000 @@ -8,6 +8,7 @@ DEPENDS="expat vte" MAINTAINER="pankso@slitaz.org" WEB_SITE="http://www.gnome.org/" +TAGS="terminal" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules()