ftp-like access to Fairlight OS9/MDR-DOS devices and image files

PR:		54813
Submitted by:	M.Indlekofer@gmx.de <M.Indlekofer@fz-juelich.de>
This commit is contained in:
Maho Nakata 2003-07-29 16:17:06 +00:00
parent 3237253344
commit ff700cf229
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85866
6 changed files with 39 additions and 0 deletions

View file

@ -5,6 +5,7 @@
SUBDIR += base64
SUBDIR += btoa
SUBDIR += chmview
SUBDIR += cmios9
SUBDIR += cn2jp
SUBDIR += dosunix
SUBDIR += dumpasn1

View file

@ -0,0 +1,18 @@
# New ports collection makefile for: cmios9
# Date created: 7 June 2003
# Whom: M.Indlekofer@gmx.de
#
# $FreeBSD$
#
PORTNAME= cmios9
PORTVERSION= 1.6
CATEGORIES= converters
MASTER_SITES= http://www.spies.com/~kmi/
MAINTAINER= M.Indlekofer@gmx.de
COMMENT= Ftp-like access to Fairlight OS9/MDR-DOS devices and image files
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (cmios9-1.6.tar.gz) = a8564fb7fcf88a697b11476d7d169fc9

View file

@ -0,0 +1,11 @@
--- 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:

View file

@ -0,0 +1,7 @@
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
.
- Klaus Michael Indlekofer
M.Indlekofer@gmx.de

View file

@ -0,0 +1 @@
bin/cmios9