diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-09-25 18:05:48 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-09-25 18:05:48 +0000 |
commit | 24c974397faef99fb7e0f71c9e73d450d360864e (patch) | |
tree | 3439edcf0b447f91721b58007926c1cdcf0b8813 /dns/dnscheck | |
parent | bb7dd0aad739f48f21e2026e814fdd84b8fc2898 (diff) | |
download | ports-24c974397faef99fb7e0f71c9e73d450d360864e.tar.gz ports-24c974397faef99fb7e0f71c9e73d450d360864e.zip |
Notes
Diffstat (limited to 'dns/dnscheck')
-rw-r--r-- | dns/dnscheck/Makefile | 27 | ||||
-rw-r--r-- | dns/dnscheck/distinfo | 2 | ||||
-rw-r--r-- | dns/dnscheck/pkg-descr | 6 |
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/ |