From 6f925e4353d3ca8e69f862b03e1f08677cf7a1eb Mon Sep 17 00:00:00 2001 From: obache Date: Mon, 12 Apr 2010 12:13:28 +0000 Subject: Import py-id3-1.2 as audio/py-id3. Based on PR#41744 by Wes Chow. This module allows one to read and manipulate so-called ID3 informational tags on MP3 files through an object-oriented Python interface. --- audio/py-id3/DESCR | 3 +++ audio/py-id3/Makefile | 22 ++++++++++++++++++++++ audio/py-id3/PLIST | 4 ++++ audio/py-id3/distinfo | 5 +++++ 4 files changed, 34 insertions(+) create mode 100644 audio/py-id3/DESCR create mode 100644 audio/py-id3/Makefile create mode 100644 audio/py-id3/PLIST create mode 100644 audio/py-id3/distinfo (limited to 'audio/py-id3') diff --git a/audio/py-id3/DESCR b/audio/py-id3/DESCR new file mode 100644 index 00000000000..857daa90b5e --- /dev/null +++ b/audio/py-id3/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/Makefile b/audio/py-id3/Makefile new file mode 100644 index 00000000000..1d90140601f --- /dev/null +++ b/audio/py-id3/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/12 12:13:28 obache Exp $ + +DISTNAME= id3-py_1.2 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py_//} +CATEGORIES= audio python +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=id3-py/} + +MAINTAINER= wes.chow@s7labs.com +HOMEPAGE= http://id3-py.sourceforge.net/ +COMMENT= Python module to manipulate ID3 tags in MP3 files +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty + +PYDISTUTILSPKG= yes + +WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} + +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/py-id3/PLIST b/audio/py-id3/PLIST new file mode 100644 index 00000000000..11596c51f41 --- /dev/null +++ b/audio/py-id3/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/12 12:13:28 obache Exp $ +${PYSITELIB}/ID3.py +${PYSITELIB}/ID3.pyc +${PYSITELIB}/ID3.pyo diff --git a/audio/py-id3/distinfo b/audio/py-id3/distinfo new file mode 100644 index 00000000000..bc67beb29fd --- /dev/null +++ b/audio/py-id3/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/12 12:13:28 obache Exp $ + +SHA1 (id3-py_1.2.tar.gz) = bc2bef1ac134264ba31556f1ba0fef93fb99a815 +RMD160 (id3-py_1.2.tar.gz) = f4e04742ffb224f7ba539ab7815d6cc0868a5b72 +Size (id3-py_1.2.tar.gz) = 16650 bytes -- cgit v1.2.3