From 366d6eb58a547df279c92b0164845583b53af141 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 6 Jan 2004 08:12:11 +0000 Subject: Add converters/asr10; provides access to Ensoniq EPS/EPS+/ASR devices and image files. PR: ports/57789 Submitted by: Klaus Michael Indlekofer --- converters/asr10/Makefile | 21 +++++++++++++++++++++ converters/asr10/distinfo | 1 + converters/asr10/pkg-descr | 11 +++++++++++ converters/asr10/pkg-plist | 3 +++ 4 files changed, 36 insertions(+) create mode 100644 converters/asr10/Makefile create mode 100644 converters/asr10/distinfo create mode 100644 converters/asr10/pkg-descr create mode 100644 converters/asr10/pkg-plist (limited to 'converters/asr10') 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 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 -- cgit v1.2.3