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.
This commit is contained in:
parent
87bf1e7814
commit
3d95be6a79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6457
5 changed files with 33 additions and 0 deletions
23
archivers/nulib/Makefile
Normal file
23
archivers/nulib/Makefile
Normal file
|
@ -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>
|
1
archivers/nulib/distinfo
Normal file
1
archivers/nulib/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (nulib325.tar.Z) = a369a2d449e48295855542b4a21882ea
|
1
archivers/nulib/pkg-comment
Normal file
1
archivers/nulib/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
NuFX archive utility
|
6
archivers/nulib/pkg-descr
Normal file
6
archivers/nulib/pkg-descr
Normal file
|
@ -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.
|
2
archivers/nulib/pkg-plist
Normal file
2
archivers/nulib/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin/nulib
|
||||
man/man1/nulib.1.gz
|
Loading…
Reference in a new issue