diff options
author | drochner <drochner@pkgsrc.org> | 2001-05-19 13:08:27 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2001-05-19 13:08:27 +0000 |
commit | 0ff8348b98dc5b62073a90474a7f5b0de4d65598 (patch) | |
tree | 81e2826c652526bbbfebbc2cc3a15c64c20ac56e /audio/py-cddb/pkg | |
parent | 82e5afc8ac7c592c3e3c00cabafc73e42a297841 (diff) | |
download | pkgsrc-0ff8348b98dc5b62073a90474a7f5b0de4d65598.tar.gz |
initial import of py-cddb-1.3:
python module to access the CDDB online database
Diffstat (limited to 'audio/py-cddb/pkg')
-rw-r--r-- | audio/py-cddb/pkg/DESCR | 10 | ||||
-rw-r--r-- | audio/py-cddb/pkg/PLIST | 6 |
2 files changed, 16 insertions, 0 deletions
diff --git a/audio/py-cddb/pkg/DESCR b/audio/py-cddb/pkg/DESCR new file mode 100644 index 00000000000..c5cf1aa2721 --- /dev/null +++ b/audio/py-cddb/pkg/DESCR @@ -0,0 +1,10 @@ +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. +Note that for CDDB.py version 1.3 and later, the default CDDB servers +have changed to FreeDB, as GraceNote, the owners of the +previously-free CDDB archives, have become unreasonably restrictive +with access to their database. See http://www.freedb.org/ for more +information on FreeDB. diff --git a/audio/py-cddb/pkg/PLIST b/audio/py-cddb/pkg/PLIST new file mode 100644 index 00000000000..badf3f5c849 --- /dev/null +++ b/audio/py-cddb/pkg/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/19 13:08:27 drochner Exp $ +PYSITELIB/CDDB.py +PYSITELIB/CDDB.pyc +PYSITELIB/DiscID.py +PYSITELIB/DiscID.pyc +PYSITELIB/cdrom.so |