git: 6d8ba74c97f2 - main - audio/sidplay: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sun, 04 Aug 2024 12:46:33 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6d8ba74c97f2aeb94922918e92349d05075bd170

commit 6d8ba74c97f2aeb94922918e92349d05075bd170
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-08-04 12:46:26 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-08-04 12:46:26 +0000

    audio/sidplay: Remove expired port
    
    2024-07-31 audio/sidplay: Abandonware and superseded by audio/sidplayfp
---
 MOVED                                          |  1 +
 audio/Makefile                                 |  1 -
 audio/sidplay/Makefile                         | 25 --------------------
 audio/sidplay/distinfo                         |  2 --
 audio/sidplay/files/patch-audio_oss_audiodrv.h | 13 -----------
 audio/sidplay/files/patch-configure            | 11 ---------
 audio/sidplay/files/patch-sid2wav.cpp          | 32 --------------------------
 audio/sidplay/files/patch-sidcon.cpp           | 23 ------------------
 audio/sidplay/files/patch-sidplay.cpp          | 28 ----------------------
 audio/sidplay/pkg-descr                        | 12 ----------
 10 files changed, 1 insertion(+), 147 deletions(-)

diff --git a/MOVED b/MOVED
index 66ecde673306..49c676c02118 100644
--- a/MOVED
+++ b/MOVED
@@ -3416,3 +3416,4 @@ audio/optimfrog-sse2||2024-08-04|Has expired: Obsolete format that never gained
 audio/cam||2024-08-04|Has expired: Abandonware and obsolete, consider using audio/mixertui
 audio/epos-devel||2024-08-04|Has expired: Abandonware, last release in 2006 and upstream is dead
 audio/sidplay2|audio/sidplayfp|2024-08-04|Has expired: Abandonware and superseded by audio/sidplayfp
+audio/sidplay|audio/sidplayfp|2024-08-04|Has expired: Abandonware and superseded by audio/sidplayfp
diff --git a/audio/Makefile b/audio/Makefile
index b71a825faf13..c5a7ac44aa5a 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -739,7 +739,6 @@
     SUBDIR += shntool
     SUBDIR += shortwave
     SUBDIR += shuriken
-    SUBDIR += sidplay
     SUBDIR += sidplayer
     SUBDIR += sidplayfp
     SUBDIR += simplemod
