summaryrefslogtreecommitdiff
path: root/net/dlint
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-12-23 17:57:50 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-12-23 17:57:50 +0000
commitfd6b63bd867168d4c33ff142b3fbe4ae0ba7970c (patch)
tree2c558dfd061db472a3715cd53cafaacd1a9aee4f /net/dlint
parentrespect CFLAGS, not set it. (diff)
lint for DNS zones (Domain Name Server zone verification utility)
Notes
Notes: svn path=/head/; revision=15533
Diffstat (limited to 'net/dlint')
-rw-r--r--net/dlint/Makefile34
-rw-r--r--net/dlint/distinfo1
-rw-r--r--net/dlint/pkg-comment1
-rw-r--r--net/dlint/pkg-descr14
-rw-r--r--net/dlint/pkg-plist3
5 files changed, 53 insertions, 0 deletions
diff --git a/net/dlint/Makefile b/net/dlint/Makefile
new file mode 100644
index 000000000000..b0b6471d51d4
--- /dev/null
+++ b/net/dlint/Makefile
@@ -0,0 +1,34 @@
+# 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/net/dlint/distinfo b/net/dlint/distinfo
new file mode 100644
index 000000000000..19eec8183e85
--- /dev/null
+++ b/net/dlint/distinfo
@@ -0,0 +1 @@
+MD5 (dlint1.3.2.tar.gz) = e59356922a28e5f4c537b9c1466b6071
diff --git a/net/dlint/pkg-comment b/net/dlint/pkg-comment
new file mode 100644
index 000000000000..288dc9b01a9b
--- /dev/null
+++ b/net/dlint/pkg-comment
@@ -0,0 +1 @@
+lint for DNS zones (Domain Name Server zone verification utility)
diff --git a/net/dlint/pkg-descr b/net/dlint/pkg-descr
new file mode 100644
index 000000000000..f23b3e7e680b
--- /dev/null
+++ b/net/dlint/pkg-descr
@@ -0,0 +1,14 @@
+`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/net/dlint/pkg-plist b/net/dlint/pkg-plist
new file mode 100644
index 000000000000..31195efa9180
--- /dev/null
+++ b/net/dlint/pkg-plist
@@ -0,0 +1,3 @@
+sbin/dlint
+sbin/digparse
+share/doc/dlint/README