git: ab6635a88b3f - main - audio/id3ed: Remove expired port:
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 31 Mar 2023 00:01:22 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ab6635a88b3f5fd9d56d783222446b3322444bfe
commit ab6635a88b3f5fd9d56d783222446b3322444bfe
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-03-25 13:02:33 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-03-30 23:59:30 +0000
audio/id3ed: Remove expired port:
2023-03-31 audio/id3ed: Abandonware and obsolete, doesn't support ID3v2 tagging
---
MOVED | 1 +
audio/Makefile | 1 -
audio/id3ed/Makefile | 24 ------------------------
audio/id3ed/distinfo | 2 --
audio/id3ed/pkg-descr | 2 --
5 files changed, 1 insertion(+), 29 deletions(-)
diff --git a/MOVED b/MOVED
index d47214f6157d..5823cd550095 100644
--- a/MOVED
+++ b/MOVED
@@ -17833,3 +17833,4 @@ audio/cue2toc||2023-03-31|Has expired: Abandonware and unmaintained, please cons
audio/dagrab||2023-03-31|Has expired: Abandonware and superseded by audio/cdparanoia
audio/dekagen||2023-03-31|Has expired: Abandonware, last release in 2004. Please consider using audio/cyanrip or audio/abcde
audio/gervill||2023-03-31|Has expired: Integrated as of JDK6
+audio/id3ed||2023-03-31|Has expired: Abandonware and obsolete, doesn't support ID3v2 tagging
diff --git a/audio/Makefile b/audio/Makefile
index 85c0bca27f90..fa8ef1ec4082 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -298,7 +298,6 @@
SUBDIR += icecast-kh
SUBDIR += icegenerator
SUBDIR += ices
- SUBDIR += id3ed
SUBDIR += id3el
SUBDIR += id3lib
SUBDIR += id3mtag
diff --git a/audio/id3ed/Makefile b/audio/id3ed/Makefile
deleted file mode 100644
index 1f44e545a378..000000000000
--- a/audio/id3ed/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-PORTNAME= id3ed
-PORTVERSION= 1.10.4
-CATEGORIES= audio
-MASTER_SITES= http://code.fluffytapeworm.com/projects/${PORTNAME}/
-
-MAINTAINER= TsurutaniNaoki@gmail.com
-COMMENT= Id3 tag editor for mp3 files
-WWW= http://code.fluffytapeworm.com/projects/id3ed
-
-LICENSE= GPLv2
-
-DEPRECATED= Abandonware and obsolete, doesn't support ID3v2 tagging
-EXPIRATION_DATE=2023-03-31
-
-GNU_CONFIGURE= yes
-
-PLIST_FILES= bin/id3ed \
- man/man1/id3ed.1.gz
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/id3ed ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/id3ed.1 ${STAGEDIR}${MANPREFIX}/man/man1
-
-.include <bsd.port.mk>
diff --git a/audio/id3ed/distinfo b/audio/id3ed/distinfo
deleted file mode 100644
index e8551d61a506..000000000000
--- a/audio/id3ed/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (id3ed-1.10.4.tar.gz) = 56f26dfde7b6357c5ad22644c2a379f25fce82a200264b5d4ce62f2468d8431b
-SIZE (id3ed-1.10.4.tar.gz) = 31610
diff --git a/audio/id3ed/pkg-descr b/audio/id3ed/pkg-descr
deleted file mode 100644
index 717a6e27e16f..000000000000
--- a/audio/id3ed/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-A command line tool to edit id3 tags in mp3 files interactively or
-on the fly.