From 1c449f42b617678d8580a4e74b58507e6f4109c8 Mon Sep 17 00:00:00 2001 From: sturm Date: Sat, 11 Oct 2003 12:41:48 +0000 Subject: [PATCH] Initial import of py-id3 1.2 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/ from Xavier Santolaria --- audio/py-id3/Makefile | 29 +++++++++++++++++++++++++++++ audio/py-id3/distinfo | 3 +++ audio/py-id3/pkg/DESCR | 3 +++ audio/py-id3/pkg/PLIST | 5 +++++ 4 files changed, 40 insertions(+) create mode 100644 audio/py-id3/Makefile create mode 100644 audio/py-id3/distinfo create mode 100644 audio/py-id3/pkg/DESCR create mode 100644 audio/py-id3/pkg/PLIST 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