git: 49094ccbb655 - main - audio/mp3info: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Dec 2023 00:08:16 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=49094ccbb65581c7ca18276c74f0df8ff1917adb commit 49094ccbb65581c7ca18276c74f0df8ff1917adb Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-12-30 04:13:58 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-12-31 00:06:27 +0000 audio/mp3info: Remove expired port 2023-12-31 audio/mp3info: Last release in 2006 and lacks support for ID3v2 --- MOVED | 1 + audio/Makefile | 1 - audio/mp3info/Makefile | 44 -------------------------------------- audio/mp3info/distinfo | 2 -- audio/mp3info/files/patch-Makefile | 15 ------------- audio/mp3info/pkg-descr | 4 ---- 6 files changed, 1 insertion(+), 66 deletions(-) diff --git a/MOVED b/MOVED index c690e7d150d4..26fb29f8b525 100644 --- a/MOVED +++ b/MOVED @@ -8244,3 +8244,4 @@ games/spring||2023-12-31|Has expired: Fails to build and marked broken for sever java/wildfly10||2023-12-31|Has expired: End of life upstream graphics/xfpovray||2023-12-31|Has expired: BROKEN for more than 2 years on all supported versions after the EOL of 12 audio/mp3splt-gtk||2023-12-31|Has expired: BROKEN on all supported versions for more than 2 years after the EOL of 12 +audio/mp3info||2023-12-31|Has expired: Last release in 2006 and lacks support for ID3v2 diff --git a/audio/Makefile b/audio/Makefile index b305a612eb2c..1440c34487a7 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -480,7 +480,6 @@ SUBDIR += mp3ck SUBDIR += mp3gain SUBDIR += mp3guessenc - SUBDIR += mp3info SUBDIR += mp3lint SUBDIR += mp3mover SUBDIR += mp3plot diff --git a/audio/mp3info/Makefile b/audio/mp3info/Makefile deleted file mode 100644 index 2ede6bb4cb8f..000000000000 --- a/audio/mp3info/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -PORTNAME= mp3info -PORTVERSION= 0.8.5a -CATEGORIES= audio -MASTER_SITES= SUNSITE/apps/sound/mp3-utils/mp3info - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= MP3 technical info viewer and ID3 1.x tag editor -WWW= https://ibiblio.org/mp3info/ - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Last release in 2006 and lacks support for ID3v2 -EXPIRATION_DATE=2023-12-31 - -USES= cpe ncurses tar:tgz - -ALL_TARGET= mp3info - -PLIST_FILES= bin/mp3info share/man/man1/mp3info.1.gz -PORTDOCS= ChangeLog README mp3info.txt - -PORTSCOUT= skipv:0.8.5 - -OPTIONS_DEFINE= GTK2 DOCS -GTK2_DESC= Enable to have the gmp3info - -GTK2_ALL_TARGET= gmp3info -GTK2_PLIST_FILES= bin/gmp3info -GTK2_USE= GNOME=gtk20 -GTK2_USES= gnome pkgconfig - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/mp3info ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/mp3info.1 ${STAGEDIR}${PREFIX}/share/man/man1/ - -do-install-GTK2-on: - ${INSTALL_PROGRAM} ${WRKSRC}/gmp3info ${STAGEDIR}${PREFIX}/bin/ - -do-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ - -.include <bsd.port.mk> diff --git a/audio/mp3info/distinfo b/audio/mp3info/distinfo deleted file mode 100644 index d559168fc815..000000000000 --- a/audio/mp3info/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mp3info-0.8.5a.tgz) = 0438ac68e9f04947fb14ca5573d27c62454cb9db3a93b7f1d2c226cd3e0b4e10 -SIZE (mp3info-0.8.5a.tgz) = 127482 diff --git a/audio/mp3info/files/patch-Makefile b/audio/mp3info/files/patch-Makefile deleted file mode 100644 index 4e494e4d24b1..000000000000 --- a/audio/mp3info/files/patch-Makefile +++ /dev/null @@ -1,15 +0,0 @@ ---- Makefile.orig 2006-11-10 00:14:11 UTC -+++ Makefile -@@ -43,9 +43,9 @@ RM = /bin/rm - INSTALL = /usr/bin/install -c - STRIP = strip - --LIBS = -lncurses --CC = gcc --CFLAGS = -g -O2 -Wall -+LIBS = $(LDFLAGS) -lncurses -+CC ?= cc -+CFLAGS ?= -O -pipe - - all: mp3info gmp3info doc - diff --git a/audio/mp3info/pkg-descr b/audio/mp3info/pkg-descr deleted file mode 100644 index 9186436b434f..000000000000 --- a/audio/mp3info/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -MP3Info is a little utility used to read and modify the ID3 tags of MP3 files. -MP3Info can also display various techincal aspects of an MP3 file including -playing time, bit-rate, sampling frequency and other attributes in a pre-defined -or user-specifiable output format.