diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2002-10-08 07:11:47 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2002-10-08 07:11:47 +0000 |
commit | 9c887d1f6fb28dfbc121c9ddd93a0d39e9a2221c (patch) | |
tree | 9cc37ed2c8f0153f264d224a1d5509232884d21b /audio/py-cddb | |
parent | upgrade to 0.9909 (diff) |
Add py-cddb 1.3, a Python module to fetch information on audio CDs from CDDB
Notes
Notes:
svn path=/head/; revision=67594
Diffstat (limited to 'audio/py-cddb')
-rw-r--r-- | audio/py-cddb/Makefile | 21 | ||||
-rw-r--r-- | audio/py-cddb/distinfo | 1 | ||||
-rw-r--r-- | audio/py-cddb/pkg-comment | 1 | ||||
-rw-r--r-- | audio/py-cddb/pkg-descr | 7 | ||||
-rw-r--r-- | audio/py-cddb/pkg-plist | 7 |
5 files changed, 37 insertions, 0 deletions
diff --git a/audio/py-cddb/Makefile b/audio/py-cddb/Makefile new file mode 100644 index 000000000000..1fb8575ad871 --- /dev/null +++ b/audio/py-cddb/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: py-cddb +# Date created: 8 October 2002 +# Whom: Hye-Shik Chang +# +# $FreeBSD$ + +PORTNAME= cddb +PORTVERSION= 1.3 +CATEGORIES= audio python +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= cddb-py +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= CDDB-${PORTVERSION} + +MAINTAINER= perky@FreeBSD.org + +USE_PYTHON= yes +USE_PYDISTUTILS= yes +USE_PYTHON_PREFIX= yes + +.include <bsd.port.mk> diff --git a/audio/py-cddb/distinfo b/audio/py-cddb/distinfo new file mode 100644 index 000000000000..dc67ba3d11db --- /dev/null +++ b/audio/py-cddb/distinfo @@ -0,0 +1 @@ +MD5 (CDDB-1.3.tar.gz) = f1757b0fa360dff14642172ac4ab00c3 diff --git a/audio/py-cddb/pkg-comment b/audio/py-cddb/pkg-comment new file mode 100644 index 000000000000..e84e33025c4c --- /dev/null +++ b/audio/py-cddb/pkg-comment @@ -0,0 +1 @@ +Python module to fetch information on audio CDs from CDDB diff --git a/audio/py-cddb/pkg-descr b/audio/py-cddb/pkg-descr new file mode 100644 index 000000000000..fbcb31863d27 --- /dev/null +++ b/audio/py-cddb/pkg-descr @@ -0,0 +1,7 @@ +This is actually a set of three modules to access the CDDB online +database of audio CD track titles and information. It includes a +C extension module to fetch track lengths under Linux, FreeBSD, +OpenBSD, Solaris, and Win32, which is easily ported to other +operating systems. + +WWW: http://cddb-py.sourceforge.net/ diff --git a/audio/py-cddb/pkg-plist b/audio/py-cddb/pkg-plist new file mode 100644 index 000000000000..3cb6aa0a0301 --- /dev/null +++ b/audio/py-cddb/pkg-plist @@ -0,0 +1,7 @@ +%%PYTHON_SITELIBDIR%%/CDDB.py +%%PYTHON_SITELIBDIR%%/CDDB.pyc +%%PYTHON_SITELIBDIR%%/CDDB.pyo +%%PYTHON_SITELIBDIR%%/DiscID.py +%%PYTHON_SITELIBDIR%%/DiscID.pyc +%%PYTHON_SITELIBDIR%%/DiscID.pyo +%%PYTHON_SITELIBDIR%%/cdrom.so |