Date: Sun, 25 Sep 2005 12:47:00 +0930 (CST) From: Jarrod Sayers <jarrod@netleader.com.au> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/86542: New port: dns/dnscheck DNS zone sanity checker Message-ID: <200509250317.j8P3H07o049683@manhattan.netleader.com.au> Resent-Message-ID: <200509250320.j8P3KHed085637@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 86542 >Category: ports >Synopsis: New port: dns/dnscheck DNS zone sanity checker >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 25 03:20:17 GMT 2005 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509250317.j8P3H07o049683>