diff --git a/audio/py-id3/Makefile b/audio/py-id3/Makefile new file mode 100644 index 00000000000..200c5e57d24 --- /dev/null +++ b/audio/py-id3/Makefile @@ -0,0 +1,29 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2003/10/11 12:41:48 sturm Exp $ + +COMMENT= "read and manipulate ID3 tags on MP3 files with Python" + +VERSION= 1.2 +DISTNAME= id3-py_${VERSION} +PKGNAME= py-id3-${VERSION} +CATEGORIES= audio + +HOMEPAGE= http://id3-py.sourceforge.net/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=id3-py/} + +MAINTAINER= Xavier Santolaria + +# GPL +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MODULES= python + +WRKSRC= ${WRKDIR}/${DISTNAME:S/py_/py-/} + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-id3 + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/py-id3 + +.include diff --git a/audio/py-id3/distinfo b/audio/py-id3/distinfo new file mode 100644 index 00000000000..1b99522c903 --- /dev/null +++ b/audio/py-id3/distinfo @@ -0,0 +1,3 @@ +MD5 (id3-py_1.2.tar.gz) = de0bd6053dda674967dacb6492a90c69 +RMD160 (id3-py_1.2.tar.gz) = f4e04742ffb224f7ba539ab7815d6cc0868a5b72 +SHA1 (id3-py_1.2.tar.gz) = bc2bef1ac134264ba31556f1ba0fef93fb99a815 diff --git a/audio/py-id3/pkg/DESCR b/audio/py-id3/pkg/DESCR new file mode 100644 index 00000000000..3ca8c8aff0d --- /dev/null +++ b/audio/py-id3/pkg/DESCR @@ -0,0 +1,3 @@ +This module allows one to read and manipulate so-called +ID3 informational tags on MP3 files through an object-oriented +Python interface. diff --git a/audio/py-id3/pkg/PLIST b/audio/py-id3/pkg/PLIST new file mode 100644 index 00000000000..fc9504a3652 --- /dev/null +++ b/audio/py-id3/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2003/10/11 12:41:48 sturm Exp $ +lib/python${MODPY_VERSION}/site-packages/ID3.py +lib/python${MODPY_VERSION}/site-packages/ID3.pyc +share/doc/py-id3/README +@dirrm share/doc/py-id3