diff options
author | rene <rene@FreeBSD.org> | 2015-02-03 06:22:23 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2015-02-03 06:22:23 +0800 |
commit | db08ae38a630b8fe51096843e1612cc1b16cfa15 (patch) | |
tree | 3fee54311989845cbdd93360c9f407379f8431de /audio | |
parent | d2ce522ab7fb72bec5ffd125539f422980a4696e (diff) | |
download | freebsd-ports-gnome-db08ae38a630b8fe51096843e1612cc1b16cfa15.tar.gz freebsd-ports-gnome-db08ae38a630b8fe51096843e1612cc1b16cfa15.tar.zst freebsd-ports-gnome-db08ae38a630b8fe51096843e1612cc1b16cfa15.zip |
Remove expired ports:
2015-01-31 audio/py-eyed3-06: In audio/abcde dependency has been changed to audio/py-eyed3
2015-01-31 mail/postfix210: Use mail/postfix instead.
2015-01-31 net-im/venom: No more support from the project
2015-02-01 security/openssh-portable66: security/openssh-portable now has all patches working. This port is obsolete.
2015-01-31 www/p5-WWW-Scraper-ISBN-Driver: Merged to www/p5-WWW-Scraper-ISBN by upstream
2015-01-31 www/p5-WWW-Scraper-ISBN-Record: Merged to www/p5-WWW-Scraper-ISBN by upstream
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/py-eyed3-06/Makefile | 39 | ||||
-rw-r--r-- | audio/py-eyed3-06/distinfo | 2 | ||||
-rw-r--r-- | audio/py-eyed3-06/pkg-descr | 6 |
4 files changed, 0 insertions, 48 deletions
diff --git a/audio/Makefile b/audio/Makefile index c8146166f3c1..3b69502511d7 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -599,7 +599,6 @@ SUBDIR += py-cddb SUBDIR += py-discogs-client SUBDIR += py-eyed3 - SUBDIR += py-eyed3-06 SUBDIR += py-fastaudio SUBDIR += py-gmusicapi SUBDIR += py-id3 diff --git a/audio/py-eyed3-06/Makefile b/audio/py-eyed3-06/Makefile deleted file mode 100644 index 187cdcc33013..000000000000 --- a/audio/py-eyed3-06/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# Created by: Hye-Shik Chang <perky@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= eyed3 -PORTVERSION= 0.6.18 -PORTREVISION= 1 -CATEGORIES= audio python -MASTER_SITES= http://eyed3.nicfit.net/releases/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= -06 -DISTNAME= eyeD3-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Python module for processing ID3 tags - -LICENSE= GPLv2 - -USES= gmake python:2 -USE_PYTHON= distutils autoplist -GNU_CONFIGURE= yes - -CONFLICTS= py*-eyed3-0.7.[0-9]* - -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -PORTDOCS= AUTHORS ChangeLog README -PLIST_FILES+= bin/eyeD3 man/man1/eyeD3.1.gz - -OPTIONS_DEFINE= DOCS EXAMPLES - -DEPRECATED= In audio/abcde dependency has been changed to audio/py-eyed3 -EXPIRATION_DATE=2015-01-31 - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/doc/eyeD3.1 ${STAGEDIR}${MANPREFIX}/man/man1 - ${INSTALL_SCRIPT} ${WRKSRC}/bin/eyeD3 ${STAGEDIR}${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/audio/py-eyed3-06/distinfo b/audio/py-eyed3-06/distinfo deleted file mode 100644 index e30ca608439a..000000000000 --- a/audio/py-eyed3-06/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (eyeD3-0.6.18.tar.gz) = ad871e252473f1db81b2574ae3a7d3e14128e28de0b54998b4ce1d62dc207406 -SIZE (eyeD3-0.6.18.tar.gz) = 117002 diff --git a/audio/py-eyed3-06/pkg-descr b/audio/py-eyed3-06/pkg-descr deleted file mode 100644 index 2bc2ce052fda..000000000000 --- a/audio/py-eyed3-06/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -eyeD3 is a Python program/module for processing (reading and -writing) ID3 tags. Information about mp3 files (i.e bit rate, -sample frequency, play time, etc.) is also available. The formats -supported are ID3 v1.0/v1.1 and v2.3/v2.4. - -WWW: http://eyed3.nicfit.net/ |