summaryrefslogtreecommitdiff
path: root/archivers/xbin
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-06-05 12:36:07 +0000
committerrh <rh@pkgsrc.org>2000-06-05 12:36:07 +0000
commitc121a0b9af782a4f65f3a9970e62cc32dd1f5adc (patch)
tree29059dbd9ec8a703c582ceb1aaa080370f62f74a /archivers/xbin
parent8ff276b01fd4d021ad0b1cb7e0e9d9a9ab3d38c6 (diff)
downloadpkgsrc-c121a0b9af782a4f65f3a9970e62cc32dd1f5adc.tar.gz
Initial import of xbin-2.3, a utility to convert mailable BinHex format
into binary
Diffstat (limited to 'archivers/xbin')
-rw-r--r--archivers/xbin/Makefile29
-rw-r--r--archivers/xbin/files/md54
-rw-r--r--archivers/xbin/pkg/COMMENT1
-rw-r--r--archivers/xbin/pkg/DESCR7
-rw-r--r--archivers/xbin/pkg/PLIST3
5 files changed, 44 insertions, 0 deletions
diff --git a/archivers/xbin/Makefile b/archivers/xbin/Makefile
new file mode 100644
index 00000000000..e239ef9563e
--- /dev/null
+++ b/archivers/xbin/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/06/05 12:36:07 rh Exp $
+#
+
+DISTNAME= ${PRGNAME}unix
+PKGNAME= ${PRGNAME}-2.3
+NO_WRKSUBDIR= YES
+CATEGORIES= archivers
+MASTER_SITES= ftp://sunsite.unc.edu/pub/packages/TeX/tools/xbin/
+DISTFILES= ${DISTNAME}.c ${PRGNAME}.man
+
+MAINTAINER= rh@netbsd.org
+
+PRGNAME= xbin
+
+do-extract:
+ ${MKDIR} ${WRKSRC}
+.for file in ${DISTFILES}
+ ${CP} ${DISTDIR}/${file} ${WRKSRC}
+.endfor
+
+do-build:
+ cd ${WRKSRC} && \
+ ${CC} ${CFLAGS} -DBSD -o ${PRGNAME} ${DISTNAME}.c -lcompat
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PRGNAME} ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${PRGNAME}.man ${PREFIX}/man/cat1/${PRGNAME}.0
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/archivers/xbin/files/md5 b/archivers/xbin/files/md5
new file mode 100644
index 00000000000..12da42eeabf
--- /dev/null
+++ b/archivers/xbin/files/md5
@@ -0,0 +1,4 @@
+$NetBSD: md5,v 1.1.1.1 2000/06/05 12:36:09 rh Exp $
+
+MD5 (xbinunix.c) = 7c66d7418e6011661c8b28ee91c394be
+MD5 (xbin.man) = b02b2a1b2fe9f09bd88ce6579ce601da
diff --git a/archivers/xbin/pkg/COMMENT b/archivers/xbin/pkg/COMMENT
new file mode 100644
index 00000000000..ae612aaef13
--- /dev/null
+++ b/archivers/xbin/pkg/COMMENT
@@ -0,0 +1 @@
+convert mailable BinHex format into binary
diff --git a/archivers/xbin/pkg/DESCR b/archivers/xbin/pkg/DESCR
new file mode 100644
index 00000000000..ebe986b9434
--- /dev/null
+++ b/archivers/xbin/pkg/DESCR
@@ -0,0 +1,7 @@
+Xbin converts a file created by BinHex (usually named with one of the
+extensions ".hex", ".hcx", or ".hqx") into three host-system files
+suitable for downloading to a Macintosh via macput.
+
+ This program was designed for use with the 1.1 Release version of
+MacTerminal, but includes a compatibility option for the old -0.15X
+Almost-Alpha version.
diff --git a/archivers/xbin/pkg/PLIST b/archivers/xbin/pkg/PLIST
new file mode 100644
index 00000000000..a9c972e8975
--- /dev/null
+++ b/archivers/xbin/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/06/05 12:36:07 rh Exp $
+bin/xbin
+man/cat1/xbin.0