summaryrefslogtreecommitdiffstats
path: root/sysutils/dc42wrap
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2003-12-30 15:16:51 +0000
committerpav <pav@FreeBSD.org>2003-12-30 15:16:51 +0000
commit239376d4b8794a12d55d38f4cf247ed46374919a (patch)
tree7560f7be779b5432503e1172444bb182afff289f /sysutils/dc42wrap
parentc419f94617e098596c250297a62b6acfe38318d8 (diff)
downloadFreeBSD-ports-239376d4b8794a12d55d38f4cf247ed46374919a.zip
FreeBSD-ports-239376d4b8794a12d55d38f4cf247ed46374919a.tar.gz
Add dc42wrap, an Apple Disc Copy wrapper for floppy disc images.
PR: ports/58343 Submitted by: Eric P. Scott <eps+psub0306@ana.com>
Diffstat (limited to 'sysutils/dc42wrap')
-rw-r--r--sysutils/dc42wrap/Makefile20
-rw-r--r--sysutils/dc42wrap/distinfo1
-rw-r--r--sysutils/dc42wrap/pkg-descr26
-rw-r--r--sysutils/dc42wrap/pkg-plist1
4 files changed, 48 insertions, 0 deletions
diff --git a/sysutils/dc42wrap/Makefile b/sysutils/dc42wrap/Makefile
new file mode 100644
index 0000000..52df784
--- /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 0000000..71535e8
--- /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 0000000..0d879e9
--- /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 0000000..edd31ba
--- /dev/null
+++ b/sysutils/dc42wrap/pkg-plist
@@ -0,0 +1 @@
+bin/dc42wrap
OpenPOWER on IntegriCloud