diff options
author | anders <anders@FreeBSD.org> | 2002-11-18 12:57:59 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-11-18 12:57:59 +0800 |
commit | 03446cb79a13e3b84d0c8b7c21a5740dc4a7adc1 (patch) | |
tree | 579fa5602129676a5a48dd8dd5b639e368d87bcb | |
parent | 14eefa1d03f1b018e1886e5d2330bd9c21a25141 (diff) | |
download | freebsd-ports-gnome-03446cb79a13e3b84d0c8b7c21a5740dc4a7adc1.tar.gz freebsd-ports-gnome-03446cb79a13e3b84d0c8b7c21a5740dc4a7adc1.tar.zst freebsd-ports-gnome-03446cb79a13e3b84d0c8b7c21a5740dc4a7adc1.zip |
Add resid, a cycle-based SID emulator engine.
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/resid/Makefile | 25 | ||||
-rw-r--r-- | audio/resid/distinfo | 1 | ||||
-rw-r--r-- | audio/resid/pkg-comment | 1 | ||||
-rw-r--r-- | audio/resid/pkg-descr | 8 | ||||
-rw-r--r-- | audio/resid/pkg-plist | 14 |
6 files changed, 50 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 0109a1309523..a5268f841216 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -200,6 +200,7 @@ SUBDIR += rawrec SUBDIR += rebler SUBDIR += replay + SUBDIR += resid SUBDIR += rio SUBDIR += rio500 SUBDIR += rioutil diff --git a/audio/resid/Makefile b/audio/resid/Makefile new file mode 100644 index 000000000000..05e1adb3000b --- /dev/null +++ b/audio/resid/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: resid +# Date created: 6 October 2002 +# Whom: Anders Nordby <anders@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= resid +PORTVERSION= 0.13 +CATEGORIES= audio emulators +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= sidplay2 +DISTNAME= ${PORTNAME}-${PORTVERSION}-p1 +EXTRACT_SUFX= .tgz + +MAINTAINER= ports@FreeBSD.org + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes +CONFIGURE_ARGS+= --enable-shared + +.include <bsd.port.mk> diff --git a/audio/resid/distinfo b/audio/resid/distinfo new file mode 100644 index 000000000000..e42cc512edff --- /dev/null +++ b/audio/resid/distinfo @@ -0,0 +1 @@ +MD5 (resid-0.13-p1.tgz) = 15f54bdb411b0682468a6992170eb87d diff --git a/audio/resid/pkg-comment b/audio/resid/pkg-comment new file mode 100644 index 000000000000..613aa381bb54 --- /dev/null +++ b/audio/resid/pkg-comment @@ -0,0 +1 @@ +Cycle-based SID emulator engine diff --git a/audio/resid/pkg-descr b/audio/resid/pkg-descr new file mode 100644 index 000000000000..3faf2c312cf5 --- /dev/null +++ b/audio/resid/pkg-descr @@ -0,0 +1,8 @@ +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). + +WWW: http://www.geocities.com/SiliconValley/Lakes/5147/resid/ diff --git a/audio/resid/pkg-plist b/audio/resid/pkg-plist new file mode 100644 index 000000000000..e91cf19a1591 --- /dev/null +++ b/audio/resid/pkg-plist @@ -0,0 +1,14 @@ +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.la +lib/libresid.so +lib/libresid.so.2 +@dirrm include/resid |