summaryrefslogtreecommitdiffstats
path: root/audio/resid
diff options
context:
space:
mode:
authoranders <anders@FreeBSD.org>2002-11-18 04:57:59 +0000
committeranders <anders@FreeBSD.org>2002-11-18 04:57:59 +0000
commit03446cb79a13e3b84d0c8b7c21a5740dc4a7adc1 (patch)
tree579fa5602129676a5a48dd8dd5b639e368d87bcb /audio/resid
parent14eefa1d03f1b018e1886e5d2330bd9c21a25141 (diff)
downloadFreeBSD-ports-03446cb79a13e3b84d0c8b7c21a5740dc4a7adc1.zip
FreeBSD-ports-03446cb79a13e3b84d0c8b7c21a5740dc4a7adc1.tar.gz
Add resid, a cycle-based SID emulator engine.
Diffstat (limited to 'audio/resid')
-rw-r--r--audio/resid/Makefile25
-rw-r--r--audio/resid/distinfo1
-rw-r--r--audio/resid/pkg-comment1
-rw-r--r--audio/resid/pkg-descr8
-rw-r--r--audio/resid/pkg-plist14
5 files changed, 49 insertions, 0 deletions
diff --git a/audio/resid/Makefile b/audio/resid/Makefile
new file mode 100644
index 0000000..05e1adb
--- /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 0000000..e42cc51
--- /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 0000000..613aa38
--- /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 0000000..3faf2c3
--- /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 0000000..e91cf19
--- /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
OpenPOWER on IntegriCloud