Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 May 2011 23:16:51 GMT
From:      Ryan Steinmetz <rpsfa@rit.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/157445: [new port] dns/p5-Net-DNS-Check
Message-ID:  <201105302316.p4UNGpKf037843@red.freebsd.org>
Resent-Message-ID: <201105302320.p4UNK9HV022732@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         157445
>Category:       ports
>Synopsis:       [new port] dns/p5-Net-DNS-Check
>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:   Mon May 30 23:20:09 UTC 2011
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105302316.p4UNGpKf037843>