Add port net/dnstracer - dnstracer determines where a given
DNS server gets its information from, and follows the chain of DNS servers back to the servers which know the data. PR: 34216, 34025 Submitted by: Edwin Groothuis <edwin@mavetju.org>
This commit is contained in:
parent
a9233eeb27
commit
5d10d02a03
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54055
20
dns/dnstracer/Makefile
Normal file
20
dns/dnstracer/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: dnstracer
|
||||
# Date created: 18 January 2002
|
||||
# Whom: Edwin Groothuis <edwin@mavetju.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dnstracer
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.mavetju.org/download/
|
||||
|
||||
MAINTAINER= edwin@mavetju.org
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX}
|
||||
|
||||
MAN8= dnstracer.8
|
||||
|
||||
.include <bsd.port.mk>
|
1
dns/dnstracer/distinfo
Normal file
1
dns/dnstracer/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (dnstracer-1.2.tar.gz) = 2653e953296b145316cc3d24c46dac19
|
1
dns/dnstracer/pkg-comment
Normal file
1
dns/dnstracer/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Trace a chain of DNS servers to the source
|
13
dns/dnstracer/pkg-descr
Normal file
13
dns/dnstracer/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
WHAT IS 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.
|
||||
|
||||
WWW: http://www.mavetju.org/unix/general.php
|
||||
|
||||
- Edwin Groothuis
|
||||
edwin@mavetju.org
|
1
dns/dnstracer/pkg-plist
Normal file
1
dns/dnstracer/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/dnstracer
|
@ -86,6 +86,7 @@
|
||||
SUBDIR += dlint
|
||||
SUBDIR += dnrd
|
||||
SUBDIR += dns_balance
|
||||
SUBDIR += dnstracer
|
||||
SUBDIR += dnsutl
|
||||
SUBDIR += dnswalk
|
||||
SUBDIR += doc
|
||||
|
20
net/dnstracer/Makefile
Normal file
20
net/dnstracer/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: dnstracer
|
||||
# Date created: 18 January 2002
|
||||
# Whom: Edwin Groothuis <edwin@mavetju.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dnstracer
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.mavetju.org/download/
|
||||
|
||||
MAINTAINER= edwin@mavetju.org
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX}
|
||||
|
||||
MAN8= dnstracer.8
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/dnstracer/distinfo
Normal file
1
net/dnstracer/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (dnstracer-1.2.tar.gz) = 2653e953296b145316cc3d24c46dac19
|
1
net/dnstracer/pkg-comment
Normal file
1
net/dnstracer/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Trace a chain of DNS servers to the source
|
13
net/dnstracer/pkg-descr
Normal file
13
net/dnstracer/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
WHAT IS 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.
|
||||
|
||||
WWW: http://www.mavetju.org/unix/general.php
|
||||
|
||||
- Edwin Groothuis
|
||||
edwin@mavetju.org
|
1
net/dnstracer/pkg-plist
Normal file
1
net/dnstracer/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/dnstracer
|
Loading…
Reference in New Issue
Block a user