aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-29 11:40:20 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-29 11:40:20 +0000
commit9aac520173ce28c0e519897fe383765235628ff3 (patch)
tree7d701a87899b184ee5a80cff0bf1a15d890df362 /audio
parentb1a4b5327d2afe692a8bc3470c41bd15dded9c17 (diff)
downloadports-9aac520173ce28c0e519897fe383765235628ff3.tar.gz
ports-9aac520173ce28c0e519897fe383765235628ff3.zip
audio/mp3ck: Remove expired port
audio/mp3ck
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/mp3ck/Makefile19
-rw-r--r--audio/mp3ck/distinfo2
-rw-r--r--audio/mp3ck/pkg-descr5
4 files changed, 0 insertions, 27 deletions
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.