Date: Sat, 30 Sep 2023 02:23:48 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d21e054ae12d - main - audio/waveplay: Remove expired port Message-ID: <202309300223.38U2NmkY093867@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d21e054ae12da6fcf7e9f0aa47cda797205d0743 commit d21e054ae12da6fcf7e9f0aa47cda797205d0743 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-09-29 23:32:00 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-09-30 02:22:47 +0000 audio/waveplay: Remove expired port 2023-09-30 audio/waveplay: Abandoned upstream --- MOVED | 1 + audio/Makefile | 1 - audio/waveplay/Makefile | 25 ------------------------- audio/waveplay/distinfo | 2 -- audio/waveplay/files/patch-waveplay.c | 15 --------------- audio/waveplay/pkg-descr | 3 --- 6 files changed, 1 insertion(+), 46 deletions(-) diff --git a/MOVED b/MOVED index 5b80736b6fa1..e08a3fb612ce 100644 --- a/MOVED +++ b/MOVED @@ -7869,3 +7869,4 @@ audio/ample||2023-09-30|Has expired: Abandonware, last release over 19 years ago audio/ccaudio2||2023-09-30|Has expired: Abandonware, no development since 2011 audio/libtremor||2023-09-30|Has expired: Obsolete, we only support hardware with a fpu and other decoding libraries offer better performance audio/rioutil||2023-09-30|Has expired: Obsolete, supported hardware ia about 20 years old +audio/waveplay||2023-09-30|Has expired: Abandoned upstream diff --git a/audio/Makefile b/audio/Makefile index 2a634586bb35..b2c44c23c1f7 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -849,7 +849,6 @@ SUBDIR += waon SUBDIR += wavbreaker SUBDIR += wavegain - SUBDIR += waveplay SUBDIR += wavetral SUBDIR += wavpack SUBDIR += wavplay diff --git a/audio/waveplay/Makefile b/audio/waveplay/Makefile deleted file mode 100644 index b48d41105df6..000000000000 --- a/audio/waveplay/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= waveplay -PORTVERSION= 2001.09.24 -PORTREVISION= 1 -CATEGORIES= audio -MASTER_SITES= http://www.sokohiki.org/~yoshi/FreeBSD/ports/ -DISTNAME= waveplay-20010924 - -MAINTAINER= yshd@na.rim.or.jp -COMMENT= Simple wav file player - -BROKEN= Unfetchable -DEPRECATED= Abandoned upstream -EXPIRATION_DATE=2023-09-30 - -ONLY_FOR_ARCHS= i386 amd64 armv7 powerpc powerpc64 powerpc64le -PLIST_FILES= bin/waveplay \ - man/ja/man1/waveplay.1.gz \ - man/man1/waveplay.1.gz - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/waveplay ${STAGEDIR}${PREFIX}/bin/waveplay - ${INSTALL_MAN} ${WRKSRC}/waveplay.1 ${STAGEDIR}${PREFIX}/man/man1/waveplay.1 - ${INSTALL_MAN} ${WRKSRC}/waveplay.ja.1 ${STAGEDIR}${PREFIX}/man/ja/man1/waveplay.1 - -.include <bsd.port.mk> diff --git a/audio/waveplay/distinfo b/audio/waveplay/distinfo deleted file mode 100644 index c0eb10bc8b9b..000000000000 --- a/audio/waveplay/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (waveplay-20010924.tar.gz) = d2f72e9327630d096762b2cd2a20b0c00642fbfb5b7e36f102f78cc8ae226283 -SIZE (waveplay-20010924.tar.gz) = 5731 diff --git a/audio/waveplay/files/patch-waveplay.c b/audio/waveplay/files/patch-waveplay.c deleted file mode 100644 index d0e16ca6f5e3..000000000000 --- a/audio/waveplay/files/patch-waveplay.c +++ /dev/null @@ -1,15 +0,0 @@ ---- waveplay.c.orig 2001-09-24 07:38:40 UTC -+++ waveplay.c -@@ -286,8 +286,11 @@ int openDSP(const char* devname, PWAVEFO - int status; - int arg; - -- if ((fd = open(devname, O_WRONLY)) == -1) -+ if ((fd = open(devname, O_WRONLY)) == -1) { -+ fprintf(stderr, "%s - ", devname); -+ perror("openDSP"); - return fd; -+ } - - /* チャンネル(STEREO or MONAURAL)を設定 */ - arg = (int)(pwf->nChannels); diff --git a/audio/waveplay/pkg-descr b/audio/waveplay/pkg-descr deleted file mode 100644 index 4413eadd756c..000000000000 --- a/audio/waveplay/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -waveplay is a simple audio player. - -supported formats: RIFF WAV, Raw
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309300223.38U2NmkY093867>