From jarrod@manhattan.netleader.com.au  Sun Sep 25 03:17:13 2005
Return-Path: <jarrod@manhattan.netleader.com.au>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E45BB16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 25 Sep 2005 03:17:13 +0000 (GMT)
	(envelope-from jarrod@manhattan.netleader.com.au)
Received: from manhattan.netleader.com.au (manhattan.netleader.com.au [210.11.55.170])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3833F43D49
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 25 Sep 2005 03:17:13 +0000 (GMT)
	(envelope-from jarrod@manhattan.netleader.com.au)
Received: from manhattan.netleader.com.au (localhost [127.0.0.1])
	by manhattan.netleader.com.au (8.13.5/8.13.5) with ESMTP id j8P3H0Nc049684;
	Sun, 25 Sep 2005 12:47:02 +0930 (CST)
	(envelope-from jarrod@manhattan.netleader.com.au)
Received: (from jarrod@localhost)
	by manhattan.netleader.com.au (8.13.5/8.13.5/Submit) id j8P3H07o049683;
	Sun, 25 Sep 2005 12:47:00 +0930 (CST)
	(envelope-from jarrod)
Message-Id: <200509250317.j8P3H07o049683@manhattan.netleader.com.au>
Date: Sun, 25 Sep 2005 12:47:00 +0930 (CST)
From: Jarrod Sayers <jarrod@netleader.com.au>
Reply-To: Jarrod Sayers <jarrod@netleader.com.au>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: dns/dnscheck DNS zone sanity checker
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         86542
>Category:       ports
>Synopsis:       New port: dns/dnscheck DNS zone sanity checker
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mnag
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 25 03:20:17 GMT 2005
>Closed-Date:    Sun Sep 25 18:07:50 GMT 2005
>Last-Modified:  Sun Sep 25 18:07:50 GMT 2005
>Originator:     Jarrod Sayers
>Release:        FreeBSD 4.11-RELEASE-p11 i386
>Organization:
>Environment:
System: FreeBSD manhattan.netleader.com.au 4.11-RELEASE-p11 FreeBSD 4.11-RELEASE-p11 #21: Sun Jul 3 15:43:12 CST 2005 root@manhattan.netleader.com.au:/usr/obj/usr/src/sys/MANHATTAN i386

>Description:
From pkg-descr:
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.

>How-To-Repeat:

>Fix:
--- dnscheck.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ports/dns/dnscheck/Makefile
#	ports/dns/dnscheck/distinfo
#	ports/dns/dnscheck/pkg-descr
#	ports/dns/dnscheck/pkg-plist
#
echo x - ports/dns/dnscheck/Makefile
sed 's/^X//' >ports/dns/dnscheck/Makefile << 'END-of-ports/dns/dnscheck/Makefile'
X# New ports collection makefile for:	dnscheck
X# Date created:				25 September 2005
X# Whom:					Jarrod Sayers <jarrod@netleader.com.au>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	dnscheck
XPORTVERSION=	1.1
XCATEGORIES=	dns
XMASTER_SITES=	http://www.netleader.com.au/projects/dnscheck/download/
X
XMAINTAINER=	jarrod@netleader.com.au
XCOMMENT=	DNS zone sanity checker
X
XUSE_PERL=	yes
XUSE_REINPLACE=	yes
X
Xpost-patch:
X	${REINPLACE_CMD} -e 's|^#!/usr/bin/perl |#!${PERL} |' ${WRKSRC}/dnscheck.pl
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/dnscheck.pl ${PREFIX}/bin/dnscheck
X
X.include <bsd.port.mk>
END-of-ports/dns/dnscheck/Makefile
echo x - ports/dns/dnscheck/distinfo
sed 's/^X//' >ports/dns/dnscheck/distinfo << 'END-of-ports/dns/dnscheck/distinfo'
XMD5 (dnscheck-1.1.tar.gz) = d1ea687a0a2b0693567b52248b7a7bc6
XSIZE (dnscheck-1.1.tar.gz) = 4989
END-of-ports/dns/dnscheck/distinfo
echo x - ports/dns/dnscheck/pkg-descr
sed 's/^X//' >ports/dns/dnscheck/pkg-descr << 'END-of-ports/dns/dnscheck/pkg-descr'
Xdnscheck is a simple to use DNS zone sanity checker, comparing name server
Xrecords and serial numbers with both the parent zone and the zone itself.
XIt allows you to find lame, leaked or stale name servers which have the
Xpotential to cause disruption.
X
XWWW: http://www.netleader.com.au/projects/dnscheck/
END-of-ports/dns/dnscheck/pkg-descr
echo x - ports/dns/dnscheck/pkg-plist
sed 's/^X//' >ports/dns/dnscheck/pkg-plist << 'END-of-ports/dns/dnscheck/pkg-plist'
Xbin/dnscheck
END-of-ports/dns/dnscheck/pkg-plist
exit
--- dnscheck.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mnag 
Responsible-Changed-By: mnag 
Responsible-Changed-When: Sun Sep 25 03:42:48 GMT 2005 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=86542 
State-Changed-From-To: open->closed 
State-Changed-By: mnag 
State-Changed-When: Sun Sep 25 18:07:49 GMT 2005 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=86542 
>Unformatted:
