git: 986beb36073a - main - audio/wav2cdr: Remove expired port:

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=986beb36073a96abddffe3ffdbc74d5beac5e5c5

commit 986beb36073a96abddffe3ffdbc74d5beac5e5c5
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-03-25 13:36:54 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-03-30 23:59:34 +0000

    audio/wav2cdr: Remove expired port:
    
    2023-03-31 audio/wav2cdr: Obsolete utility, consider using multimedia/ffmpeg
---
 MOVED                   |  1 +
 audio/Makefile          |  1 -
 audio/wav2cdr/Makefile  | 35 -----------------------------------
 audio/wav2cdr/distinfo  |  3 ---
 audio/wav2cdr/pkg-descr |  5 -----
 5 files changed, 1 insertion(+), 44 deletions(-)

diff --git a/MOVED b/MOVED
index 7bd26e3139e1..397cc0b7d913 100644
--- a/MOVED
+++ b/MOVED
@@ -17843,3 +17843,4 @@ audio/splaytk||2023-03-31|Has expired: Abandonware, no development in 20 years a
 audio/splay||2023-03-31|Has expired: Abandonware, no development in 20 years and uses obsolete decoding library
 audio/tagtool||2023-03-31|Has expired: Abandonware and obsolete, doesn't properly support ID3v2 tagging
 audio/vo-aacenc||2023-03-31|Has expired: Obsolete AAC encoder library, consider using audio/fdk-aac or audio/exhale
+audio/wav2cdr||2023-03-31|Has expired: Obsolete utility, consider using multimedia/ffmpeg
diff --git a/audio/Makefile b/audio/Makefile
index bd03d7fe3dc4..a7bddb06610c 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -846,7 +846,6 @@
     SUBDIR += vsound
     SUBDIR += vst3sdk
     SUBDIR += waon
-    SUBDIR += wav2cdr
     SUBDIR += wavbreaker
     SUBDIR += wavegain
     SUBDIR += waveplay
diff --git a/audio/wav2cdr/Makefile b/audio/wav2cdr/Makefile
deleted file mode 100644
index c78400e51abc..000000000000
--- a/audio/wav2cdr/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-PORTNAME=	wav2cdr
-PORTVERSION=	2.3.4
-DISTVERSIONSUFFIX=	.orig
-CATEGORIES=	audio converters
-MASTER_SITES=	DEBIAN \
-		LOCAL/ehaupt
-DISTNAME=	${PORTNAME}_${PORTVERSION}${DISTVERSIONSUFFIX}
-
-MAINTAINER=	ehaupt@FreeBSD.org
-COMMENT=	Converts WAV files into CDR audio file format
-
-LICENSE=	GPLv2
-
-DEPRECATED=	Obsolete utility, consider using multimedia/ffmpeg
-EXPIRATION_DATE=2023-03-31
-
-USES=		tar:bz2
-
-WRKSRC=		${WRKDIR}/${PORTNAME}
-SRC=		wav2cdr cmdarg data fileio process
-
-PLIST_FILES=	bin/wav2cdr man/man1/wav2cdr.1.gz
-
-do-build:
-.for f in ${SRC}
-	${CC} ${CFLAGS} -c -o ${WRKSRC}/${f}.o ${WRKSRC}/${f}.c
-.endfor
-	${CC} ${CFLAGS} ${LDFLAGS} -o ${WRKSRC}/${PORTNAME} \
-		${SRC:C/(.*)/${WRKSRC}\/\1.o/}
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
-
-.include <bsd.port.mk>
diff --git a/audio/wav2cdr/distinfo b/audio/wav2cdr/distinfo
deleted file mode 100644
index 8ec003ced969..000000000000
--- a/audio/wav2cdr/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1475531937
-SHA256 (wav2cdr_2.3.4.orig.tar.bz2) = 2ee13fc3e70f8d61ba6a49cd48dd29309a0fb536047bcd0be54d3dd2403c4b31
-SIZE (wav2cdr_2.3.4.orig.tar.bz2) = 54788
diff --git a/audio/wav2cdr/pkg-descr b/audio/wav2cdr/pkg-descr
deleted file mode 100644
index 4c30553d7796..000000000000
--- a/audio/wav2cdr/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-This program converts wav sound files into a format suitable for CD-ROMs, and
-can perform some editing functions like cutting or volume change.
-
-It is rather rudimentary, the wav file must have the same sampling parameters
-as CD audio. Runs on big and little endian machines.