git: 88caac0efb1e - main - cleanup: Remove expired ports:
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Sep 2022 20:31:48 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=88caac0efb1e01ee991bd24c58e7c3ccc1d5326b commit 88caac0efb1e01ee991bd24c58e7c3ccc1d5326b Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2022-09-30 20:31:44 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2022-09-30 20:31:44 +0000 cleanup: Remove expired ports: 2022-09-30 audio/mctoolame-decoder: Legacy and obscure audio format that never gained any traction 2022-09-30 audio/mctoolame-encoder: Legacy and obscure audio format that never gained any traction --- MOVED | 2 ++ audio/Makefile | 2 -- audio/mctoolame-decoder/Makefile | 35 ----------------------------------- audio/mctoolame-decoder/distinfo | 2 -- audio/mctoolame-decoder/pkg-descr | 20 -------------------- audio/mctoolame-decoder/pkg-plist | 4 ---- audio/mctoolame-encoder/Makefile | 35 ----------------------------------- audio/mctoolame-encoder/distinfo | 2 -- audio/mctoolame-encoder/pkg-descr | 20 -------------------- audio/mctoolame-encoder/pkg-plist | 4 ---- 10 files changed, 2 insertions(+), 124 deletions(-) diff --git a/MOVED b/MOVED index 5b50888aebc8..57a63374a692 100644 --- a/MOVED +++ b/MOVED @@ -17572,3 +17572,5 @@ devel/electron17||2022-09-30|Has expired: EOLed upstream, switch to newer versio www/ttf2eot||2022-09-30|Has expired: Obsolete font format that's been superseded by OTF/TTF/WOFF/WOFF2 audio/aacplusenc||2022-09-30|Has expired: Legacy audio format, superseded by HE-AAC(v1), HE-AACv2 and xHE-AAC/USAC. Please consider using audio/fdk-aac via FFmpeg or audio/exhale net/libmms||2022-09-30|Has expired: Obsolete, Microsoft deprecated MMS protocol in favour of RTSP in 2003 +audio/mctoolame-decoder||2022-09-30|Has expired: Legacy and obscure audio format that never gained any traction +audio/mctoolame-encoder||2022-09-30|Has expired: Legacy and obscure audio format that never gained any traction diff --git a/audio/Makefile b/audio/Makefile index 004188869db4..7887d69ac168 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -461,8 +461,6 @@ SUBDIR += mamba SUBDIR += mate-media SUBDIR += mclk-lv2 - SUBDIR += mctoolame-decoder - SUBDIR += mctoolame-encoder SUBDIR += mda-lv2 SUBDIR += mhwaveedit SUBDIR += midi-matrix-lv2 diff --git a/audio/mctoolame-decoder/Makefile b/audio/mctoolame-decoder/Makefile deleted file mode 100644 index ea0416fefa59..000000000000 --- a/audio/mctoolame-decoder/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -PORTNAME= mctoolame -PORTVERSION= 0.1.a -PORTREVISION= 2 -CATEGORIES= audio -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}d/${PORTNAME}d-01a -PKGNAMESUFFIX= -decoder -DISTNAME= ${PORTNAME}d-${PORTVERSION:C/\.//g} - -MAINTAINER= ports@FreeBSD.org -COMMENT= MPEG Layer II audio decoder with multi-channel support -WWW= http://mctoolame.sourceforge.net/ - -DEPRECATED= Legacy and obscure audio format that never gained any traction -EXPIRATION_DATE=2022-09-30 - -USES= gmake tar:tgz -ALL_TARGET= # -MAKE_ARGS= CC="${CC}" OPTIM="${CFLAGS}" -PLIST_SUB= PKGNAMESUFFIX="${PKGNAMESUFFIX}" - -OPTIONS_DEFINE= DOCS - -post-patch: - @${REINPLACE_CMD} -e 's|$$(ARCH)||' ${WRKSRC}/Makefile - @${REINPLACE_CMD} -E \ - 's|gets *\(([^,)]+)\)|fgets(\1, sizeof(\1), stdin)|' \ - ${WRKSRC}/musicout.c - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/mctoolamed ${STAGEDIR}${PREFIX}/bin -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR}${PKGNAMESUFFIX}/html - ${INSTALL_DATA} ${WRKSRC}/html/* ${STAGEDIR}${DOCSDIR}${PKGNAMESUFFIX}/html - -.include <bsd.port.mk> diff --git a/audio/mctoolame-decoder/distinfo b/audio/mctoolame-decoder/distinfo deleted file mode 100644 index 31b6bc36e5e3..000000000000 --- a/audio/mctoolame-decoder/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mctoolamed-01a.tgz) = 654b7e20e905946dc4a7e58262e81f6cf1d0a171455eeeaeeaf0cc223e0c052e -SIZE (mctoolamed-01a.tgz) = 43555 diff --git a/audio/mctoolame-decoder/pkg-descr b/audio/mctoolame-decoder/pkg-descr deleted file mode 100644 index 033952f03328..000000000000 --- a/audio/mctoolame-decoder/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -A multi-channel MPEG encoder, using the ISO13818 standard and the dist10 -source code. Multi-channel files may have up to 6 defined channels: -Left(L), Right(R), Center(C), Left Surround (LS), Right Surround (RS) and -a Low Frequency Enhancement channel (LFE). - -ISO13818 defines 5 multi-channel modes (on top of the normal stereo mode), -each of these modes may have an optional LFE channel: - - 3/2: L, R, C, LS, RS - 3/1: L, R, C, mono surround - 2/2: L, R, LS, RS - 2/1: L, R, mono surround - 3/0: L, R, C - -The "standard" surround sound encoding of "5.1 channels" is achieved by -using mode 3/2 plus an LFE channel. - -A multi-channel MPEG file should decode OK on any MPEG decoder. If the -decoder doesn't recognize the multi-channel extensions, then you'll just -get a stereo file containing a down mix of the 5 channels. diff --git a/audio/mctoolame-decoder/pkg-plist b/audio/mctoolame-decoder/pkg-plist deleted file mode 100644 index 846a3c74d47c..000000000000 --- a/audio/mctoolame-decoder/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/mctoolamed -%%PORTDOCS%%%%DOCSDIR%%%%PKGNAMESUFFIX%%/html/default.html -%%PORTDOCS%%%%DOCSDIR%%%%PKGNAMESUFFIX%%/html/history.html -%%PORTDOCS%%%%DOCSDIR%%%%PKGNAMESUFFIX%%/html/readme.html diff --git a/audio/mctoolame-encoder/Makefile b/audio/mctoolame-encoder/Makefile deleted file mode 100644 index 3209d9f20d50..000000000000 --- a/audio/mctoolame-encoder/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -PORTNAME= mctoolame -PORTVERSION= 0.1.a -PORTREVISION= 1 -CATEGORIES= audio -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-01a -PKGNAMESUFFIX= -encoder -DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.//g} - -MAINTAINER= ports@FreeBSD.org -COMMENT= MPEG Layer II audio encoder with multi-channel support -WWW= http://mctoolame.sourceforge.net/ - -DEPRECATED= Legacy and obscure audio format that never gained any traction -EXPIRATION_DATE=2022-09-30 - -USES= gmake tar:tgz -ALL_TARGET= # -MAKE_ARGS= CC="${CC}" OPTIM="${CFLAGS}" -PLIST_SUB= PKGNAMESUFFIX="${PKGNAMESUFFIX}" - -OPTIONS_DEFINE= DOCS - -post-patch: - @${REINPLACE_CMD} -e 's|$$(ARCH)||' ${WRKSRC}/Makefile - @${REINPLACE_CMD} -E \ - 's|gets *\(([^,)]+)\)|fgets(\1, sizeof(\1), stdin)|' \ - ${WRKSRC}/config.c - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/mctoolame ${STAGEDIR}${PREFIX}/bin -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR}${PKGNAMESUFFIX}/html - ${INSTALL_DATA} ${WRKSRC}/html/* ${STAGEDIR}${DOCSDIR}${PKGNAMESUFFIX}/html - -.include <bsd.port.mk> diff --git a/audio/mctoolame-encoder/distinfo b/audio/mctoolame-encoder/distinfo deleted file mode 100644 index 91e66e359772..000000000000 --- a/audio/mctoolame-encoder/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mctoolame-01a.tgz) = e280e711a1402aaa1c45f8a9739b6f8d0ed5d590110579275c52c50c101ed905 -SIZE (mctoolame-01a.tgz) = 96633 diff --git a/audio/mctoolame-encoder/pkg-descr b/audio/mctoolame-encoder/pkg-descr deleted file mode 100644 index 033952f03328..000000000000 --- a/audio/mctoolame-encoder/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -A multi-channel MPEG encoder, using the ISO13818 standard and the dist10 -source code. Multi-channel files may have up to 6 defined channels: -Left(L), Right(R), Center(C), Left Surround (LS), Right Surround (RS) and -a Low Frequency Enhancement channel (LFE). - -ISO13818 defines 5 multi-channel modes (on top of the normal stereo mode), -each of these modes may have an optional LFE channel: - - 3/2: L, R, C, LS, RS - 3/1: L, R, C, mono surround - 2/2: L, R, LS, RS - 2/1: L, R, mono surround - 3/0: L, R, C - -The "standard" surround sound encoding of "5.1 channels" is achieved by -using mode 3/2 plus an LFE channel. - -A multi-channel MPEG file should decode OK on any MPEG decoder. If the -decoder doesn't recognize the multi-channel extensions, then you'll just -get a stereo file containing a down mix of the 5 channels. diff --git a/audio/mctoolame-encoder/pkg-plist b/audio/mctoolame-encoder/pkg-plist deleted file mode 100644 index 73cb2eb79e55..000000000000 --- a/audio/mctoolame-encoder/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/mctoolame -%%PORTDOCS%%%%DOCSDIR%%%%PKGNAMESUFFIX%%/html/default.html -%%PORTDOCS%%%%DOCSDIR%%%%PKGNAMESUFFIX%%/html/history.html -%%PORTDOCS%%%%DOCSDIR%%%%PKGNAMESUFFIX%%/html/readme.html