summaryrefslogtreecommitdiff
path: root/archivers/unzoo
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-12-23 01:56:43 +0000
committercjep <cjep@pkgsrc.org>2002-12-23 01:56:43 +0000
commitbbe6a86183664022fc6211df1bf367f5f5e40263 (patch)
treece2e31a1b973372aa442b5189a3ceb281b142eef /archivers/unzoo
parent240bcd2fc5e0eeb631abfd3b6f807cd15046b033 (diff)
downloadpkgsrc-bbe6a86183664022fc6211df1bf367f5f5e40263.tar.gz
Initial import of unzoo 4.4 into the NetBSD packages collection as
archivers/unzoo. unzoo is a public domain zoo archive extractor.
Diffstat (limited to 'archivers/unzoo')
-rw-r--r--archivers/unzoo/DESCR1
-rw-r--r--archivers/unzoo/Makefile25
-rw-r--r--archivers/unzoo/PLIST2
-rw-r--r--archivers/unzoo/distinfo4
4 files changed, 32 insertions, 0 deletions
diff --git a/archivers/unzoo/DESCR b/archivers/unzoo/DESCR
new file mode 100644
index 00000000000..9a38db3c574
--- /dev/null
+++ b/archivers/unzoo/DESCR
@@ -0,0 +1 @@
+unzoo is a public domain zoo archive extractor.
diff --git a/archivers/unzoo/Makefile b/archivers/unzoo/Makefile
new file mode 100644
index 00000000000..78f97951672
--- /dev/null
+++ b/archivers/unzoo/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/12/23 01:56:43 cjep Exp $
+#
+
+DISTNAME= unzoo.c
+PKGNAME= unzoo-4.4
+CATEGORIES= archivers
+MASTER_SITES= ftp://ftp.math.rwth-aachen.de/pub/gap/gap4/util/
+EXTRACT_SUFX= # defined
+
+MAINTAINER= cjep@netbsd.org
+COMMENT= Extract zoo archives
+
+WRKSRC= ${WRKDIR}
+USE_BUILDLINK2= YES
+
+do-extract:
+ ${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
+
+do-build:
+ cd ${WRKSRC} && ${CC} ${CFLAGS} -DSYS_IS_UNIX -DSYS_HAS_MKDIR -o unzoo unzoo.c
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/unzoo ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/archivers/unzoo/PLIST b/archivers/unzoo/PLIST
new file mode 100644
index 00000000000..de2cabf4791
--- /dev/null
+++ b/archivers/unzoo/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/23 01:56:43 cjep Exp $
+bin/unzoo
diff --git a/archivers/unzoo/distinfo b/archivers/unzoo/distinfo
new file mode 100644
index 00000000000..11f3d53de32
--- /dev/null
+++ b/archivers/unzoo/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/12/23 01:56:43 cjep Exp $
+
+SHA1 (unzoo.c) = 99a6e9922ccdf5d454c78d3a514d5e33ae17562d
+Size (unzoo.c) = 115328 bytes