diff options
author | jtb <jtb> | 2003-07-10 09:19:31 +0000 |
---|---|---|
committer | jtb <jtb> | 2003-07-10 09:19:31 +0000 |
commit | 3462ab41d1be40eba6a92818f20e417ee958a224 (patch) | |
tree | 0a08a2f55a10803310b65a7ee4460a06de1143c2 | |
parent | 5d93bea5ad76946775c65ecb1c0100a21db07302 (diff) | |
download | pkgsrc-3462ab41d1be40eba6a92818f20e417ee958a224.tar.gz |
Initial import of dnstracer.
Dnstracer determines where a given Domain Name Server (DNS) gets its
information from, and follows the chain of DNS servers back to the
servers which know the data.
Its behaviour is similair to ntptrace(8), which does it for the NTP
protocol.
-rw-r--r-- | net/dnstracer/DESCR | 6 | ||||
-rw-r--r-- | net/dnstracer/Makefile | 15 | ||||
-rw-r--r-- | net/dnstracer/PLIST | 3 | ||||
-rw-r--r-- | net/dnstracer/distinfo | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/net/dnstracer/DESCR b/net/dnstracer/DESCR new file mode 100644 index 00000000000..68a7cf69df8 --- /dev/null +++ b/net/dnstracer/DESCR @@ -0,0 +1,6 @@ +Dnstracer determines where a given Domain Name Server (DNS) gets its +information from, and follows the chain of DNS servers back to the +servers which know the data. + +Its behaviour is similair to ntptrace(8), which does it for the NTP +protocol. diff --git a/net/dnstracer/Makefile b/net/dnstracer/Makefile new file mode 100644 index 00000000000..bebbe2d1c04 --- /dev/null +++ b/net/dnstracer/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/07/10 09:19:31 jtb Exp $ + +DISTNAME= dnstracer-1.7 +CATEGORIES= net +MASTER_SITES= http://www.mavetju.org/download/ + +MAINTAINER= tech-pkg@netbsd.org +HOMEPAGE= http://www.mavetju.org/unix/general.php +COMMENT= tool to trace dns queries + +USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/net/dnstracer/PLIST b/net/dnstracer/PLIST new file mode 100644 index 00000000000..ba196d1c4f9 --- /dev/null +++ b/net/dnstracer/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/10 09:19:31 jtb Exp $ +bin/dnstracer +man/man8/dnstracer.8 diff --git a/net/dnstracer/distinfo b/net/dnstracer/distinfo new file mode 100644 index 00000000000..96559f44ec4 --- /dev/null +++ b/net/dnstracer/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/07/10 09:19:31 jtb Exp $ + +SHA1 (dnstracer-1.7.tar.gz) = 9db68a895e4fb61d8f11fdcc226eeb890306430d +Size (dnstracer-1.7.tar.gz) = 94125 bytes |