diff options
author | rm <rm@FreeBSD.org> | 2011-12-07 04:53:47 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2011-12-07 04:53:47 +0800 |
commit | 2861b06475378a62f51362add634764ed93792e4 (patch) | |
tree | d43ff0c7f8b0eb04921bbf106fa2a258acceea09 /audio | |
parent | ba0c67b6c1f26487d974001261e0f0c7e844534a (diff) | |
download | freebsd-ports-gnome-2861b06475378a62f51362add634764ed93792e4.tar.gz freebsd-ports-gnome-2861b06475378a62f51362add634764ed93792e4.tar.zst freebsd-ports-gnome-2861b06475378a62f51362add634764ed93792e4.zip |
- Remove expired port: Only compatible with Python 2.4. Use
audio/py-tagpy instead
Approved by: novel (mentor), glarkin (mentor)
Feature safe: yes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/py-taglib/Makefile | 33 | ||||
-rw-r--r-- | audio/py-taglib/distinfo | 2 | ||||
-rw-r--r-- | audio/py-taglib/pkg-descr | 6 | ||||
-rw-r--r-- | audio/py-taglib/pkg-plist | 7 |
5 files changed, 0 insertions, 49 deletions
diff --git a/audio/Makefile b/audio/Makefile index 0c05eabdd513..c5f9b2ffb348 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -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 diff --git a/audio/py-taglib/Makefile b/audio/py-taglib/Makefile deleted file mode 100644 index 8b77ba117526..000000000000 --- a/audio/py-taglib/Makefile +++ /dev/null @@ -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> diff --git a/audio/py-taglib/distinfo b/audio/py-taglib/distinfo deleted file mode 100644 index 9568199c4790..000000000000 --- a/audio/py-taglib/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (python-taglib-1.3.3.tar.gz) = e33969f9c0676f31e13a3609c426465c58bcd1381754a84408aceb152d854de7 -SIZE (python-taglib-1.3.3.tar.gz) = 346933 diff --git a/audio/py-taglib/pkg-descr b/audio/py-taglib/pkg-descr deleted file mode 100644 index 94553a8aa46a..000000000000 --- a/audio/py-taglib/pkg-descr +++ /dev/null @@ -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 diff --git a/audio/py-taglib/pkg-plist b/audio/py-taglib/pkg-plist deleted file mode 100644 index aca9825884af..000000000000 --- a/audio/py-taglib/pkg-plist +++ /dev/null @@ -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 |