Add py-id3 1.2,
a Python module for retrieving and setting ID3 tags on MP3 files
This commit is contained in:
parent
9c887d1f6f
commit
aafa962865
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67596
@ -187,6 +187,7 @@
|
||||
SUBDIR += playmidi
|
||||
SUBDIR += py-ao
|
||||
SUBDIR += py-cddb
|
||||
SUBDIR += py-id3
|
||||
SUBDIR += py-ogg
|
||||
SUBDIR += py-vorbis
|
||||
SUBDIR += py-xmms
|
||||
|
22
audio/py-id3/Makefile
Normal file
22
audio/py-id3/Makefile
Normal file
@ -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>
|
1
audio/py-id3/distinfo
Normal file
1
audio/py-id3/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (id3-py_1.2.tar.gz) = de0bd6053dda674967dacb6492a90c69
|
1
audio/py-id3/pkg-comment
Normal file
1
audio/py-id3/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Python module for retrieving and setting ID3 tags on MP3 files
|
5
audio/py-id3/pkg-descr
Normal file
5
audio/py-id3/pkg-descr
Normal file
@ -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/
|
3
audio/py-id3/pkg-plist
Normal file
3
audio/py-id3/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%PYTHON_SITELIBDIR%%/ID3.py
|
||||
%%PYTHON_SITELIBDIR%%/ID3.pyc
|
||||
%%PYTHON_SITELIBDIR%%/ID3.pyo
|
Loading…
Reference in New Issue
Block a user