aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2019-06-12 06:37:47 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2019-06-12 06:37:47 +0000
commitb6207224c34b9a64a453d70965e767ee1fc2fdd5 (patch)
treec98b52e7d2e88f624049e93f4b5f56b5e60ba173 /archivers
parentff6e1801fee43d1e77ea5c04f3a91792d6a59919 (diff)
downloadports-b6207224c34b9a64a453d70965e767ee1fc2fdd5.tar.gz
ports-b6207224c34b9a64a453d70965e767ee1fc2fdd5.zip
Remove archivers/nulib: abandonware
nulib is an abandonware with no upstream for a while, the only distfile is of a local directory of a committer inactive since 2001. Also it is using sys/dir.h which is planned to be phased out of FreeBSD. PR: 21519
Notes
Notes: svn path=/head/; revision=504002
Diffstat (limited to 'archivers')
-rw-r--r--archivers/Makefile1
-rw-r--r--archivers/nulib/Makefile23
-rw-r--r--archivers/nulib/distinfo2
-rw-r--r--archivers/nulib/pkg-descr5
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.