git: 13c947288995 - main - audio/mp3c: Remove expired port:
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 31 Mar 2023 00:01:26 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=13c947288995c0ed4a76b2f514cfdb1ed3269826 commit 13c947288995c0ed4a76b2f514cfdb1ed3269826 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-03-25 13:22:34 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-03-30 23:59:32 +0000 audio/mp3c: Remove expired port: 2023-03-31 audio/mp3c: Abandonware, last release in 2009. Please consider using audio/cyanrip or audio/abcde --- MOVED | 1 + audio/Makefile | 1 - audio/mp3c/Makefile | 39 --------------------------------------- audio/mp3c/distinfo | 2 -- audio/mp3c/files/cdrip.sh | 7 ------- audio/mp3c/pkg-descr | 1 - audio/mp3c/pkg-plist | 8 -------- 7 files changed, 1 insertion(+), 58 deletions(-) diff --git a/MOVED b/MOVED index ef35369dfe37..2ac5d6bbeb7e 100644 --- a/MOVED +++ b/MOVED @@ -17837,3 +17837,4 @@ audio/id3ed||2023-03-31|Has expired: Abandonware and obsolete, doesn't support I audio/id3ren||2023-03-31|Has expired: Abandonware and obsolete, doesn't support ID3v2 tagging audio/kexis||2023-03-31|Has expired: Abandonware, niche format that never got any traction and no release in 18 years. Consider using audio/flac or audio/wavpack instead audio/libworkman||2023-03-31|Has expired: Abandonware, no development in 20+ years +audio/mp3c||2023-03-31|Has expired: Abandonware, last release in 2009. Please consider using audio/cyanrip or audio/abcde diff --git a/audio/Makefile b/audio/Makefile index 025974c768d4..90513087b676 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -483,7 +483,6 @@ SUBDIR += mp3asm SUBDIR += mp3blaster SUBDIR += mp3burn - SUBDIR += mp3c SUBDIR += mp3check SUBDIR += mp3ck SUBDIR += mp3gain diff --git a/audio/mp3c/Makefile b/audio/mp3c/Makefile deleted file mode 100644 index 084a5911abb3..000000000000 --- a/audio/mp3c/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -PORTNAME= mp3c -PORTVERSION= 0.31 -PORTREVISION= 2 -CATEGORIES= audio -MASTER_SITES= ftp://ftp.wspse.de/linux/wspse/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= CD to mp3c converter with a console frontend -WWW= http://mp3c.wspse.de/ - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Abandonware, last release in 2009. Please consider using audio/cyanrip or audio/abcde -EXPIRATION_DATE=2023-03-31 - -RUN_DEPENDS= mp3info:audio/mp3info \ - cdrecord:sysutils/cdrtools - -USES= ncurses -GNU_CONFIGURE= yes - -DEFAULT_CDROM_DEVICE?= cd0 - -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes - -NLS_USES= gettext -NLS_CONFIGURE_ENABLE= nls - -post-patch: - @${REINPLACE_CMD} -e 's|rcd0d|${DEFAULT_CDROM_DEVICE}|g' \ - -e 's|/dev/cdrom|/dev/${DEFAULT_CDROM_DEVICE}|g' \ - ${WRKSRC}/src/conf.c - -post-install: - ${INSTALL_SCRIPT} ${FILESDIR}/cdrip.sh ${STAGEDIR}${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/audio/mp3c/distinfo b/audio/mp3c/distinfo deleted file mode 100644 index e0313d8722fd..000000000000 --- a/audio/mp3c/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mp3c-0.31.tar.gz) = a2777b55d446737f0c4358b86d3ec39c5e3bcadeb5b6682d1208af928404a311 -SIZE (mp3c-0.31.tar.gz) = 496466 diff --git a/audio/mp3c/files/cdrip.sh b/audio/mp3c/files/cdrip.sh deleted file mode 100644 index 2e372722afd7..000000000000 --- a/audio/mp3c/files/cdrip.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -if [ -f /tmp/mp3 ] ; then - rm /tmp/mp3 -fi -mkfifo /tmp/mp3 -dagrab -v -n 64 -d $1 -f /tmp/mp3 $2 & - diff --git a/audio/mp3c/pkg-descr b/audio/mp3c/pkg-descr deleted file mode 100644 index 3c9238d7a89e..000000000000 --- a/audio/mp3c/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -MP3c is a cd to mp3c converter with a console frontend diff --git a/audio/mp3c/pkg-plist b/audio/mp3c/pkg-plist deleted file mode 100644 index 642e170b65ea..000000000000 --- a/audio/mp3c/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/mp3c -bin/cdrip.sh -man/man1/mp3c.1.gz -%%NLS%%share/locale/de/LC_MESSAGES/mp3c.mo -%%NLS%%share/locale/es/LC_MESSAGES/mp3c.mo -%%NLS%%share/locale/it/LC_MESSAGES/mp3c.mo -%%NLS%%share/locale/pl/LC_MESSAGES/mp3c.mo -%%NLS%%share/locale/pt/LC_MESSAGES/mp3c.mo