diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-04-06 20:24:36 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-04-06 20:24:36 +0000 |
commit | 78c7f1e1a3f1712ea7d667a0c5eb0b5982f06db3 (patch) | |
tree | 206ad1720d894dc728dd8ff39d3d3e61528dbe7b /net/dlint | |
parent | d26334f9218550b4c19715b41445ce38164e5f5c (diff) | |
download | pkgsrc-78c7f1e1a3f1712ea7d667a0c5eb0b5982f06db3.tar.gz |
DNS-Lint: Internet Domain Name System (DNS) error checking utility
DNS administrators can use dlint to scan recursively through
the domain records of the fully-qualified zone to get a report
on any errors therein. You can scan a zone you own, or anyone
else's zone on the Internet. dlint talks directly to a primary or
secondary nameserver for the zone, to make sure it's working
with up-to-date information.
Diffstat (limited to 'net/dlint')
-rw-r--r-- | net/dlint/Makefile | 26 | ||||
-rw-r--r-- | net/dlint/files/md5 | 3 | ||||
-rw-r--r-- | net/dlint/patches/patch-aa | 13 | ||||
-rw-r--r-- | net/dlint/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/dlint/pkg/DESCR | 6 | ||||
-rw-r--r-- | net/dlint/pkg/PLIST | 4 |
6 files changed, 53 insertions, 0 deletions
diff --git a/net/dlint/Makefile b/net/dlint/Makefile new file mode 100644 index 00000000000..bab0af1fdb9 --- /dev/null +++ b/net/dlint/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/04/06 20:24:36 hubertf Exp $ +# + +DISTNAME= dlint1.3.2 +PKGNAME= dlint-1.3.2 +CATEGORIES= net +MASTER_SITES= http://www.domtools.com/pub/ + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://www.domtools.com/dns/ + +USE_PERL5= YES +NO_BUILD= YES + +do-configure: + cd ${WRKSRC} ; \ + ${MV} digparse digparse.BAK ; \ + ${SED} \ + -e '/usr.bin.perl/s|/usr|${PREFIX}|g' \ + <digparse.BAK >digparse ; \ + ${MV} dlint dlint.BAK ; \ + ${SED} \ + -e 's|/usr/local|${PREFIX}|g' \ + <dlint.BAK >dlint + +.include "../../mk/bsd.pkg.mk" diff --git a/net/dlint/files/md5 b/net/dlint/files/md5 new file mode 100644 index 00000000000..d59f1758280 --- /dev/null +++ b/net/dlint/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/04/06 20:24:37 hubertf Exp $ + +MD5 (dlint1.3.2.tar.gz) = e59356922a28e5f4c537b9c1466b6071 diff --git a/net/dlint/patches/patch-aa b/net/dlint/patches/patch-aa new file mode 100644 index 00000000000..b9880f22044 --- /dev/null +++ b/net/dlint/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/04/06 20:24:37 hubertf Exp $ + +--- Makefile.BAK Wed Jan 6 16:53:28 1999 ++++ Makefile Wed Jan 6 16:54:29 1999 +@@ -5,7 +5,7 @@ + VERSION=1.3.2 + + # Basic area to install things in: +-DEST=$(DESTROOT)/usr/local ++DEST=${PREFIX} + + BIN=$(DEST)/bin + MANEXT=1 diff --git a/net/dlint/pkg/COMMENT b/net/dlint/pkg/COMMENT new file mode 100644 index 00000000000..f1ae2a48821 --- /dev/null +++ b/net/dlint/pkg/COMMENT @@ -0,0 +1 @@ +Internet Domain Name System (DNS) error checking utility diff --git a/net/dlint/pkg/DESCR b/net/dlint/pkg/DESCR new file mode 100644 index 00000000000..b2904e5b86b --- /dev/null +++ b/net/dlint/pkg/DESCR @@ -0,0 +1,6 @@ +DNS administrators can use dlint to scan recursively through +the domain records of the fully-qualified zone to get a report +on any errors therein. You can scan a zone you own, or anyone +else's zone on the Internet. dlint talks directly to a primary or +secondary nameserver for the zone, to make sure it's working +with up-to-date information. diff --git a/net/dlint/pkg/PLIST b/net/dlint/pkg/PLIST new file mode 100644 index 00000000000..b223b58b25e --- /dev/null +++ b/net/dlint/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/06 20:24:37 hubertf Exp $ +bin/dlint +bin/digparse +man/man1/dlint.1 |