aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-10-12 06:32:22 +0800
committerpav <pav@FreeBSD.org>2004-10-12 06:32:22 +0800
commit1cc39f428d36f9a56c94eda3bc0e0e338f609a6c (patch)
treea3c84355296c8ef03b135106b30fe29e1f2be4d7
parent30fa288a23123ea2b749d25489c51765e6051296 (diff)
downloadfreebsd-ports-gnome-1cc39f428d36f9a56c94eda3bc0e0e338f609a6c.tar.gz
freebsd-ports-gnome-1cc39f428d36f9a56c94eda3bc0e0e338f609a6c.tar.zst
freebsd-ports-gnome-1cc39f428d36f9a56c94eda3bc0e0e338f609a6c.zip
- Update to 2.0
PR: ports/72192 Submitted by: Klaus Michael Indlekofer <M.Indlekofer@fz-juelich.de> (maintainer)
-rw-r--r--converters/cmios9/Makefile17
-rw-r--r--converters/cmios9/distinfo4
-rw-r--r--converters/cmios9/files/patch-Makefile11
-rw-r--r--converters/cmios9/pkg-descr17
4 files changed, 24 insertions, 25 deletions
diff --git a/converters/cmios9/Makefile b/converters/cmios9/Makefile
index 3133299304bd..b37e895d412e 100644
--- a/converters/cmios9/Makefile
+++ b/converters/cmios9/Makefile
@@ -5,15 +5,16 @@
# $FreeBSD$
#
-PORTNAME= cmios9
-PORTVERSION= 1.6
-CATEGORIES= converters
-MASTER_SITES= http://www.spies.com/~kmi/
+PORTNAME= cmios9
+PORTVERSION= 2.0
+CATEGORIES= converters
+MASTER_SITES= http://www.spies.com/~kmi/
+
+MAINTAINER= M.Indlekofer@gmx.de
+COMMENT= Ftp-like access to Fairlight image files and devices
+
+MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}"
-MAINTAINER= M.Indlekofer@gmx.de
-COMMENT= Ftp-like access to Fairlight OS9/MDR-DOS devices and image files
PLIST_FILES= bin/cmios9
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>
diff --git a/converters/cmios9/distinfo b/converters/cmios9/distinfo
index 1f0e4eecca03..370cd35b76b6 100644
--- a/converters/cmios9/distinfo
+++ b/converters/cmios9/distinfo
@@ -1,2 +1,2 @@
-MD5 (cmios9-1.6.tar.gz) = a8564fb7fcf88a697b11476d7d169fc9
-SIZE (cmios9-1.6.tar.gz) = 26609
+MD5 (cmios9-2.0.tar.gz) = 4d7e9f23d99bc6b6475344754f4d57dd
+SIZE (cmios9-2.0.tar.gz) = 68153
diff --git a/converters/cmios9/files/patch-Makefile b/converters/cmios9/files/patch-Makefile
deleted file mode 100644
index 28a1b66f5583..000000000000
--- a/converters/cmios9/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.org Thu Jul 24 22:30:02 2003
-+++ Makefile Wed Jul 30 01:04:48 2003
-@@ -5,7 +5,7 @@
- all: cmios9
-
- cmios9: cmios9.c
-- $(CC) -O3 -o $@ cmios9.c
-+ $(CC) $(CFLAGS) -o $@ cmios9.c
-
-
- clean:
diff --git a/converters/cmios9/pkg-descr b/converters/cmios9/pkg-descr
index 123fdb89d56c..c6fb063d06ba 100644
--- a/converters/cmios9/pkg-descr
+++ b/converters/cmios9/pkg-descr
@@ -1,7 +1,16 @@
-This is a port of cmios9, which provides ftp-like access to SCSI devices and
-image files from Fairlight CMI Series III, MFX1, and MFX2 machines.
-These samplers/harddisk recorders use the Fairlight OS9 and MDR-DOS filesystems
-.
+This is a port of cmios9, which provides ftp-like access to
+Fairlight OS9 + MDR-DOS + QDOS floppy/hard disk image files and devices.
+
+Fairlight system Filesystem(s) Machine type
+---------------------------------------------------------------------------
+CMI Series I QDOS Sampler
+CMI Series II QDOS Sampler
+CMI Series IIx QDOS Sampler
+CMI Series III OS9 Sampler
+MFX1 OS9 Sampler + Hard disk recorder
+MFX2 OS9 + MDR-DOS Sampler + Hard disk recorder
+---------------------------------------------------------------------------
+
- Klaus Michael Indlekofer
M.Indlekofer@gmx.de