summaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
Diffstat (limited to 'dns')
-rw-r--r--dns/Makefile1
-rw-r--r--dns/dnscheck/Makefile27
-rw-r--r--dns/dnscheck/distinfo2
-rw-r--r--dns/dnscheck/pkg-descr6
4 files changed, 36 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile
index 36acdc0..edc3f0c 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -21,6 +21,7 @@
SUBDIR += dlint
SUBDIR += dnrd
SUBDIR += dns_balance
+ SUBDIR += dnscheck
SUBDIR += dnsdoctor
SUBDIR += dnsflood
SUBDIR += dnshijacker
diff --git a/dns/dnscheck/Makefile b/dns/dnscheck/Makefile
new file mode 100644
index 0000000..61a4e3b
--- /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 0000000..59e4bb2
--- /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 0000000..1a090af
--- /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/
OpenPOWER on IntegriCloud