summaryrefslogtreecommitdiff
path: root/dns/dnscheck
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-09-25 18:05:48 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-09-25 18:05:48 +0000
commit24c974397faef99fb7e0f71c9e73d450d360864e (patch)
tree3439edcf0b447f91721b58007926c1cdcf0b8813 /dns/dnscheck
parentI'm here ->.<- (diff)
New port
dnscheck is a simple to use DNS zone sanity checker, comparing name server records and serial numbers with both the parent zone and the zone itself. It allows you to find lame, leaked or stale name servers which have the potential to cause disruption. PR: 86542 Submitted by: arrod Sayers <jarrod@netleader.com.au> Approved by: pav (mentor)
Notes
Notes: svn path=/head/; revision=143531
Diffstat (limited to 'dns/dnscheck')
-rw-r--r--dns/dnscheck/Makefile27
-rw-r--r--dns/dnscheck/distinfo2
-rw-r--r--dns/dnscheck/pkg-descr6
3 files changed, 35 insertions, 0 deletions
diff --git a/dns/dnscheck/Makefile b/dns/dnscheck/Makefile
new file mode 100644
index 000000000000..61a4e3b173bf
--- /dev/null
+++ b/dns/dnscheck/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: dnscheck
+# Date created: 25 September 2005
+# Whom: Jarrod Sayers <jarrod@netleader.com.au>
+#
+# $FreeBSD$
+#
+
+PORTNAME= dnscheck
+PORTVERSION= 1.1
+CATEGORIES= dns
+MASTER_SITES= http://www.netleader.com.au/projects/dnscheck/download/
+
+MAINTAINER= jarrod@netleader.com.au
+COMMENT= DNS zone sanity checker
+
+USE_PERL= yes
+USE_REINPLACE= yes
+
+PLIST_FILES= bin/dnscheck
+
+post-patch:
+ ${REINPLACE_CMD} -e 's|^#!/usr/bin/perl |#!${PERL} |' ${WRKSRC}/dnscheck.pl
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/dnscheck.pl ${PREFIX}/bin/dnscheck
+
+.include <bsd.port.mk>
diff --git a/dns/dnscheck/distinfo b/dns/dnscheck/distinfo
new file mode 100644
index 000000000000..59e4bb23688e
--- /dev/null
+++ b/dns/dnscheck/distinfo
@@ -0,0 +1,2 @@
+MD5 (dnscheck-1.1.tar.gz) = d1ea687a0a2b0693567b52248b7a7bc6
+SIZE (dnscheck-1.1.tar.gz) = 4989
diff --git a/dns/dnscheck/pkg-descr b/dns/dnscheck/pkg-descr
new file mode 100644
index 000000000000..1a090af586e6
--- /dev/null
+++ b/dns/dnscheck/pkg-descr
@@ -0,0 +1,6 @@
+dnscheck is a simple to use DNS zone sanity checker, comparing name server
+records and serial numbers with both the parent zone and the zone itself.
+It allows you to find lame, leaked or stale name servers which have the
+potential to cause disruption.
+
+WWW: http://www.netleader.com.au/projects/dnscheck/