mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
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:
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
|
@ -5,6 +5,7 @@
|
|||
SUBDIR += base64
|
||||
SUBDIR += btoa
|
||||
SUBDIR += chmview
|
||||
SUBDIR += cmios9
|
||||
SUBDIR += cn2jp
|
||||
SUBDIR += dosunix
|
||||
SUBDIR += dumpasn1
|
||||
|
|
18
converters/cmios9/Makefile
Normal file
18
converters/cmios9/Makefile
Normal 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>
|
1
converters/cmios9/distinfo
Normal file
1
converters/cmios9/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (cmios9-1.6.tar.gz) = a8564fb7fcf88a697b11476d7d169fc9
|
11
converters/cmios9/files/patch-Makefile
Normal file
11
converters/cmios9/files/patch-Makefile
Normal 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:
|
7
converters/cmios9/pkg-descr
Normal file
7
converters/cmios9/pkg-descr
Normal 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
|
1
converters/cmios9/pkg-plist
Normal file
1
converters/cmios9/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/cmios9
|
Loading…
Add table
Reference in a new issue