mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add py-cddb 1.3, a Python module to fetch information on audio CDs from CDDB
This commit is contained in:
parent
32505b04a5
commit
9c887d1f6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67594
6 changed files with 38 additions and 0 deletions
|
@ -186,6 +186,7 @@
|
|||
SUBDIR += play
|
||||
SUBDIR += playmidi
|
||||
SUBDIR += py-ao
|
||||
SUBDIR += py-cddb
|
||||
SUBDIR += py-ogg
|
||||
SUBDIR += py-vorbis
|
||||
SUBDIR += py-xmms
|
||||
|
|
21
audio/py-cddb/Makefile
Normal file
21
audio/py-cddb/Makefile
Normal file
|
@ -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>
|
1
audio/py-cddb/distinfo
Normal file
1
audio/py-cddb/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (CDDB-1.3.tar.gz) = f1757b0fa360dff14642172ac4ab00c3
|
1
audio/py-cddb/pkg-comment
Normal file
1
audio/py-cddb/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Python module to fetch information on audio CDs from CDDB
|
7
audio/py-cddb/pkg-descr
Normal file
7
audio/py-cddb/pkg-descr
Normal file
|
@ -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/
|
7
audio/py-cddb/pkg-plist
Normal file
7
audio/py-cddb/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue