diff options
author | naddy <naddy@FreeBSD.org> | 2003-02-21 12:52:52 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-02-21 12:52:52 +0000 |
commit | 97aaa4147a26c5e38f80fad02e31b7f3730e5d26 (patch) | |
tree | b9f41e87dc0ee5207a000ba86e20786c7d9e4897 /audio | |
parent | 69b51a7eaaf4fb61d28b25ff2f8a100a8c3e9882 (diff) | |
download | FreeBSD-ports-97aaa4147a26c5e38f80fad02e31b7f3730e5d26.zip FreeBSD-ports-97aaa4147a26c5e38f80fad02e31b7f3730e5d26.tar.gz |
pkg-comment -> COMMENT
Diffstat (limited to 'audio')
-rw-r--r-- | audio/bonk/Makefile | 1 | ||||
-rw-r--r-- | audio/bonk/pkg-comment | 1 | ||||
-rw-r--r-- | audio/flac/Makefile | 1 | ||||
-rw-r--r-- | audio/flac/pkg-comment | 1 | ||||
-rw-r--r-- | audio/libao/Makefile | 1 | ||||
-rw-r--r-- | audio/libao/pkg-comment | 1 | ||||
-rw-r--r-- | audio/libogg/Makefile | 1 | ||||
-rw-r--r-- | audio/libogg/pkg-comment | 1 | ||||
-rw-r--r-- | audio/libvorbis/Makefile | 1 | ||||
-rw-r--r-- | audio/libvorbis/pkg-comment | 1 | ||||
-rw-r--r-- | audio/mpg321/Makefile | 1 | ||||
-rw-r--r-- | audio/mpg321/pkg-comment | 1 | ||||
-rw-r--r-- | audio/vorbis-tools/Makefile | 1 | ||||
-rw-r--r-- | audio/vorbis-tools/pkg-comment | 1 | ||||
-rw-r--r-- | audio/xmms-bonk/Makefile | 1 | ||||
-rw-r--r-- | audio/xmms-bonk/pkg-comment | 1 | ||||
-rw-r--r-- | audio/xmms-shn/Makefile | 1 | ||||
-rw-r--r-- | audio/xmms-shn/pkg-comment | 1 |
18 files changed, 9 insertions, 9 deletions
diff --git a/audio/bonk/Makefile b/audio/bonk/Makefile index 09b16a8..6a1c036 100644 --- a/audio/bonk/Makefile +++ b/audio/bonk/Makefile @@ -11,6 +11,7 @@ CATEGORIES= audio MASTER_SITES= http://yoyo.cc.monash.edu.au/~pfh/bonk/ MAINTAINER= naddy@FreeBSD.org +COMMENT= Lossy/lossless audio compressor MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ PREFIX="${PREFIX}" INSTALL="${INSTALL_PROGRAM}" diff --git a/audio/bonk/pkg-comment b/audio/bonk/pkg-comment deleted file mode 100644 index a704592..0000000 --- a/audio/bonk/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Lossy/lossless audio compressor diff --git a/audio/flac/Makefile b/audio/flac/Makefile index c7c4307..784c6d6 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= naddy@FreeBSD.org +COMMENT= Free lossless audio codec BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/converters/libiconv:extract LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ diff --git a/audio/flac/pkg-comment b/audio/flac/pkg-comment deleted file mode 100644 index 0cf13f1..0000000 --- a/audio/flac/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Free lossless audio codec diff --git a/audio/libao/Makefile b/audio/libao/Makefile index 7622861..9ebb2a3 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -16,6 +16,7 @@ MASTER_SITES= http://www.vorbis.com/files/1.0/unix/ \ http://www.math.utoledo.edu/~chaese/Vorbis/unix/ MAINTAINER= naddy@FreeBSD.org +COMMENT= Portable audio output library USE_GNOMENG= yes WANT_GNOME= yes diff --git a/audio/libao/pkg-comment b/audio/libao/pkg-comment deleted file mode 100644 index 155341e..0000000 --- a/audio/libao/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Portable audio output library diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile index faf48a2..b55b477 100644 --- a/audio/libogg/Makefile +++ b/audio/libogg/Makefile @@ -17,6 +17,7 @@ MASTER_SITES= http://www.vorbis.com/files/1.0/unix/ \ http://www.math.utoledo.edu/~chaese/Vorbis/unix/ MAINTAINER= naddy@FreeBSD.org +COMMENT= Ogg bitstream library USE_LIBTOOL= yes INSTALLS_SHLIB= yes diff --git a/audio/libogg/pkg-comment b/audio/libogg/pkg-comment deleted file mode 100644 index 2089fc1..0000000 --- a/audio/libogg/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Ogg bitstream library diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 8a69aeb..05867d8 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -17,6 +17,7 @@ MASTER_SITES= http://www.vorbis.com/files/1.0/unix/ \ http://www.math.utoledo.edu/~chaese/Vorbis/unix/ MAINTAINER= naddy@FreeBSD.org +COMMENT= Audio compression codec library LIB_DEPENDS= ogg.4:${PORTSDIR}/audio/libogg diff --git a/audio/libvorbis/pkg-comment b/audio/libvorbis/pkg-comment deleted file mode 100644 index a0f5ede..0000000 --- a/audio/libvorbis/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Audio compression codec library diff --git a/audio/mpg321/Makefile b/audio/mpg321/Makefile index f0b612d..f2066b0 100644 --- a/audio/mpg321/Makefile +++ b/audio/mpg321/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mpg321 MAINTAINER= naddy@FreeBSD.org +COMMENT= A free command-line mp3 player, compatible with mpg123 LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \ mad.1:${PORTSDIR}/audio/mad diff --git a/audio/mpg321/pkg-comment b/audio/mpg321/pkg-comment deleted file mode 100644 index a723b1b..0000000 --- a/audio/mpg321/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A free command-line mp3 player, compatible with mpg123 diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index 16c996a..157b15e 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -17,6 +17,7 @@ MASTER_SITES= http://www.vorbis.com/files/1.0/unix/ \ http://www.math.utoledo.edu/~chaese/Vorbis/unix/ MAINTAINER= naddy@FreeBSD.org +COMMENT= Play, encode, and manage Ogg Vorbis files LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \ curl.2:${PORTSDIR}/ftp/curl \ diff --git a/audio/vorbis-tools/pkg-comment b/audio/vorbis-tools/pkg-comment deleted file mode 100644 index a1e29a2..0000000 --- a/audio/vorbis-tools/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Play, encode, and manage Ogg Vorbis files diff --git a/audio/xmms-bonk/Makefile b/audio/xmms-bonk/Makefile index 57fcc41..8dfa8f7 100644 --- a/audio/xmms-bonk/Makefile +++ b/audio/xmms-bonk/Makefile @@ -11,6 +11,7 @@ MASTER_SITES= http://www.proustmedia.de/bonk-xmms/ DISTNAME= bonk-xmms-${PORTVERSION} MAINTAINER= naddy@FreeBSD.org +COMMENT= XMMS input plugin to play bonk files LIB_DEPENDS= xmms.3:${PORTSDIR}/multimedia/xmms diff --git a/audio/xmms-bonk/pkg-comment b/audio/xmms-bonk/pkg-comment deleted file mode 100644 index 1c8ba59..0000000 --- a/audio/xmms-bonk/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -XMMS input plugin to play bonk files diff --git a/audio/xmms-shn/Makefile b/audio/xmms-shn/Makefile index 54eca1d..a5c8fc4 100644 --- a/audio/xmms-shn/Makefile +++ b/audio/xmms-shn/Makefile @@ -11,6 +11,7 @@ CATEGORIES= audio MASTER_SITES= http://shnutils.freeshell.org/xmms-shn/source/ MAINTAINER= naddy@FreeBSD.Org +COMMENT= XMMS plugin to allow playing shorten-compressed audio BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms diff --git a/audio/xmms-shn/pkg-comment b/audio/xmms-shn/pkg-comment deleted file mode 100644 index 9cb1d2e..0000000 --- a/audio/xmms-shn/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Xmms plugin to allow playing shorten-compressed audio |