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 <xavier@santolaria.net>
This commit is contained in:
sturm 2003-10-11 12:41:48 +00:00
parent 72c40bd003
commit 1c449f42b6
4 changed files with 40 additions and 0 deletions

29
audio/py-id3/Makefile Normal file
View File

@ -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 <xavier@santolaria.net>
# 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 <bsd.port.mk>

3
audio/py-id3/distinfo Normal file
View File

@ -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

3
audio/py-id3/pkg/DESCR Normal file
View File

@ -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.

5
audio/py-id3/pkg/PLIST Normal file
View File

@ -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