aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-06-11 16:38:41 +0000
committerRene Ladan <rene@FreeBSD.org>2024-06-11 16:38:41 +0000
commit1ae82b41fee384fc3302a987994126b75fa2cfda (patch)
tree4712bd15095d8558da92f9e35b3abdb085a0da50
parentf96e9184f9d18ef4a676c24374deccaf0dfe2ab5 (diff)
audio/rebot3: Remove expired port
2024-05-31 audio/rebot3: Depends on legacy service/protocol that's requires registration
-rw-r--r--MOVED1
-rw-r--r--audio/Makefile1
-rw-r--r--audio/rebot3/Makefile38
-rw-r--r--audio/rebot3/distinfo2
-rw-r--r--audio/rebot3/pkg-descr5
5 files changed, 1 insertions, 46 deletions
diff --git a/MOVED b/MOVED
index df2269542848..1f2f0ee9ce72 100644
--- a/MOVED
+++ b/MOVED
@@ -3297,3 +3297,4 @@ www/chems||2024-06-11|Has expired: Abandonware, last release in 2009 and no acti
www/cssed||2024-06-11|Has expired: Abandonware and broken, doesn't work with Python 3.x
www/goose||2024-06-11|Has expired: Abandonware, last update in 2003 and upstream is dead
www/larbin||2024-06-11|Has expired: Abandonware, obsolete web crawler
+audio/rebot3||2024-06-11|Has expired: Depends on legacy service/protocol that's requires registration
diff --git a/audio/Makefile b/audio/Makefile
index a81decd380ba..5832541d0641 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -701,7 +701,6 @@
SUBDIR += raul
SUBDIR += rawrec
SUBDIR += re
- SUBDIR += rebot3
SUBDIR += resid
SUBDIR += rexima
SUBDIR += rezound
diff --git a/audio/rebot3/Makefile b/audio/rebot3/Makefile
deleted file mode 100644
index 4b21db1464b5..000000000000
--- a/audio/rebot3/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-PORTNAME= rebot3
-PORTVERSION= 1.0.2
-PORTREVISION= 1
-CATEGORIES= audio
-MASTER_SITES= http://www.headmqa.com/${PORTNAME}/ \
- http://www.bayofrum.net/dist/${PORTNAME}/
-
-MAINTAINER= crees@FreeBSD.org
-COMMENT= Renames mp3 files using freedb or local CDDB
-WWW= http://www.headmqa.com/rebot3/
-
-LICENSE= GPLv2
-
-DEPRECATED= Depends on legacy service/protocol that's requires registration
-EXPIRATION_DATE=2024-05-31
-
-RUN_DEPENDS= p5-CDDB>=0:audio/p5-CDDB \
- p5-MP3-ID3v1Tag>=0:audio/p5-MP3-ID3v1Tag
-
-USES= perl5
-NO_BUILD= yes
-
-PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
-
-post-patch:
-# Yes, we know it's perl, but we don't want to type '.pl' the whole time.
- @${REINPLACE_CMD} -e 's#\(${PORTNAME}\).pl#\1#' \
- -e '1s#/usr/bin/perl#${PERL}#' \
- -e 's#defined (\(@.*\))#\1#' \
- ${WRKSRC}/${PORTNAME}.pl ${WRKSRC}/${PORTNAME}.pl.1
-
-do-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \
- ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
- @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.pl.1 \
- ${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1
-
-.include <bsd.port.mk>
diff --git a/audio/rebot3/distinfo b/audio/rebot3/distinfo
deleted file mode 100644
index e4b918bea1c6..000000000000
--- a/audio/rebot3/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (rebot3-1.0.2.tar.gz) = 0284a9faa0810c93700d256d6903a743c0d40099b477556f247535ce4857cc95
-SIZE (rebot3-1.0.2.tar.gz) = 13610
diff --git a/audio/rebot3/pkg-descr b/audio/rebot3/pkg-descr
deleted file mode 100644
index 875259dd02a4..000000000000
--- a/audio/rebot3/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-rebot3.pl renames MP3 files that you have grabbed from audio CDs with
-the track name, number, album, and/or artist. It does so by using
-either a remote CDDB server or a local CDDB created by cd (and other)
-players like xmcd, kscd or xmms. With rebot3.pl you can also add or
-remove ID3 (version 1) tags to/from the MP3 files.