- Remove expired port: Only compatible with Python 2.4. Use
audio/py-tagpy instead Approved by: novel (mentor), glarkin (mentor) Feature safe: yes
This commit is contained in:
parent
818a8519cd
commit
a0fdf5cdff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286989
6 changed files with 1 additions and 49 deletions
1
MOVED
1
MOVED
|
@ -3014,3 +3014,4 @@ x11-toolkits/ruby-gtkglext||2011-12-05|Removed
|
|||
x11-toolkits/ruby-panelapplet||2011-12-05|Removed
|
||||
x11/ruby-gnome2-all||2011-12-05|Removed
|
||||
devel/zeroinstall-injector||2011-12-06|Duplicates PBI functionality, and 0install feeds are available as ports
|
||||
audio/py-taglib||2011-12-07|Only compatible with Python 2.4. Use audio/py-tagpy instead
|
||||
|
|
|
@ -612,7 +612,6 @@
|
|||
SUBDIR += py-pyliblo
|
||||
SUBDIR += py-shout
|
||||
SUBDIR += py-speex
|
||||
SUBDIR += py-taglib
|
||||
SUBDIR += py-tagpy
|
||||
SUBDIR += py-vorbis
|
||||
SUBDIR += py-xmms
|
||||
|
|
|
@ -1,33 +0,0 @@
|
|||
# New ports collection makefile for: py-taglib
|
||||
# Date created: 5 May 2006
|
||||
# Whom: Kelly Yancey <kbyanc@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= taglib
|
||||
PORTVERSION= 1.3.3
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio python
|
||||
MASTER_SITES= BERLIOS
|
||||
MASTER_SITE_SUBDIR= namingmuse
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= python-taglib-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Python bindings for the taglib audio file tagging library
|
||||
|
||||
DEPRECATED= Only compatible with Python 2.4. Please use audio/py-tagpy instead
|
||||
EXPIRATION_DATE=2011-12-04
|
||||
|
||||
LIB_DEPENDS= tag.1:${PORTSDIR}/audio/taglib
|
||||
|
||||
WRKSRC= ${WRKDIR}/python-taglib-${PORTVERSION}
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_PYTHON= -2.4
|
||||
USE_PYTHON_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (python-taglib-1.3.3.tar.gz) = e33969f9c0676f31e13a3609c426465c58bcd1381754a84408aceb152d854de7
|
||||
SIZE (python-taglib-1.3.3.tar.gz) = 346933
|
|
@ -1,6 +0,0 @@
|
|||
Python wrapper for the TagLib audio meta-data library. TagLib is a library
|
||||
for reading and editing the meta-data of several popular audio formats.
|
||||
Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments
|
||||
and ID3 tags and Vorbis comments in FLAC files.
|
||||
|
||||
WWW: http://developer.kde.org/~wheeler/taglib.html
|
|
@ -1,7 +0,0 @@
|
|||
%%PYTHON_SITELIBDIR%%/TagLib.py
|
||||
%%PYTHON_SITELIBDIR%%/TagLib.pyc
|
||||
%%PYTHON_SITELIBDIR%%/TagLib.pyo
|
||||
%%PYTHON_SITELIBDIR%%/_TagLib.so
|
||||
lib/libpython_taglib.so
|
||||
lib/libpython_taglib.la
|
||||
lib/libpython_taglib.a
|
Loading…
Reference in a new issue