diff options
author | perky <perky@FreeBSD.org> | 2002-10-08 15:11:47 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2002-10-08 15:11:47 +0800 |
commit | fcde0275a6edb1a35489bde896911f9a48deb38e (patch) | |
tree | 3be5327ea1b9816ec23d7113cb46c117995e5dcf /audio/py-cddb | |
parent | 20a83fbd2bbc28ae00ee879957cdc132a68a4143 (diff) | |
download | freebsd-ports-gnome-fcde0275a6edb1a35489bde896911f9a48deb38e.tar.gz freebsd-ports-gnome-fcde0275a6edb1a35489bde896911f9a48deb38e.tar.zst freebsd-ports-gnome-fcde0275a6edb1a35489bde896911f9a48deb38e.zip |
Add py-cddb 1.3, a Python module to fetch information on audio CDs from CDDB
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 |