From nobody@FreeBSD.org  Mon May 30 23:16:51 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id AB052106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 30 May 2011 23:16:51 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 9AF748FC1A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 30 May 2011 23:16:51 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UNGpJQ037844
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 30 May 2011 23:16:51 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p4UNGpKf037843;
	Mon, 30 May 2011 23:16:51 GMT
	(envelope-from nobody)
Message-Id: <201105302316.p4UNGpKf037843@red.freebsd.org>
Date: Mon, 30 May 2011 23:16:51 GMT
From: Ryan Steinmetz <rpsfa@rit.edu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [new port] dns/p5-Net-DNS-Check
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         157445
>Category:       ports
>Synopsis:       [new port] dns/p5-Net-DNS-Check
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 30 23:20:09 UTC 2011
>Closed-Date:    Wed Jun 01 08:58:06 UTC 2011
>Last-Modified:  Wed Jun  1 09:00:20 UTC 2011
>Originator:     Ryan Steinmetz
>Release:        8.2-RELEASE
>Organization:
Rochester Institute of Technology
>Environment:
>Description:
New Port: dns/p5-Net-DNS-Check:

Net::DNS::Check is a collection of OOP Perl modules allowing easy implementation of applications for domain name checking.

The Net::DNS::Check was built to be as easy as possible to use and highly configurable and flexible: it allow easy implementation of your custom test and deeper configuration of what you want to check and how.

WWW: http://search.cpan.org/dist/Net-DNS-Check/
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	p5-Net-DNS-Check/
#	p5-Net-DNS-Check/Makefile
#	p5-Net-DNS-Check/pkg-descr
#	p5-Net-DNS-Check/pkg-plist
#	p5-Net-DNS-Check/distinfo
#
echo c - p5-Net-DNS-Check/
mkdir -p p5-Net-DNS-Check/ > /dev/null 2>&1
echo x - p5-Net-DNS-Check/Makefile
sed 's/^X//' >p5-Net-DNS-Check/Makefile << 'c3b47ef791085984c44d39f2cf07681e'
X# New ports collection makefile for:	dns/p5-Net-DNS-Check
X# Date created:				30 May 2011
X# Whom:					Ryan Steinmetz <rpsfa@rit.edu>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Net-DNS-Check
XPORTVERSION=	0.45
XCATEGORIES=	dns perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	rpsfa@rit.edu
XCOMMENT=	Module for easy domain name checking
X
XRUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
X
XPERL_CONFIGURE=	yes
X
XMAN3=	Net::DNS::Check::Test::ns_count.3 Net::DNS::Check::Test::soa_expire_compare.3 \
X	Net::DNS::Check::NSQuery.3 Net::DNS::Check::Test::soa_master_compare.3 \
X	Net::DNS::Check::Test::mx_present.3 Net::DNS::Check::Test::mx_compare.3 \
X	Net::DNS::Check::Test::soa_retry_compare.3 Net::DNS::Check::Test::unknown.3 \
X	Net::DNS::Check::Test::host_ip_vs_ip_orig.3 Net::DNS::Check::Test::ns_vs_delegated.3 \
X	Net::DNS::Check::Test::soa_serial_compare.3 Net::DNS::Check::Test::soa_retry_range.3 \
X	Net::DNS::Check::HostsList.3 Net::DNS::Check::Test::host_ip_private.3 \
X	Net::DNS::Check::Test::soa_expire_range.3 Net::DNS::Check::Config.3 \
X	Net::DNS::Check::Test::soa_master_in_ns.3 Net::DNS::Check::Test::host_syntax.3 \
X	Net::DNS::Check::Test::soa_refresh_range.3 Net::DNS::Check::Test::host_not_cname.3 \
X	Net::DNS::Check::Test::ns_compare.3 Net::DNS::Check::Host.3 \
X	Net::DNS::Check::Test.3 Net::DNS::Check::Test::soa_refresh_compare.3 \
X	Net::DNS::Check::Test::soa_serial_syntax.3 Net::DNS::Check.3
X
X.include <bsd.port.mk>
c3b47ef791085984c44d39f2cf07681e
echo x - p5-Net-DNS-Check/pkg-descr
sed 's/^X//' >p5-Net-DNS-Check/pkg-descr << '366371defc1ef5092b09af7caf810bda'
XNet::DNS::Check is a collection of OOP Perl modules allowing easy
Ximplementation of applications for domain name checking.
X
XThe Net::DNS::Check was built to be as easy as possible to use and
Xhighly configurable and flexible: it allow easy implementation
Xof your custom test and deeper configuration of what you want
Xto check and how.
X
XWWW: http://search.cpan.org/dist/Net-DNS-Check/
366371defc1ef5092b09af7caf810bda
echo x - p5-Net-DNS-Check/pkg-plist
sed 's/^X//' >p5-Net-DNS-Check/pkg-plist << '1ac11ea62352f67487fd41d71e39ab5f'
X%%SITE_PERL%%/Net/DNS/Check/Test/ns_count.pm
X%%SITE_PERL%%/Net/DNS/Check/Test/soa_expire_compare.pm
X%%SITE_PERL%%/Net/DNS/Check/Test/soa_master_compare.pm
X%%SITE_PERL%%/Net/DNS/Check/Test/mx_compare.pm
X%%SITE_PERL%%/Net/DNS/Check/Test/mx_present.pm
X%%SITE_PERL%%/Net/DNS/Check/Test/soa_retry_compare.pm
X%%SITE_PERL%%/Net/DNS/Check/Test/unknown.pm
X%%SITE_PERL%%/Net/DNS/Check/Test/host_ip_vs_ip_orig.pm
X%%SITE_PERL%%/Net/DNS/Check/Test/ns_vs_delegated.pm
X%%SITE_PERL%%/Net/DNS/Check/Test/soa_retry_range.pm
X%%SITE_PERL%%/Net/DNS/Check/Test/soa_serial_compare.pm
X%%SITE_PERL%%/Net/DNS/Check/Test/host_ip_private.pm
X%%SITE_PERL%%/Net/DNS/Check/Test/soa_expire_range.pm
X%%SITE_PERL%%/Net/DNS/Check/Test/soa_master_in_ns.pm
X%%SITE_PERL%%/Net/DNS/Check/Test/host_syntax.pm
X%%SITE_PERL%%/Net/DNS/Check/Test/soa_refresh_range.pm
X%%SITE_PERL%%/Net/DNS/Check/Test/ns_compare.pm
X%%SITE_PERL%%/Net/DNS/Check/Test/host_not_cname.pm
X%%SITE_PERL%%/Net/DNS/Check/Test/soa_refresh_compare.pm
X%%SITE_PERL%%/Net/DNS/Check/Test/soa_serial_syntax.pm
X%%SITE_PERL%%/Net/DNS/Check/NSQuery.pm
X%%SITE_PERL%%/Net/DNS/Check/HostsList.pm
X%%SITE_PERL%%/Net/DNS/Check/Config.pm
X%%SITE_PERL%%/Net/DNS/Check/Host.pm
X%%SITE_PERL%%/Net/DNS/Check/Test.pm
X%%SITE_PERL%%/Net/DNS/Check.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/Check/.packlist
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS/Check
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNS
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
X@dirrmtry %%SITE_PERL%%/Net/DNS/Check/Test
X@dirrmtry %%SITE_PERL%%/Net/DNS/Check
X@dirrmtry %%SITE_PERL%%/Net/DNS
X@dirrmtry %%SITE_PERL%%/Net
1ac11ea62352f67487fd41d71e39ab5f
echo x - p5-Net-DNS-Check/distinfo
sed 's/^X//' >p5-Net-DNS-Check/distinfo << 'cf13da89608d5fd1ba4cf9ec7e0521ae'
XSHA256 (Net-DNS-Check-0.45.tar.gz) = 13a7eefb660426d0fcc3b3ddb7ea1848e4d919f112df16f33384b88b25476de1
XSIZE (Net-DNS-Check-0.45.tar.gz) = 23466
cf13da89608d5fd1ba4cf9ec7e0521ae
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon May 30 23:20:20 UTC 2011 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157445 
Responsible-Changed-From-To: perl->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Tue May 31 05:17:46 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157445 

