diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-25 07:52:52 -0500 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-30 18:59:27 -0500 |
commit | b14dfb6d2105554d5c28e9ef5dae8241407fb371 (patch) | |
tree | 52d91984ace7846820d04a8199bc632eedbf6122 | |
parent | audio/amarok: Remove expired port: (diff) |
audio/cd2mp3: Remove expired port:
2023-03-31 audio/cd2mp3: Depends on deprecated port audio/dagrab, consider using audio/abcde or audio/cyanrip
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/cd2mp3/Makefile | 36 | ||||
-rw-r--r-- | audio/cd2mp3/distinfo | 2 | ||||
-rw-r--r-- | audio/cd2mp3/pkg-descr | 4 |
5 files changed, 1 insertions, 43 deletions
@@ -17825,3 +17825,4 @@ sysutils/etcupdate||2023-03-21|Part of the base system since FreeBSD 10.0 devel/freebsd-gcc6||2023-03-22|No longer able to build base system, use GCC 9 or later instead japanese/mutt-devel||2023-03-25|Has expired: Broken since 2019 audio/amarok||2023-03-31|Has expired: No longer actively maintained upstream. +audio/cd2mp3||2023-03-31|Has expired: Depends on deprecated port audio/dagrab, consider using audio/abcde or audio/cyanrip diff --git a/audio/Makefile b/audio/Makefile index 2edecd88a78f..4f04a933dbf6 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -81,7 +81,6 @@ SUBDIR += cava SUBDIR += ccaudio2 SUBDIR += cd-discid - SUBDIR += cd2mp3 SUBDIR += cddb-bundle SUBDIR += cdparanoia SUBDIR += checkmate diff --git a/audio/cd2mp3/Makefile b/audio/cd2mp3/Makefile deleted file mode 100644 index 18b591e037a4..000000000000 --- a/audio/cd2mp3/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -PORTNAME= cd2mp3 -PORTVERSION= 0.82 -PORTREVISION= 4 -PORTEPOCH= 1 -CATEGORIES= audio -MASTER_SITES= http://mark.foster.cc/pub/freebsd/ports/distfiles/ \ - https://BSDforge.com/projects/source/audio/cd2mp3/ \ - LOCAL/feld - -MAINTAINER= portmaster@BSDforge.com -COMMENT= Easy to use CD Ripping and MP3 Encoding tool -WWW= https://BSDforge.com/projects/audio/cd2mp3 - -DEPRECATED= Depends on deprecated port audio/dagrab, consider using audio/abcde or audio/cyanrip -EXPIRATION_DATE=2023-03-31 - -RUN_DEPENDS= lame:audio/lame \ - dagrab:audio/dagrab - -USES= perl5 shebangfix -USE_PERL5= run -SHEBANG_FILES= cd2mp3 -NO_BUILD= yes -WRKSRC= ${WRKDIR}/cd2mp3 - -PLIST_FILES= bin/cd2mp3 -PORTDOCS= README - -OPTIONS_DEFINE= DOCS - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/cd2mp3 ${STAGEDIR}${PREFIX}/bin/ - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/audio/cd2mp3/distinfo b/audio/cd2mp3/distinfo deleted file mode 100644 index 28ec1be724f8..000000000000 --- a/audio/cd2mp3/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (cd2mp3-0.82.tar.gz) = 5fa313d54d1c02c614b19307983b0b84db8f8c2701671355a62ec6c7a80adf03 -SIZE (cd2mp3-0.82.tar.gz) = 3494 diff --git a/audio/cd2mp3/pkg-descr b/audio/cd2mp3/pkg-descr deleted file mode 100644 index 82fdf77da044..000000000000 --- a/audio/cd2mp3/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -cd2mp3 will help you create MP3s from your favourite CD collections. - -It features single track encoding, entire CD encoding, ripping of tracks -to .WAV files, and encoding .WAV files to MP3 Format. |