diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-cddb/Makefile | 1 | ||||
-rw-r--r-- | audio/py-cddb/pkg-comment | 1 | ||||
-rw-r--r-- | audio/py-id3/Makefile | 1 | ||||
-rw-r--r-- | audio/py-id3/pkg-comment | 1 | ||||
-rw-r--r-- | audio/py-mad/Makefile | 1 | ||||
-rw-r--r-- | audio/py-mad/pkg-comment | 1 | ||||
-rw-r--r-- | audio/py-xmms/Makefile | 1 | ||||
-rw-r--r-- | audio/py-xmms/pkg-comment | 1 |
8 files changed, 4 insertions, 4 deletions
diff --git a/audio/py-cddb/Makefile b/audio/py-cddb/Makefile index 1fb8575..061dbde 100644 --- a/audio/py-cddb/Makefile +++ b/audio/py-cddb/Makefile @@ -13,6 +13,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= CDDB-${PORTVERSION} MAINTAINER= perky@FreeBSD.org +COMMENT= Python module to fetch information on audio CDs from CDDB USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/audio/py-cddb/pkg-comment b/audio/py-cddb/pkg-comment deleted file mode 100644 index e84e330..0000000 --- a/audio/py-cddb/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Python module to fetch information on audio CDs from CDDB diff --git a/audio/py-id3/Makefile b/audio/py-id3/Makefile index 54f501a..8178d76 100644 --- a/audio/py-id3/Makefile +++ b/audio/py-id3/Makefile @@ -13,6 +13,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= id3-py_${PORTVERSION} MAINTAINER= perky@FreeBSD.org +COMMENT= Python module for retrieving and setting ID3 tags on MP3 files WRKSRC= ${WRKDIR}/id3-py-${PORTVERSION} USE_PYTHON= yes diff --git a/audio/py-id3/pkg-comment b/audio/py-id3/pkg-comment deleted file mode 100644 index 84d6d1f..0000000 --- a/audio/py-id3/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Python module for retrieving and setting ID3 tags on MP3 files diff --git a/audio/py-mad/Makefile b/audio/py-mad/Makefile index d7cd16f..d9e70c9 100644 --- a/audio/py-mad/Makefile +++ b/audio/py-mad/Makefile @@ -12,6 +12,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pymad-${PORTVERSION} MAINTAINER= perky@FreeBSD.org +COMMENT= Python module that provides the MPEG Audio Decoder interface LIB_DEPENDS= mad.1:${PORTSDIR}/audio/mad diff --git a/audio/py-mad/pkg-comment b/audio/py-mad/pkg-comment deleted file mode 100644 index 0539b21..0000000 --- a/audio/py-mad/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Python module that provides the MPEG Audio Decoder interface diff --git a/audio/py-xmms/Makefile b/audio/py-xmms/Makefile index e71e446..a39c75c 100644 --- a/audio/py-xmms/Makefile +++ b/audio/py-xmms/Makefile @@ -13,6 +13,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyxmms-${PORTVERSION} MAINTAINER= perky@FreeBSD.org +COMMENT= XMMS Remote Control Library for Python BUILD_DEPENDS= ${XMMS_CONFIG}:${PORTSDIR}/multimedia/xmms LIB_DEPENDS= xmms.3:${PORTSDIR}/multimedia/xmms diff --git a/audio/py-xmms/pkg-comment b/audio/py-xmms/pkg-comment deleted file mode 100644 index b177326..0000000 --- a/audio/py-xmms/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -XMMS Remote Control Library for Python |