Initial import of CDDB 1.3

The dynamic duo of CDDB.py and DiscID.py, along with their side-kick C
module cdrommodule.so, provide an easy way for Python programs to
fetch information on audio CDs from CDDB (http://www.cddb.com/) -- a
very large online database of track listings and other information on
audio CDs.

WWW: http://cddb-py.sourceforge.net/

from Xavier Santolaria <xavier@santolaria.net>
This commit is contained in:
sturm 2003-07-28 18:32:16 +00:00
parent d3ac8ae93a
commit 6ca64e3343
4 changed files with 45 additions and 0 deletions

29
audio/py-cddb/Makefile Normal file
View File

@ -0,0 +1,29 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/07/28 18:32:16 sturm Exp $
COMMENT= "CDDB audio CD track info access in Python"
DISTNAME= CDDB-1.3
PKGNAME= py-${DISTNAME:L}
CATEGORIES= audio
HOMEPAGE= http://cddb-py.sourceforge.net/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cddb-py/}
# avoid possible conflict with the audio/p5-cddb distfile
DIST_SUBDIR= ${PKGNAME}
MAINTAINER= Xavier Santolaria <xavier@santolaria.net>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= python
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-cddb
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/py-cddb
.include <bsd.port.mk>

3
audio/py-cddb/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (py-cddb-1.3/CDDB-1.3.tar.gz) = f1757b0fa360dff14642172ac4ab00c3
RMD160 (py-cddb-1.3/CDDB-1.3.tar.gz) = ecfbbf6875352cb79a940c98bc14e1ae0c54eb51
SHA1 (py-cddb-1.3/CDDB-1.3.tar.gz) = 882f9e115a5bc31d646e6e0d3f24c4e2ee524ae4

5
audio/py-cddb/pkg/DESCR Normal file
View File

@ -0,0 +1,5 @@
The dynamic duo of CDDB.py and DiscID.py, along with their side-kick C
module cdrommodule.so, provide an easy way for Python programs to
fetch information on audio CDs from CDDB (http://www.cddb.com/) -- a
very large online database of track listings and other information on
audio CDs.

8
audio/py-cddb/pkg/PLIST Normal file
View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/07/28 18:32:16 sturm Exp $
lib/python${MODPY_VERSION}/site-packages/CDDB.py
lib/python${MODPY_VERSION}/site-packages/CDDB.pyc
lib/python${MODPY_VERSION}/site-packages/DiscID.py
lib/python${MODPY_VERSION}/site-packages/DiscID.pyc
lib/python${MODPY_VERSION}/site-packages/cdrom.so
share/doc/py-cddb/README
@dirrm share/doc/py-cddb