Date: Thu, 5 Sep 2024 20:49:17 GMT From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d20532e92002 - main - audio/resid: Remove expired port Message-ID: <202409052049.485KnHsv081869@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=d20532e92002b891b6a960edae988c81c07b8ef4 commit d20532e92002b891b6a960edae988c81c07b8ef4 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-09-05 20:49:11 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-09-05 20:49:11 +0000 audio/resid: Remove expired port 2024-09-03 audio/resid: Upstream recommends using emulators/vice instead --- MOVED | 1 + audio/Makefile | 1 - audio/resid/Makefile | 23 ----------------------- audio/resid/distinfo | 2 -- audio/resid/pkg-descr | 6 ------ audio/resid/pkg-plist | 13 ------------- 6 files changed, 1 insertion(+), 45 deletions(-) diff --git a/MOVED b/MOVED index aaa09d166411..70e9b89db8ad 100644 --- a/MOVED +++ b/MOVED @@ -3462,3 +3462,4 @@ devel/electron27||2024-09-03|Has expired: EOLed upstream, switch to newer versio net/luasocket|net/lua-luasocket|2024-09-05|Move net/luasocket to net/lua-luasocket textproc/luaexpat|textproc/lua-luaexpat|2024-09-05|Move textproc/luaexpat to textproc/lua-luaexpat devel/py-sip4||2024-09-05|Has expired: Fails to build with modern python +audio/resid|emulators/vice|2024-09-05|Has expired: Upstream recommends using emulators/vice instead diff --git a/audio/Makefile b/audio/Makefile index c43db890132e..d155bcd63639 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -694,7 +694,6 @@ SUBDIR += raul SUBDIR += rawrec SUBDIR += re - SUBDIR += resid SUBDIR += rexima SUBDIR += rezound SUBDIR += rhvoice diff --git a/audio/resid/Makefile b/audio/resid/Makefile deleted file mode 100644 index f8d2202e22f0..000000000000 --- a/audio/resid/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -PORTNAME= resid -PORTVERSION= 0.16 -PORTREVISION= 4 -CATEGORIES= audio emulators -MASTER_SITES= LOCAL/ehaupt - -MAINTAINER= ehaupt@FreeBSD.org -COMMENT= Cycle-based SID emulator engine - -LICENSE= GPLv2 - -DEPRECATED= Upstream recommends using emulators/vice instead -EXPIRATION_DATE=2024-09-03 - -USES= libtool -GNU_CONFIGURE= yes -USE_LDCONFIG= yes - -CONFIGURE_ARGS= --enable-shared - -INSTALL_TARGET= install-strip - -.include <bsd.port.mk> diff --git a/audio/resid/distinfo b/audio/resid/distinfo deleted file mode 100644 index 02b19e537887..000000000000 --- a/audio/resid/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (resid-0.16.tar.gz) = 830fe4c048053338c8f4c38decdedd93d8c101583958d62536d669f3ac7a66f3 -SIZE (resid-0.16.tar.gz) = 266045 diff --git a/audio/resid/pkg-descr b/audio/resid/pkg-descr deleted file mode 100644 index 8b0f244042af..000000000000 --- a/audio/resid/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Since June 1998, a cycle-based SID emulator engine is available and is -distributed under the GNU General Public License (GPL). It's called reSID, is -programmed in C++, and so far has been developed by Dag Lem. - -Requirement for processor power is huge (don't expect a complex SID emulator -like this to run on a machine with less than 233-300 MHz). diff --git a/audio/resid/pkg-plist b/audio/resid/pkg-plist deleted file mode 100644 index 58827b40e2d2..000000000000 --- a/audio/resid/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -include/resid/envelope.h -include/resid/extfilt.h -include/resid/filter.h -include/resid/pot.h -include/resid/sid.h -include/resid/siddefs.h -include/resid/spline.h -include/resid/voice.h -include/resid/wave.h -lib/libresid.a -lib/libresid.so -lib/libresid.so.5 -lib/libresid.so.5.0.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409052049.485KnHsv081869>