Date: Thu, 5 Dec 2024 20:17:47 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: d9440355a1a5 - main - audio/openspc: Remove expired port Message-ID: <202412052017.4B5KHlE8045307@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=d9440355a1a5ebae1d74255b16b024dbc5833119 commit d9440355a1a5ebae1d74255b16b024dbc5833119 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-12-05 20:17:24 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-12-05 20:17:37 +0000 audio/openspc: Remove expired port 2024-12-05 audio/openspc: Unmaintained upstream. Use audio/libgme or audio/ocp instead. --- MOVED | 1 + audio/Makefile | 1 - audio/openspc/Makefile | 43 ------------------------------------------- audio/openspc/distinfo | 2 -- audio/openspc/pkg-descr | 3 --- 5 files changed, 1 insertion(+), 49 deletions(-) diff --git a/MOVED b/MOVED index d661fead5af4..72aa5ec8d99f 100644 --- a/MOVED +++ b/MOVED @@ -3749,3 +3749,4 @@ www/kohana||2024-12-01|Has expired: Supports only PHP5, abandoned upstream devel/py-simple-term-menu|devel/py-simple_term_menu|2024-12-02|Upstream renamed emulators/duckstation|emulators/fbsd-duckstation|2024-12-03|Developer asked to emphasize the port includes local patches www/py-httpx-gssapi|www/py-httpx_gssapi|2024-12-04|Upstream renamed +audio/openspc||2024-12-05|Has expired: Unmaintained upstream. Use audio/libgme or audio/ocp instead diff --git a/audio/Makefile b/audio/Makefile index ef192c3c328d..a48ed8ce5750 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -527,7 +527,6 @@ SUBDIR += ogg2mp3 SUBDIR += openal-soft SUBDIR += opencore-amr - SUBDIR += openspc SUBDIR += opus SUBDIR += opus-tools SUBDIR += opusfile diff --git a/audio/openspc/Makefile b/audio/openspc/Makefile deleted file mode 100644 index 737f464139af..000000000000 --- a/audio/openspc/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -PORTNAME= openspc -PORTVERSION= 0.3.1 -PORTREVISION= 11 -CATEGORIES= audio -MASTER_SITES= http://membres.lycos.fr/pixels/ \ - LOCAL/ehaupt -DISTNAME= OpenSPC-${PORTVERSION} - -MAINTAINER= ehaupt@FreeBSD.org -COMMENT= Command-line player for .spc and .zst files -WWW= http://membres.lycos.fr/pixels/OpenSPC.html - -DEPRECATED= Unmaintained upstream. Use audio/libgme or audio/ocp instead. -EXPIRATION_DATE= 2024-12-05 - -ONLY_FOR_ARCHS= i386 # contains x86 asm code - -USES= autoreconf libtool -USE_GCC= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip - -PLIST_FILES= bin/OpenSPClite \ - include/OpenSPC.h \ - lib/libOpenSPC.a \ - lib/libOpenSPC.so \ - lib/libOpenSPC.so.0 \ - lib/libOpenSPC.so.0.3.1 -PORTDOCS= README - -OPTIONS_DEFINE= DOCS - -post-patch: - @${REINPLACE_CMD} '1,/AUDIOFILE/d' ${WRKSRC}/acinclude.m4 - @${REINPLACE_CMD} '/AC_PROG_CC/{p;s/.*/AM_PROG_AS/;}' \ - ${WRKSRC}/configure.in - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/audio/openspc/distinfo b/audio/openspc/distinfo deleted file mode 100644 index 890a3fee42b8..000000000000 --- a/audio/openspc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (OpenSPC-0.3.1.tar.gz) = 408299a06372ac11d932eba7b1416ef08a36ee18365f4b790e5ade6422663ea4 -SIZE (OpenSPC-0.3.1.tar.gz) = 155358 diff --git a/audio/openspc/pkg-descr b/audio/openspc/pkg-descr deleted file mode 100644 index a5d20bde0b15..000000000000 --- a/audio/openspc/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -OpenSPC is an SPC command line player created using a very modified SNEeSe SPC -CPU core. It was written in C (although the SPC core is in Assembly) using -DJGPP.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412052017.4B5KHlE8045307>