summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2002-10-08 07:12:58 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2002-10-08 07:12:58 +0000
commitaafa962865ac730939f1a991bf01ea362edb0aac (patch)
tree86dfc96f774e35215bfabf759a660acaa2b25e8b /audio
parentAdd py-cddb 1.3, a Python module to fetch information on audio CDs from CDDB (diff)
Add py-id3 1.2,
a Python module for retrieving and setting ID3 tags on MP3 files
Notes
Notes: svn path=/head/; revision=67596
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/py-id3/Makefile22
-rw-r--r--audio/py-id3/distinfo1
-rw-r--r--audio/py-id3/pkg-comment1
-rw-r--r--audio/py-id3/pkg-descr5
-rw-r--r--audio/py-id3/pkg-plist3
6 files changed, 33 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 0a1af9d16d68..f24cae2a4c6a 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -187,6 +187,7 @@
SUBDIR += playmidi
SUBDIR += py-ao
SUBDIR += py-cddb
+ SUBDIR += py-id3
SUBDIR += py-ogg
SUBDIR += py-vorbis
SUBDIR += py-xmms
diff --git a/audio/py-id3/Makefile b/audio/py-id3/Makefile
new file mode 100644
index 000000000000..54f501a0608a
--- /dev/null
+++ b/audio/py-id3/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: py-id3
+# Date created: 8 October 2002
+# Whom: Hye-Shik Chang
+#
+# $FreeBSD$
+
+PORTNAME= id3
+PORTVERSION= 1.2
+CATEGORIES= audio python
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= id3-py
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= id3-py_${PORTVERSION}
+
+MAINTAINER= perky@FreeBSD.org
+
+WRKSRC= ${WRKDIR}/id3-py-${PORTVERSION}
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+USE_PYTHON_PREFIX= yes
+
+.include <bsd.port.mk>
diff --git a/audio/py-id3/distinfo b/audio/py-id3/distinfo
new file mode 100644
index 000000000000..98a199ec7c93
--- /dev/null
+++ b/audio/py-id3/distinfo
@@ -0,0 +1 @@
+MD5 (id3-py_1.2.tar.gz) = de0bd6053dda674967dacb6492a90c69
diff --git a/audio/py-id3/pkg-comment b/audio/py-id3/pkg-comment
new file mode 100644
index 000000000000..84d6d1f32472
--- /dev/null
+++ b/audio/py-id3/pkg-comment
@@ -0,0 +1 @@
+Python module for retrieving and setting ID3 tags on MP3 files
diff --git a/audio/py-id3/pkg-descr b/audio/py-id3/pkg-descr
new file mode 100644
index 000000000000..08e479602e49
--- /dev/null
+++ b/audio/py-id3/pkg-descr
@@ -0,0 +1,5 @@
+This module allows one to read and manipulate so-called ID3
+informational tags on MP3 files through an object-oriented
+Python interface.
+
+WWW: http://id3-py.sourceforge.net/
diff --git a/audio/py-id3/pkg-plist b/audio/py-id3/pkg-plist
new file mode 100644
index 000000000000..06e2f4cf6610
--- /dev/null
+++ b/audio/py-id3/pkg-plist
@@ -0,0 +1,3 @@
+%%PYTHON_SITELIBDIR%%/ID3.py
+%%PYTHON_SITELIBDIR%%/ID3.pyc
+%%PYTHON_SITELIBDIR%%/ID3.pyo