From: Frederic Culot <culot@FreeBSD.org>
To: bug-followup@FreeBSD.org, Ryan Steinmetz <rpsfa@rit.edu>
Cc:  
Subject: Re: ports/157445: [new port] dns/p5-Net-DNS-Check
Date: Tue, 31 May 2011 13:31:10 +0200

 Hi Ryan,
 
 thanks for submitting this new port.
 I would be pleased to commit it but before that I wanted to make sure that
 adding this port is relevant, particularly with regards to the existing
 dns/dnscheckengine port. As I do not use these kinds of dns check tools I wanted
 to ask you: have you tried dns/dnscheckengine before and if yes what does your
 port bring that dns/dnscheckengine does not? 
 
 I also noted that the dns/dnscheckengine is still maintained as shown here:
 
 https://github.com/dotse/dnscheck
 
 whereas developments on p5-Net-DNS-Check seem to have stopped in 2005.
 
 Don't get me wrong, I am not making any judgement with regards to the quality of
 the underlying software but the idea is to avoid redundancy in the ports tree,
 so I wanted to have your confirmation that this new port could not be replaced
 by dns/dnscheckengine.
 
 Thanks for your feedback Ryan!
 Frederic
 

From: Ryan Steinmetz <rpsfa@rit.edu>
To: Frederic Culot <culot@FreeBSD.org>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/157445: [new port] dns/p5-Net-DNS-Check
Date: Tue, 31 May 2011 17:32:26 -0400

 Frederic,
 
 I haven't used dns/dnscheckengine yet, but it does look like it requires additional dependencies and installs binaries that p5-Net-DNS-Check does not need.
 
 I agree, it does appear that dnscheckengine has much more recent activity on it, code-wise.
 
 -r
State-Changed-From-To: open->closed 
State-Changed-By: culot 
State-Changed-When: Wed Jun 1 08:58:05 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157445 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/157445: commit references a PR
Date: Wed,  1 Jun 2011 08:53:30 +0000 (UTC)

 culot       2011-06-01 08:53:22 UTC
 
   FreeBSD ports repository
 
   Modified files:
     dns                  Makefile 
   Added files:
     dns/p5-Net-DNS-Check Makefile distinfo pkg-descr pkg-plist 
   Log:
   Net::DNS::Check is a collection of OOP Perl modules allowing easy
   implementation of applications for domain name checking.
   
   WWW: http://search.cpan.org/dist/Net-DNS-Check/
   
   PR:             ports/157445
   Submitted by:   Ryan Steinmetz <rpsfa@rit.edu>
   
   Revision  Changes    Path
   1.134     +1 -0      ports/dns/Makefile
   1.1       +35 -0     ports/dns/p5-Net-DNS-Check/Makefile (new)
   1.1       +2 -0      ports/dns/p5-Net-DNS-Check/distinfo (new)
   1.1       +9 -0      ports/dns/p5-Net-DNS-Check/pkg-descr (new)
   1.1       +34 -0     ports/dns/p5-Net-DNS-Check/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
