From cb7669cc6f49e6d143ad4fd6b3ec2e04a4e5d6d7 Mon Sep 17 00:00:00 2001 From: dburr Date: Sun, 26 Jul 1998 08:14:03 +0000 Subject: PR: ports/5504 Submitted by: sec@42.org Import of new port audio/sidplay, a C=64 SID musicfile player and SID chip emulator. --- audio/libsidplay/Makefile | 27 +++++++++++++++++++++++++++ audio/libsidplay/distinfo | 1 + audio/libsidplay/pkg-comment | 1 + audio/libsidplay/pkg-descr | 15 +++++++++++++++ audio/libsidplay/pkg-plist | 15 +++++++++++++++ audio/libsidplay2/Makefile | 27 +++++++++++++++++++++++++++ audio/libsidplay2/distinfo | 1 + audio/libsidplay2/pkg-comment | 1 + audio/libsidplay2/pkg-descr | 15 +++++++++++++++ audio/libsidplay2/pkg-plist | 15 +++++++++++++++ audio/sidplay/Makefile | 27 +++++++++++++++++++++++++++ audio/sidplay/distinfo | 1 + audio/sidplay/pkg-comment | 1 + audio/sidplay/pkg-descr | 15 +++++++++++++++ audio/sidplay/pkg-plist | 15 +++++++++++++++ 15 files changed, 177 insertions(+) create mode 100644 audio/libsidplay/Makefile create mode 100644 audio/libsidplay/distinfo create mode 100644 audio/libsidplay/pkg-comment create mode 100644 audio/libsidplay/pkg-descr create mode 100644 audio/libsidplay/pkg-plist create mode 100644 audio/libsidplay2/Makefile create mode 100644 audio/libsidplay2/distinfo create mode 100644 audio/libsidplay2/pkg-comment create mode 100644 audio/libsidplay2/pkg-descr create mode 100644 audio/libsidplay2/pkg-plist create mode 100644 audio/sidplay/Makefile create mode 100644 audio/sidplay/distinfo create mode 100644 audio/sidplay/pkg-comment create mode 100644 audio/sidplay/pkg-descr create mode 100644 audio/sidplay/pkg-plist diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile new file mode 100644 index 0000000..5d53112 --- /dev/null +++ b/audio/libsidplay/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: sidplay +# Version required: 1.36.10 +# Date created: 31 October 1996 +# Whom: Stefan Zehl +# +# $Id$ +# + +DISTNAME= sidplay-13625 +PKGNAME= sidplay-1.36.25 +CATEGORIES= audio emulators +MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/ +EXTRACT_SUFX= .tgz + +MAINTAINER= sec@42.org + +USE_CONFIGURE= YES +GNU_CONFIGURE= YES + +USE_GMAKE= YES + +WRKSRC= ${WRKDIR}/${PKGNAME} + +post-install: + strip ${PREFIX}/bin/sidplay ${PREFIX}/bin/sid2wav ${PREFIX}/bin/sidcon + +.include diff --git a/audio/libsidplay/distinfo b/audio/libsidplay/distinfo new file mode 100644 index 0000000..1d729d8 --- /dev/null +++ b/audio/libsidplay/distinfo @@ -0,0 +1 @@ +MD5 (sidplay-13625.tgz) = 5a35fb01bbb583d366dd22beaf123200 diff --git a/audio/libsidplay/pkg-comment b/audio/libsidplay/pkg-comment new file mode 100644 index 0000000..83fc036 --- /dev/null +++ b/audio/libsidplay/pkg-comment @@ -0,0 +1 @@ +A Commodore SID-chip emulator that plays SID music files diff --git a/audio/libsidplay/pkg-descr b/audio/libsidplay/pkg-descr new file mode 100644 index 0000000..b68899d --- /dev/null +++ b/audio/libsidplay/pkg-descr @@ -0,0 +1,15 @@ +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 is recommended for better +performance. + +More info can be found on: + diff --git a/audio/libsidplay/pkg-plist b/audio/libsidplay/pkg-plist new file mode 100644 index 0000000..91dc323 --- /dev/null +++ b/audio/libsidplay/pkg-plist @@ -0,0 +1,15 @@ +bin/sidplay +bin/sid2wav +bin/sidcon +include/sidplay/compconf.h +include/sidplay/config.h +include/sidplay/emucfg.h +include/sidplay/fformat.h +include/sidplay/myendian.h +include/sidplay/mytypes.h +include/sidplay/player.h +include/sidplay/sidtune.h +include/sidplay/version.h +include/sidplay/fixpoint.h +@dirrm include/sidplay +lib/libsidplay.a diff --git a/audio/libsidplay2/Makefile b/audio/libsidplay2/Makefile new file mode 100644 index 0000000..5d53112 --- /dev/null +++ b/audio/libsidplay2/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: sidplay +# Version required: 1.36.10 +# Date created: 31 October 1996 +# Whom: Stefan Zehl +# +# $Id$ +# + +DISTNAME= sidplay-13625 +PKGNAME= sidplay-1.36.25 +CATEGORIES= audio emulators +MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/ +EXTRACT_SUFX= .tgz + +MAINTAINER= sec@42.org + +USE_CONFIGURE= YES +GNU_CONFIGURE= YES + +USE_GMAKE= YES + +WRKSRC= ${WRKDIR}/${PKGNAME} + +post-install: + strip ${PREFIX}/bin/sidplay ${PREFIX}/bin/sid2wav ${PREFIX}/bin/sidcon + +.include diff --git a/audio/libsidplay2/distinfo b/audio/libsidplay2/distinfo new file mode 100644 index 0000000..1d729d8 --- /dev/null +++ b/audio/libsidplay2/distinfo @@ -0,0 +1 @@ +MD5 (sidplay-13625.tgz) = 5a35fb01bbb583d366dd22beaf123200 diff --git a/audio/libsidplay2/pkg-comment b/audio/libsidplay2/pkg-comment new file mode 100644 index 0000000..83fc036 --- /dev/null +++ b/audio/libsidplay2/pkg-comment @@ -0,0 +1 @@ +A Commodore SID-chip emulator that plays SID music files diff --git a/audio/libsidplay2/pkg-descr b/audio/libsidplay2/pkg-descr new file mode 100644 index 0000000..b68899d --- /dev/null +++ b/audio/libsidplay2/pkg-descr @@ -0,0 +1,15 @@ +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 is recommended for better +performance. + +More info can be found on: + diff --git a/audio/libsidplay2/pkg-plist b/audio/libsidplay2/pkg-plist new file mode 100644 index 0000000..91dc323 --- /dev/null +++ b/audio/libsidplay2/pkg-plist @@ -0,0 +1,15 @@ +bin/sidplay +bin/sid2wav +bin/sidcon +include/sidplay/compconf.h +include/sidplay/config.h +include/sidplay/emucfg.h +include/sidplay/fformat.h +include/sidplay/myendian.h +include/sidplay/mytypes.h +include/sidplay/player.h +include/sidplay/sidtune.h +include/sidplay/version.h +include/sidplay/fixpoint.h +@dirrm include/sidplay +lib/libsidplay.a diff --git a/audio/sidplay/Makefile b/audio/sidplay/Makefile new file mode 100644 index 0000000..5d53112 --- /dev/null +++ b/audio/sidplay/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: sidplay +# Version required: 1.36.10 +# Date created: 31 October 1996 +# Whom: Stefan Zehl +# +# $Id$ +# + +DISTNAME= sidplay-13625 +PKGNAME= sidplay-1.36.25 +CATEGORIES= audio emulators +MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/ +EXTRACT_SUFX= .tgz + +MAINTAINER= sec@42.org + +USE_CONFIGURE= YES +GNU_CONFIGURE= YES + +USE_GMAKE= YES + +WRKSRC= ${WRKDIR}/${PKGNAME} + +post-install: + strip ${PREFIX}/bin/sidplay ${PREFIX}/bin/sid2wav ${PREFIX}/bin/sidcon + +.include diff --git a/audio/sidplay/distinfo b/audio/sidplay/distinfo new file mode 100644 index 0000000..1d729d8 --- /dev/null +++ b/audio/sidplay/distinfo @@ -0,0 +1 @@ +MD5 (sidplay-13625.tgz) = 5a35fb01bbb583d366dd22beaf123200 diff --git a/audio/sidplay/pkg-comment b/audio/sidplay/pkg-comment new file mode 100644 index 0000000..83fc036 --- /dev/null +++ b/audio/sidplay/pkg-comment @@ -0,0 +1 @@ +A Commodore SID-chip emulator that plays SID music files diff --git a/audio/sidplay/pkg-descr b/audio/sidplay/pkg-descr new file mode 100644 index 0000000..b68899d --- /dev/null +++ b/audio/sidplay/pkg-descr @@ -0,0 +1,15 @@ +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 is recommended for better +performance. + +More info can be found on: + diff --git a/audio/sidplay/pkg-plist b/audio/sidplay/pkg-plist new file mode 100644 index 0000000..91dc323 --- /dev/null +++ b/audio/sidplay/pkg-plist @@ -0,0 +1,15 @@ +bin/sidplay +bin/sid2wav +bin/sidcon +include/sidplay/compconf.h +include/sidplay/config.h +include/sidplay/emucfg.h +include/sidplay/fformat.h +include/sidplay/myendian.h +include/sidplay/mytypes.h +include/sidplay/player.h +include/sidplay/sidtune.h +include/sidplay/version.h +include/sidplay/fixpoint.h +@dirrm include/sidplay +lib/libsidplay.a -- cgit v1.1