git: 87ae861078af - main - audio/cue2toc: Remove expired port:

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Fri, 31 Mar 2023 00:01:17 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=87ae861078af790cce68d2d132f629831e1d5caf

commit 87ae861078af790cce68d2d132f629831e1d5caf
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-03-25 12:58:18 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-03-30 23:59:29 +0000

    audio/cue2toc: Remove expired port:
    
    2023-03-31 audio/cue2toc: Abandonware and unmaintained, please consider using audio/cuetools or sysutils/cdrdao
---
 MOVED                   |  1 +
 audio/Makefile          |  1 -
 audio/cue2toc/Makefile  | 26 --------------------------
 audio/cue2toc/distinfo  |  2 --
 audio/cue2toc/pkg-descr |  2 --
 5 files changed, 1 insertion(+), 31 deletions(-)

diff --git a/MOVED b/MOVED
index 0a80a3d7a975..c4078fbd2ada 100644
--- a/MOVED
+++ b/MOVED
@@ -17829,3 +17829,4 @@ audio/cd2mp3||2023-03-31|Has expired: Depends on deprecated port audio/dagrab, c
 audio/cmp3||2023-03-31|Has expired: Abandonware, no development in 20 years. Please consider using audio/cmus or audio/musicpd
 audio/cpige||2023-03-31|Has expired: Doesn't work, newer versions also fails
 audio/crip||2023-03-31|Has expired: Abandonware, last release in 2007. Please consider using audio/cyanrip or audio/abcde
+audio/cue2toc||2023-03-31|Has expired: Abandonware and unmaintained, please consider using audio/cuetools or sysutils/cdrdao
diff --git a/audio/Makefile b/audio/Makefile
index 8e4dd578071e..a4522d74f348 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -95,7 +95,6 @@
     SUBDIR += csound
     SUBDIR += csoundqt
     SUBDIR += ctronome
-    SUBDIR += cue2toc
     SUBDIR += cuetools
     SUBDIR += cutmp3
     SUBDIR += cyanrip
diff --git a/audio/cue2toc/Makefile b/audio/cue2toc/Makefile
deleted file mode 100644
index f288e43196f8..000000000000
--- a/audio/cue2toc/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME=	cue2toc
-PORTVERSION=	0.1
-CATEGORIES=	audio perl5
-MASTER_SITES=	http://www.oook.cz/bsd/distfiles/
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Perl script that converts CUE files into TOC files for cdrdao
-
-DEPRECATED=	Abandonware and unmaintained, please consider using audio/cuetools or sysutils/cdrdao
-EXPIRATION_DATE=2023-03-31
-
-RUN_DEPENDS=	p5-Audio-Wav>=0:audio/p5-Audio-Wav
-
-USES=		perl5 shebangfix
-NO_WRKSUBDIR=	yes
-NO_BUILD=	yes
-PLIST_FILES=	bin/cue2toc.pl
-SHEBANG_FILES=	cue2toc
-
-pre-patch:
-	@${REINPLACE_CMD} -e 's|use warnings;||' ${WRKSRC}/cue2toc
-
-do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/cue2toc ${STAGEDIR}${PREFIX}/bin/cue2toc.pl
-
-.include <bsd.port.mk>
diff --git a/audio/cue2toc/distinfo b/audio/cue2toc/distinfo
deleted file mode 100644
index 237aededb3b8..000000000000
--- a/audio/cue2toc/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (cue2toc-0.1.tar.gz) = f426e94b93c89c03ea95a464a87ed05c0e27fe81bddcfab902e21e63a79d7225
-SIZE (cue2toc-0.1.tar.gz) = 2989
diff --git a/audio/cue2toc/pkg-descr b/audio/cue2toc/pkg-descr
deleted file mode 100644
index d3ca446e8139..000000000000
--- a/audio/cue2toc/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Cue2Toc is a perl script that will convert CUE file into a cdrdao TOC file.
-The script can handle audio CUE files only.