diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 1 | ||||
-rw-r--r-- | archivers/nulib/Makefile | 23 | ||||
-rw-r--r-- | archivers/nulib/distinfo | 2 | ||||
-rw-r--r-- | archivers/nulib/pkg-descr | 5 |
4 files changed, 0 insertions, 31 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 77c148f26867..2c2726d8239b 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -88,7 +88,6 @@ SUBDIR += mscompress SUBDIR += mtf SUBDIR += nomarch - SUBDIR += nulib SUBDIR += nwreckdum SUBDIR += ocaml-bz2 SUBDIR += ocaml-zip diff --git a/archivers/nulib/Makefile b/archivers/nulib/Makefile deleted file mode 100644 index 1c664818652c..000000000000 --- a/archivers/nulib/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Steven Wallace <swallace@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= nulib -PORTVERSION= 3.25 -CATEGORIES= archivers -MASTER_SITES= LOCAL/jseger -DISTNAME= nulib325 - -MAINTAINER= ports@FreeBSD.org -COMMENT= NuFX archive utility - -USES= tar:Z -WRKSRC= ${WRKDIR}/nulib -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" - -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}/${MANPREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/archivers/nulib/distinfo b/archivers/nulib/distinfo deleted file mode 100644 index a15cfd78e362..000000000000 --- a/archivers/nulib/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (nulib325.tar.Z) = 8c868cc66b166b9bf688df4c543d66e620346f68d8398454dfb92d8f2a247787 -SIZE (nulib325.tar.Z) = 162867 diff --git a/archivers/nulib/pkg-descr b/archivers/nulib/pkg-descr deleted file mode 100644 index 06212b418790..000000000000 --- a/archivers/nulib/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -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, e.g. view archive contents, add to -archive, extract from archive, and delete from archive. Additionally, it -will list and unpack files from Binary II archives. |