aboutsummaryrefslogtreecommitdiff
path: root/converters/asr10
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-01-06 08:12:11 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-01-06 08:12:11 +0000
commit366d6eb58a547df279c92b0164845583b53af141 (patch)
tree943e0348804c7dc0fa568afec6fe8592ef453f26 /converters/asr10
parent3e85610d6f4fcd077f457d5dac1a709ce74204c2 (diff)
downloadports-366d6eb58a547df279c92b0164845583b53af141.tar.gz
ports-366d6eb58a547df279c92b0164845583b53af141.zip
Add converters/asr10; provides access to Ensoniq EPS/EPS+/ASR devices
and image files. PR: ports/57789 Submitted by: Klaus Michael Indlekofer <M.Indlekofer@gmx.de>
Notes
Notes: svn path=/head/; revision=97447
Diffstat (limited to 'converters/asr10')
-rw-r--r--converters/asr10/Makefile21
-rw-r--r--converters/asr10/distinfo1
-rw-r--r--converters/asr10/pkg-descr11
-rw-r--r--converters/asr10/pkg-plist3
4 files changed, 36 insertions, 0 deletions
diff --git a/converters/asr10/Makefile b/converters/asr10/Makefile
new file mode 100644
index 000000000000..b8e00f57cb15
--- /dev/null
+++ b/converters/asr10/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: asr10
+# Date created: 7 October 2003
+# Whom: M.Indlekofer@gmx.de
+#
+# $FreeBSD$
+#
+
+PORTNAME= asr10
+PORTVERSION= 1.0
+CATEGORIES= converters
+MASTER_SITES= http://www.spies.com/~kmi/
+
+MAINTAINER= M.Indlekofer@gmx.de
+COMMENT= Access to Ensoniq EPS/EPS+/ASR devices and image files
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/wav2asr ${PREFIX}/bin/
+ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.template ${PREFIX}/libdata/
+
+.include <bsd.port.mk>
diff --git a/converters/asr10/distinfo b/converters/asr10/distinfo
new file mode 100644
index 000000000000..0d08cc67c552
--- /dev/null
+++ b/converters/asr10/distinfo
@@ -0,0 +1 @@
+MD5 (asr10-1.0.tar.gz) = 9466d8b618351851f457d954fcdd5081
diff --git a/converters/asr10/pkg-descr b/converters/asr10/pkg-descr
new file mode 100644
index 000000000000..f0753ded8807
--- /dev/null
+++ b/converters/asr10/pkg-descr
@@ -0,0 +1,11 @@
+This is a port of asr10, which provides access to SCSI devices,
+floppies and image files from Ensoniq EPS/EPS+/ASR samplers.
+
+Includes:
+asr10: for ftp-like access to drives and image files,
+wav2asr: for a conversion of WAV-files to asr-inst-files.
+
+- Klaus Michael Indlekofer
+M.Indlekofer@gmx.de
+
+WWW: http://www.spies.com/~kmi/
diff --git a/converters/asr10/pkg-plist b/converters/asr10/pkg-plist
new file mode 100644
index 000000000000..66aae4c033e4
--- /dev/null
+++ b/converters/asr10/pkg-plist
@@ -0,0 +1,3 @@
+bin/asr10
+bin/wav2asr
+libdata/asr10.template