aboutsummaryrefslogtreecommitdiff
path: root/dns/dlint
diff options
context:
space:
mode:
Diffstat (limited to 'dns/dlint')
-rw-r--r--dns/dlint/Makefile32
-rw-r--r--dns/dlint/distinfo1
-rw-r--r--dns/dlint/pkg-comment1
-rw-r--r--dns/dlint/pkg-descr16
-rw-r--r--dns/dlint/pkg-plist3
5 files changed, 0 insertions, 53 deletions
diff --git a/dns/dlint/Makefile b/dns/dlint/Makefile
deleted file mode 100644
index 3eb9ea801b4e..000000000000
--- a/dns/dlint/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: dlint
-# Date created: Wed Dec 23, 1998
-# Whom: David O'Brien (obrien@NUXI.com)
-#
-# $FreeBSD$
-#
-
-PORTNAME= dlint
-PORTVERSION= 1.3.3
-CATEGORIES= net
-MASTER_SITES= http://www.domtools.com/pub/
-DISTNAME= dlint${PORTVERSION}
-
-MAINTAINER= obrien@FreeBSD.org
-
-NO_BUILD= yes
-MAN8= dlint.8
-
-do-configure:
- @${PERL} -pi.orig -e 's:/usr/local/bin:${PREFIX}/sbin:g' ${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 746103d30506..000000000000
--- a/dns/dlint/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (dlint1.3.3.tar.gz) = afe92d90bc73d812e1973995293849c4
diff --git a/dns/dlint/pkg-comment b/dns/dlint/pkg-comment
deleted file mode 100644
index 8222bfe2e529..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 203eae509157..000000000000
--- a/dns/dlint/pkg-descr
+++ /dev/null
@@ -1,16 +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
-
-WWW: http://www.domtools.com/dns/dlint.shtml
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