summaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorswallace <swallace@FreeBSD.org>1997-05-15 23:23:09 +0000
committerswallace <swallace@FreeBSD.org>1997-05-15 23:23:09 +0000
commitc8a78fe90a49d60236ef54f852e57931ebe6b9ad (patch)
tree69f997b1aa371a4db449c63fe5478b21eb4ed556 /archivers
parent06584e131e81b635b3fe4f3f344a326f919d8abd (diff)
downloadFreeBSD-ports-c8a78fe90a49d60236ef54f852e57931ebe6b9ad.zip
FreeBSD-ports-c8a78fe90a49d60236ef54f852e57931ebe6b9ad.tar.gz
Nulib is a shell-based NuFX archive utility, based loosely on ARC for
the IBM PC and ar(1) under UNIX. It allows you to perform certain operations on the same archives used by ShrinkIt, including view archive contents, add to archive, extract from archive, and delete from archive. In addi- tion, it will list and unpack files from Binary II archives.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/nulib/Makefile23
-rw-r--r--archivers/nulib/distinfo1
-rw-r--r--archivers/nulib/pkg-comment1
-rw-r--r--archivers/nulib/pkg-descr6
-rw-r--r--archivers/nulib/pkg-plist2
5 files changed, 33 insertions, 0 deletions
diff --git a/archivers/nulib/Makefile b/archivers/nulib/Makefile
new file mode 100644
index 0000000..3a04663
--- /dev/null
+++ b/archivers/nulib/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: nulib
+# Version required: 3.25
+# Date created: Thu May 8 00:14:31 PDT 1997
+# Whom: Steven Wallace <swallace@freebsd.org>
+#
+# $Id: Makefile,v 1.9 1996/12/07 09:28:40 max Exp $
+#
+
+DISTNAME= nulib-3.25
+CATEGORIES= archivers
+MASTER_SITES= ftp://apple2.caltech.edu//Zocalo/pub/apple2/ARCHIVERS/
+DISTFILES= nulib325.tar.Z
+WRKSRC= ${WRKDIR}/nulib
+
+MAINTAINER= swallace@freebsd.org
+
+MAN1= nulib.1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/nulib ${PREFIX}/bin/nulib
+ ${INSTALL_MAN} ${WRKSRC}/nulib.1 ${PREFIX}/man/man1/nulib.1
+
+.include <bsd.port.mk>
diff --git a/archivers/nulib/distinfo b/archivers/nulib/distinfo
new file mode 100644
index 0000000..2344aa5
--- /dev/null
+++ b/archivers/nulib/distinfo
@@ -0,0 +1 @@
+MD5 (nulib325.tar.Z) = a369a2d449e48295855542b4a21882ea
diff --git a/archivers/nulib/pkg-comment b/archivers/nulib/pkg-comment
new file mode 100644
index 0000000..f29f3bd
--- /dev/null
+++ b/archivers/nulib/pkg-comment
@@ -0,0 +1 @@
+NuFX archive utility
diff --git a/archivers/nulib/pkg-descr b/archivers/nulib/pkg-descr
new file mode 100644
index 0000000..ebd40fd
--- /dev/null
+++ b/archivers/nulib/pkg-descr
@@ -0,0 +1,6 @@
+Nulib is a shell-based NuFX archive utility, based loosely on ARC for
+the IBM PC and ar(1) under UNIX. It allows you to perform certain
+operations on the same archives used by ShrinkIt, including view
+archive contents, add to archive, extract from archive, and delete
+from archive. In addi- tion, it will list and unpack files from
+Binary II archives.
diff --git a/archivers/nulib/pkg-plist b/archivers/nulib/pkg-plist
new file mode 100644
index 0000000..3d83987
--- /dev/null
+++ b/archivers/nulib/pkg-plist
@@ -0,0 +1,2 @@
+bin/nulib
+man/man1/nulib.1.gz
OpenPOWER on IntegriCloud