git: 9aac520173ce - main - audio/mp3ck: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 29 Feb 2024 12:08:18 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=9aac520173ce28c0e519897fe383765235628ff3 commit 9aac520173ce28c0e519897fe383765235628ff3 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-29 11:40:20 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-29 11:40:20 +0000 audio/mp3ck: Remove expired port audio/mp3ck --- MOVED | 1 + audio/Makefile | 1 - audio/mp3ck/Makefile | 19 ------------------- audio/mp3ck/distinfo | 2 -- audio/mp3ck/pkg-descr | 5 ----- 5 files changed, 1 insertion(+), 27 deletions(-) diff --git a/MOVED b/MOVED index 2ead8ba3e38f..44f542106344 100644 --- a/MOVED +++ b/MOVED @@ -2997,3 +2997,4 @@ audio/kid3@qt5|audio/kid3@qt6|2024-02-25|The legacy qt5 flavor has been replaced devel/py-setuptools_scm|devel/py-setuptools-scm|2024-02-29|Package name changed audio/sweep||2024-02-29|Has expired: Abandonware, last release in 2008 and upstream is dead. Consider using audio/audacity audio/gnormalize||2024-02-29|Has expired: Last release in 2008, upstream is dead, depends on deprecated library GTK2 and uses legacy workarounds that can potentially cause lossy conversions. Consider using audio/rsgain and audio/cyanrip +audio/mp3ck||2024-02-29|Has expired: Last release in 2005 and dead upstream, consider using multimedia/ffmpeg diff --git a/audio/Makefile b/audio/Makefile index 401314517def..8adf74730780 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -476,7 +476,6 @@ SUBDIR += mp3blaster SUBDIR += mp3burn SUBDIR += mp3check - SUBDIR += mp3ck SUBDIR += mp3gain SUBDIR += mp3guessenc SUBDIR += mp3lint diff --git a/audio/mp3ck/Makefile b/audio/mp3ck/Makefile deleted file mode 100644 index f1a1a6df2fff..000000000000 --- a/audio/mp3ck/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -PORTNAME= mp3ck -PORTVERSION= 0.04 -CATEGORIES= audio -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= Consistency check utility for MPEG Layer 2 or 3 files or streams -WWW= https://mp3ck.sourceforge.net/ - -DEPRECATED= Last release in 2005 and dead upstream, consider using multimedia/ffmpeg -EXPIRATION_DATE=2024-02-29 - -PLIST_FILES= bin/mp3ck share/man/man1/mp3ck.1.gz - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 - -.include <bsd.port.mk> diff --git a/audio/mp3ck/distinfo b/audio/mp3ck/distinfo deleted file mode 100644 index 35070cd2a9a4..000000000000 --- a/audio/mp3ck/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mp3ck-0.04.tar.gz) = e325453b4c7de7cdc5ad9ac0742c56c86be0a1218b1ab54f2f64e8061fb35cb6 -SIZE (mp3ck-0.04.tar.gz) = 7864 diff --git a/audio/mp3ck/pkg-descr b/audio/mp3ck/pkg-descr deleted file mode 100644 index 42597f5b9e52..000000000000 --- a/audio/mp3ck/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Mp3ck is a portable utility for checking the consistency of MPEG -Layer 2 or 3 streams or files. The primary accent of the check is -on the seamless flow of frames and tags since most MPEG defects -introduced by aborted network transfers manifest themselves in its -breakage.