diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-30 15:16:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-30 15:16:51 +0000 |
commit | 2d1e21b401b852c47be85e1dfec1e681621d8baf (patch) | |
tree | 2f0b065820335c14c0cf7687c286a3e173481fa3 /sysutils | |
parent | 477af4edf47de63347618d24d6c2bc54015f827c (diff) | |
download | ports-2d1e21b401b852c47be85e1dfec1e681621d8baf.tar.gz ports-2d1e21b401b852c47be85e1dfec1e681621d8baf.zip |
Add dc42wrap, an Apple Disc Copy wrapper for floppy disc images.
PR: ports/58343
Submitted by: Eric P. Scott <eps+psub0306@ana.com>
Notes
Notes:
svn path=/head/; revision=96957
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/dc42wrap/Makefile | 20 | ||||
-rw-r--r-- | sysutils/dc42wrap/distinfo | 1 | ||||
-rw-r--r-- | sysutils/dc42wrap/pkg-descr | 26 | ||||
-rw-r--r-- | sysutils/dc42wrap/pkg-plist | 1 |
5 files changed, 49 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index b7ca18a8e936..f896cbd3582b 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -70,6 +70,7 @@ SUBDIR += cvsweb-converters SUBDIR += daemontools SUBDIR += daemontools53 + SUBDIR += dc42wrap SUBDIR += deleted SUBDIR += detach SUBDIR += di diff --git a/sysutils/dc42wrap/Makefile b/sysutils/dc42wrap/Makefile new file mode 100644 index 000000000000..52df7849e4b2 --- /dev/null +++ b/sysutils/dc42wrap/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: dc42wrap +# Date created: 28 June 2003 +# Whom: Eric P. Scott <eps+dc42wrap@ana.com> +# +# $FreeBSD$ +# + +PORTNAME= dc42wrap +PORTVERSION= 0.4.2 +CATEGORIES= sysutils +MASTER_SITES= http://tools.ana.com/utils/ + +MAINTAINER= ports@FreeBSD.org +COMMENT= Wrap a \"raw\" floppy image as an Apple DiskCopy 4.2 file + +MAKEFILE= Makefile,freebsd +MAKE_ENV= BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX} NOMANCOMPRESS=yes +MAN1= dc42wrap.1 + +.include <bsd.port.mk> diff --git a/sysutils/dc42wrap/distinfo b/sysutils/dc42wrap/distinfo new file mode 100644 index 000000000000..71535e88b318 --- /dev/null +++ b/sysutils/dc42wrap/distinfo @@ -0,0 +1 @@ +MD5 (dc42wrap-0.4.2.tar.gz) = fff03c501e6d21a2f5e84563757046b2 diff --git a/sysutils/dc42wrap/pkg-descr b/sysutils/dc42wrap/pkg-descr new file mode 100644 index 000000000000..0d879e914f5b --- /dev/null +++ b/sysutils/dc42wrap/pkg-descr @@ -0,0 +1,26 @@ +dc42wrap was created several years ago to produce open-source +operating system boot floppies for a PC that couldn't boot from +CD-ROM, in an environment where the only physically accessible +machines with floppy disk drives were Apple Macintoshes. + +"raw" disk image -> FTP -> dc42wrap +FTP -> [Macintosh OS 7/8/9] -> physical floppy + +When Apple stopped including floppy drives in their hardware, +this software fell into disuse ... until someone needed to copy +the contents of an ancient pile of HFS-formatted floppies onto a +floppy drive-less Macintosh running OS X, and the only physically +accessible machines with floppy disk drives were PCs running an +open-source operating system. + +Even though Apple now uses NDIF as their preferred disk image +format, modern software still understands DiskCopy 4.2 files ... +and OS X will happily mount those old HFS images on the desktop. + +physical floppy -> dd -> dc42wrap +SSH -> [Macintosh OS X] -> mounted filesystem + +WWW: http://tools.ana.com/utils/ + +--Eric +eps+dc42wrap@ana.com diff --git a/sysutils/dc42wrap/pkg-plist b/sysutils/dc42wrap/pkg-plist new file mode 100644 index 000000000000..edd31baa82d7 --- /dev/null +++ b/sysutils/dc42wrap/pkg-plist @@ -0,0 +1 @@ +bin/dc42wrap |