mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
A pure Python library for manipulating APEv2 and ID3v1 tags.
WWW: http://sourceforge.net/projects/pylibape/ PR: ports/109052 Submitted by: Chao Shin <quakelee at cn.freebsd.org>
This commit is contained in:
parent
456373ad54
commit
035e2f55a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184955
@ -486,6 +486,7 @@
|
||||
SUBDIR += prokyon3
|
||||
SUBDIR += pulseaudio
|
||||
SUBDIR += py-ao
|
||||
SUBDIR += py-apetag
|
||||
SUBDIR += py-cddb
|
||||
SUBDIR += py-eyed3
|
||||
SUBDIR += py-flac
|
||||
|
21
audio/py-apetag/Makefile
Normal file
21
audio/py-apetag/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: py-apetag
|
||||
# Date created: February 10, 2007
|
||||
# Whom: Chao Shin <quakelee@cn.freebsd.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= apetag
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= audio python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= pylibape
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= py-ApeTag-${PORTVERSION}
|
||||
|
||||
MAINTAINER= quakelee@cn.freebsd.org
|
||||
COMMENT= Library for APE Tag written in Python
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/py-apetag/distinfo
Normal file
3
audio/py-apetag/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (py-ApeTag-1.0.tar.gz) = 29e58765e71da222d6a6205433a12873
|
||||
SHA256 (py-ApeTag-1.0.tar.gz) = 96b146c17ab822bd6bb07d50927cb34dc0807f169f2c73b1ea7ea1c462e9db38
|
||||
SIZE (py-ApeTag-1.0.tar.gz) = 15078
|
3
audio/py-apetag/pkg-descr
Normal file
3
audio/py-apetag/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A pure Python library for manipulating APEv2 and ID3v1 tags.
|
||||
|
||||
WWW: http://sourceforge.net/projects/pylibape/
|
3
audio/py-apetag/pkg-plist
Normal file
3
audio/py-apetag/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%PYTHON_SITELIBDIR%%/ApeTag.py
|
||||
%%PYTHON_SITELIBDIR%%/ApeTag.pyc
|
||||
%%PYTHON_SITELIBDIR%%/ApeTag.pyo
|
Loading…
Reference in New Issue
Block a user