diff --git a/audio/sidplay/Makefile b/audio/sidplay/Makefile
deleted file mode 100644
index d7b0e1b518ae..000000000000
--- a/audio/sidplay/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-PORTNAME=	sidplay
-PORTVERSION=	1.0.9
-DISTVERSIONPREFIX=	base-
-CATEGORIES=	audio emulators
-MASTER_SITES=	http://bsd-geek.de/FreeBSD/distfiles/ \
-		http://www.sourcefiles.org/Multimedia/Module_Players/
-EXTRACT_SUFX=	.tgz
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Commodore SID-chip emulator that plays SID music files
-
-LICENSE=	GPLv2+
-
-BROKEN=		Unfetchable
-DEPRECATED=	Abandonware and superseded by audio/sidplayfp
-EXPIRATION_DATE=2024-07-31
-
-LIB_DEPENDS=	libsidplay.so:audio/libsidplay
-
-GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-sidplay-includes=${LOCALBASE}/include \
-		--with-sidplay-library=${LOCALBASE}/lib
-PLIST_FILES=	bin/sid2wav bin/sidcon bin/sidplay
-
-.include <bsd.port.mk>
diff --git a/audio/sidplay/distinfo b/audio/sidplay/distinfo
deleted file mode 100644
index 068b9049b6ae..000000000000
--- a/audio/sidplay/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (sidplay-base-1.0.9.tgz) = 2d0e4966d28525b6c6e644b53f9366e9431cdb5ea62e5dbda5a30004977d2055
-SIZE (sidplay-base-1.0.9.tgz) = 71969
diff --git a/audio/sidplay/files/patch-audio_oss_audiodrv.h b/audio/sidplay/files/patch-audio_oss_audiodrv.h
deleted file mode 100644
index 1e03d9016738..000000000000
--- a/audio/sidplay/files/patch-audio_oss_audiodrv.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- audio/oss/audiodrv.h.orig	2002-09-28 18:43:38 UTC
-+++ audio/oss/audiodrv.h
-@@ -16,8 +16,8 @@
- 
- #if defined(HAVE_LINUX) && defined(HAVE_LINUX_SOUNDCARD_H)
-   #include <linux/soundcard.h>
--#elif defined(HAVE_FREEBSD) && defined(HAVE_MACHINE_SOUNDCARD_H)
--  #include <machine/soundcard.h>
-+#elif defined(HAVE_FREEBSD) && defined(HAVE_SYS_SOUNDCARD_H)
-+  #include <sys/soundcard.h>
- #elif defined(HAVE_OPENBSD) && defined(HAVE_SOUNDCARD_H)
-   #include <soundcard.h>
- #elif defined(HAVE_NETBSD) && defined(HAVE_SOUNDCARD_H)
diff --git a/audio/sidplay/files/patch-configure b/audio/sidplay/files/patch-configure
deleted file mode 100644
index 362aabdfa5e8..000000000000
--- a/audio/sidplay/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig	2002-09-28 18:44:14 UTC
-+++ configure
-@@ -1414,7 +1414,7 @@ else
- fi
- done
- 
--for ac_hdr in sys/ioctl.h linux/soundcard.h machine/soundcard.h  \
-+for ac_hdr in sys/ioctl.h linux/soundcard.h sys/soundcard.h  \
-   soundcard.h sys/audio.h sun/audioio.h sun/dbriio.h sys/audioio.h  \
-   audio.h dmedia/audio.h
- do
diff --git a/audio/sidplay/files/patch-sid2wav.cpp b/audio/sidplay/files/patch-sid2wav.cpp
deleted file mode 100644
index e0af40315c11..000000000000
--- a/audio/sidplay/files/patch-sid2wav.cpp
+++ /dev/null
@@ -1,32 +0,0 @@
---- sid2wav.cpp.orig	2002-03-11 10:42:10 UTC
-+++ sid2wav.cpp
-@@ -18,9 +18,9 @@
- //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- //
- 
--#include <iostream.h>
--#include <iomanip.h>
--#include <fstream.h>
-+#include <iostream>
-+#include <iomanip>
-+#include <fstream>
- #include <string.h>
- 
- #include <stdlib.h>
-@@ -39,6 +39,16 @@
- #include <sidplay/fformat.h>
- #include <sidplay/myendian.h>
- 
-+using std::cerr;
-+using std::cout;
-+using std::endl;
-+using std::dec;
-+using std::flush;
-+using std::hex;
-+using std::ios;
-+using std::setfill;
-+using std::setw;
-+
- const char s2w_version[] = "1.8";
- 
- struct wav_hdr                  // little endian
diff --git a/audio/sidplay/files/patch-sidcon.cpp b/audio/sidplay/files/patch-sidcon.cpp
deleted file mode 100644
index 75d591bfd033..000000000000
--- a/audio/sidplay/files/patch-sidcon.cpp
+++ /dev/null
@@ -1,23 +0,0 @@
---- sidcon.cpp.orig	2002-02-19 19:48:37 UTC
-+++ sidcon.cpp
-@@ -25,12 +25,18 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
--#include <iostream.h>
--#include <iomanip.h>
-+#include <iostream>
-+#include <iomanip>
- 
- #include <sidplay/sidtune.h>
- #include <sidplay/fformat.h>
- 
-+using std::cerr;
-+using std::cin;
-+using std::cout;
-+using std::endl;
-+using std::flush;
-+
- static bool toPSID = true,
-     toSIDPLAY = false,
-     checkOnly = false,
diff --git a/audio/sidplay/files/patch-sidplay.cpp b/audio/sidplay/files/patch-sidplay.cpp
deleted file mode 100644
index 89e3b05a8266..000000000000
--- a/audio/sidplay/files/patch-sidplay.cpp
+++ /dev/null
@@ -1,28 +0,0 @@
---- sidplay.cpp.orig	2002-09-28 18:44:02 UTC
-+++ sidplay.cpp
-@@ -18,8 +18,8 @@
- //
- 
- #include <ctype.h>
--#include <iomanip.h>
--#include <fstream.h>
-+#include <iomanip>
-+#include <iostream>
- #include <signal.h>
- #include <stdlib.h>
- #include <string.h>
-@@ -41,6 +41,14 @@
- #define DISALLOW_STEREO_SOUND
- #endif
- 
-+using std::cerr;
-+using std::cout;
-+using std::dec;
-+using std::endl;
-+using std::hex;
-+using std::setfill;
-+using std::setw;
-+
- // Error and status message numbers.
- enum
- {
diff --git a/audio/sidplay/pkg-descr b/audio/sidplay/pkg-descr
deleted file mode 100644
index fe4d5ff5c721..000000000000
--- a/audio/sidplay/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-Basically, SIDPLAY is just an ordinary music player software. More
-specifically, it emulates the Sound Interface Device chip (MOS 6581,
-known as SID) and the Micro Processor Unit (MOS 6510) of the
-Commodore 64 on your computer. Its platform-independent software
-emulates hardware components. Therefore it is able to load and execute
-C64 machine code programs which produce music or sound. In general,
-these are independent fragments of code and data which have been
-ripped from games and demonstration programs and were transferred
-directly from the C64. All you need is a supported operating system and
-audio hardware with average PCM waveform playback capabilities. A
-fast CPU and a 16-bit sound card are recommended for better
-performance.