summaryrefslogtreecommitdiff
path: root/archivers/macutil
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>1998-03-13 22:15:23 +0000
committermycroft <mycroft@pkgsrc.org>1998-03-13 22:15:23 +0000
commit9bc3ca60b57f9ccfc13687fb85b6803d3ac8f439 (patch)
treed8395f1db336629f1001d489537aacfa829962db /archivers/macutil
parent76b5a1d2910ffc6cf8729389af7341c319a16f3f (diff)
downloadpkgsrc-9bc3ca60b57f9ccfc13687fb85b6803d3ac8f439.tar.gz
macutil, for converting Mac archives, etc.
Diffstat (limited to 'archivers/macutil')
-rw-r--r--archivers/macutil/Makefile39
-rw-r--r--archivers/macutil/files/md51
-rw-r--r--archivers/macutil/patches/patch-aa11
-rw-r--r--archivers/macutil/pkg/COMMENT1
-rw-r--r--archivers/macutil/pkg/DESCR2
-rw-r--r--archivers/macutil/pkg/PLIST16
6 files changed, 70 insertions, 0 deletions
diff --git a/archivers/macutil/Makefile b/archivers/macutil/Makefile
new file mode 100644
index 00000000000..4ce644eae83
--- /dev/null
+++ b/archivers/macutil/Makefile
@@ -0,0 +1,39 @@
+# Makefile for: macutil
+# Version required: 2.0b3
+# Date created: 13 March 1998
+# Whom: mycroft
+#
+# $NetBSD: Makefile,v 1.1 1998/03/13 22:15:23 mycroft Exp $
+
+DISTNAME= macutil
+PKGNAME= macutil-2.0b3
+CATEGORIES= archivers
+MASTER_SITES= ftp://ftp.cwi.nl/pub/dik/
+DISTFILES= macutil2.0b3.shar.Z
+MAKEFILE= makefile
+
+MAINTAINER= mycroft@NetBSD.ORG
+
+do-extract:
+ @${RM} -rf ${WRKDIR}
+ @${MKDIR} ${WRKDIR}
+ cd ${WRKDIR} && gunzip <${_DISTDIR}/${DISTFILES} | sh
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/macunpack/macunpack \
+ ${WRKSRC}/hexbin/hexbin \
+ ${WRKSRC}/mixed/macsave \
+ ${WRKSRC}/mixed/macstream \
+ ${WRKSRC}/binhex/binhex \
+ ${WRKSRC}/comm/tomac \
+ ${WRKSRC}/comm/frommac ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/man/macunpack.1 \
+ ${WRKSRC}/man/hexbin.1 \
+ ${WRKSRC}/man/macsave.1 \
+ ${WRKSRC}/man/macstream.1 \
+ ${WRKSRC}/man/binhex.1 \
+ ${WRKSRC}/man/tomac.1 \
+ ${WRKSRC}/man/frommac.1 \
+ ${WRKSRC}/man/macutil.1 ${PREFIX}/man/man1
+
+.include <bsd.port.mk>
diff --git a/archivers/macutil/files/md5 b/archivers/macutil/files/md5
new file mode 100644
index 00000000000..6c67d7ffd05
--- /dev/null
+++ b/archivers/macutil/files/md5
@@ -0,0 +1 @@
+MD5 (macutil2.0b3.shar.Z) = 2994c01ce0cf86ef6e76e0d88b6c0f3f
diff --git a/archivers/macutil/patches/patch-aa b/archivers/macutil/patches/patch-aa
new file mode 100644
index 00000000000..c0d99c99877
--- /dev/null
+++ b/archivers/macutil/patches/patch-aa
@@ -0,0 +1,11 @@
+--- makefile.orig Fri Mar 13 16:25:04 1998
++++ makefile Fri Mar 13 16:44:21 1998
+@@ -27,7 +27,7 @@
+ # -DDEBUG might trigger some debugging output in some program, do not
+ # use it unless you know where that output goes!
+ #
+-CF = -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DNODOT -DAPPLEDOUBLE -DDEBUG
++CF = -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS
+
+ all:
+ (cd crc; make CF='$(CF)')
diff --git a/archivers/macutil/pkg/COMMENT b/archivers/macutil/pkg/COMMENT
new file mode 100644
index 00000000000..6244f0f9419
--- /dev/null
+++ b/archivers/macutil/pkg/COMMENT
@@ -0,0 +1 @@
+Create & extract Mac archive files
diff --git a/archivers/macutil/pkg/DESCR b/archivers/macutil/pkg/DESCR
new file mode 100644
index 00000000000..5825af434e9
--- /dev/null
+++ b/archivers/macutil/pkg/DESCR
@@ -0,0 +1,2 @@
+macutil is a package that contains a number of utilities that deal with
+MacIntosh files on a Unix system.
diff --git a/archivers/macutil/pkg/PLIST b/archivers/macutil/pkg/PLIST
new file mode 100644
index 00000000000..e2eff4a8e13
--- /dev/null
+++ b/archivers/macutil/pkg/PLIST
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1 1998/03/13 22:15:24 mycroft Exp $
+bin/macunpack
+bin/hexbin
+bin/macsave
+bin/macstream
+bin/binhex
+bin/tomac
+bin/frommac
+man/man1/macunpack.1
+man/man1/hexbin.1
+man/man1/macsave.1
+man/man1/macstream.1
+man/man1/binhex.1
+man/man1/tomac.1
+man/man1/frommac.1
+man/man1/macutil.1