summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorcjep <cjep>2002-12-23 01:56:43 +0000
committercjep <cjep>2002-12-23 01:56:43 +0000
commit1c580da8de1df6dbd44b3dbd1e7b6903eabdddce (patch)
treece2e31a1b973372aa442b5189a3ceb281b142eef /archivers
parent3193c62409c5399000b2715b66d75f05d238f8ec (diff)
downloadpkgsrc-1c580da8de1df6dbd44b3dbd1e7b6903eabdddce.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')
-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