diff options
Diffstat (limited to 'dns/dlint')
-rw-r--r-- | dns/dlint/Makefile | 34 | ||||
-rw-r--r-- | dns/dlint/distinfo | 1 | ||||
-rw-r--r-- | dns/dlint/pkg-comment | 1 | ||||
-rw-r--r-- | dns/dlint/pkg-descr | 14 | ||||
-rw-r--r-- | dns/dlint/pkg-plist | 3 |
5 files changed, 0 insertions, 53 deletions
diff --git a/dns/dlint/Makefile b/dns/dlint/Makefile deleted file mode 100644 index b0b6471d51d4..000000000000 --- a/dns/dlint/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: dlint -# Version required: 1.3.2 -# Date created: Wed Dec 23, 1998 -# Whom: David O'Brien (obrien@NUXI.com) -# -# $Id: Makefile,v 1.2 1997/01/25 18:08:40 obrien Exp $ -# - -DISTNAME= dlint1.3.2 -PKGNAME= dlint-1.3.2 -CATEGORIES= net -MASTER_SITES= http://www.domtools.com/pub/ - -MAINTAINER= obrien@FreeBSD.org - -NO_BUILD= yes -MAN8= dlint.8 - -do-configure: - @${MV} ${WRKSRC}/dlint ${WRKSRC}/dlint.orig - @${SED} -e 's:/usr/local/bin:${PREFIX}/sbin:g' \ - ${WRKSRC}/dlint.orig >${WRKSRC}/dlint - @${SED} -e 's:DLINT 1:DLINT 8:g' ${WRKSRC}/dlint.1 >${WRKSRC}/dlint.8 - -do-install: - cd ${WRKSRC} ; ${INSTALL_SCRIPT} dlint digparse ${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/dlint.8 ${PREFIX}/man/man8 -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/dlint - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dlint -.endif - -.include <bsd.port.mk> diff --git a/dns/dlint/distinfo b/dns/dlint/distinfo deleted file mode 100644 index 19eec8183e85..000000000000 --- a/dns/dlint/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dlint1.3.2.tar.gz) = e59356922a28e5f4c537b9c1466b6071 diff --git a/dns/dlint/pkg-comment b/dns/dlint/pkg-comment deleted file mode 100644 index 288dc9b01a9b..000000000000 --- a/dns/dlint/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -lint for DNS zones (Domain Name Server zone verification utility) diff --git a/dns/dlint/pkg-descr b/dns/dlint/pkg-descr deleted file mode 100644 index f23b3e7e680b..000000000000 --- a/dns/dlint/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -`dlint' is a Domain Name Server zone verification utility. - -`dlint' analyzes any DNS zone you specify, and reports any problems it -finds by displaying errors and warnings. Then it descends recursively to -examine all zones below the given one (this can be disabled with a command- -line option). - -You can run dlint on your own domains, or on somebody else's, because it uses -the standard DNS network protocol. Dlint is very useful since most nameservers -do no more than syntax-check your database files. Dlint's messages are very -informative and suggest ways to fix the problems, not just complain about them. - --- David - obrien@NUXI.com diff --git a/dns/dlint/pkg-plist b/dns/dlint/pkg-plist deleted file mode 100644 index 31195efa9180..000000000000 --- a/dns/dlint/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -sbin/dlint -sbin/digparse -share/doc/dlint/README |