Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Apr 2011 22:51:09 +0800 (CST)
From:      Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/156661: [NEW PORT] dns/p5-Net-Amazon-Route53: Manage your DNS entries on Amazon's Route53 service
Message-ID:  <20110426145109.24BBA8A025@Florence.tamama.org>
Resent-Message-ID: <201104261500.p3QF0KHk040394@freefall.freebsd.org>

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

>Number:         156661
>Category:       ports
>Synopsis:       [NEW PORT] dns/p5-Net-Amazon-Route53: Manage your DNS entries on Amazon's Route53 service
>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:   Tue Apr 26 15:00:19 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jui-Nan Lin
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD Florence.tamama.org 8.2-RELEASE FreeBSD 8.2-RELEASE #12: Fri Feb 25 09:26:52 CST 2011
>Description:

Please close ports/156611. This PR is an update of it.

The Net::Amazon::Route53 Perl module allows you to manage DNS
records for your domains via Amazon's Route 53 service.

For more information, visit http://aws.amazon.com/route53/.

WWW:	http://search.cpan.org/dist/Net-Amazon-Route53/

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-Net-Amazon-Route53-0.110310.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:
#
#	p5-Net-Amazon-Route53
#	p5-Net-Amazon-Route53/pkg-plist
#	p5-Net-Amazon-Route53/distinfo
#	p5-Net-Amazon-Route53/Makefile
#	p5-Net-Amazon-Route53/pkg-descr
#
echo c - p5-Net-Amazon-Route53
mkdir -p p5-Net-Amazon-Route53 > /dev/null 2>&1
echo x - p5-Net-Amazon-Route53/pkg-plist
sed 's/^X//' >p5-Net-Amazon-Route53/pkg-plist << '393c250cc0c131e70b1de3bc482cab5c'
X@comment $FreeBSD$
Xbin/route53
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Amazon/Route53/.packlist
X%%SITE_PERL%%/Net/Amazon/Route53/Change.pm
X%%SITE_PERL%%/Net/Amazon/Route53/HostedZone.pm
X%%SITE_PERL%%/Net/Amazon/Route53/ResourceRecordSet.pm
X%%SITE_PERL%%/Net/Amazon/Route53.pm
X@dirrmtry %%SITE_PERL%%/Net/Amazon/Route53
X@dirrmtry %%SITE_PERL%%/Net/Amazon
X@dirrmtry %%SITE_PERL%%/Net
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Amazon/Route53
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Amazon
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
393c250cc0c131e70b1de3bc482cab5c
echo x - p5-Net-Amazon-Route53/distinfo
sed 's/^X//' >p5-Net-Amazon-Route53/distinfo << '0109ccff8f2dcd7757321feeb379730e'
XSHA256 (Net-Amazon-Route53-0.110310.tar.gz) = 553c958a4c646b44b09ee312625e5a74349c26cb234edad2ba9adcf7e352bbf2
XSIZE (Net-Amazon-Route53-0.110310.tar.gz) = 17916
0109ccff8f2dcd7757321feeb379730e
echo x - p5-Net-Amazon-Route53/Makefile
sed 's/^X//' >p5-Net-Amazon-Route53/Makefile << '08c72eadba8dbd4f72fdc61d58c88b56'
X# New ports collection makefile for:	p5-Net-Amazon-Route53
X# Date created:		2011-04-24
X# Whom:			Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Net-Amazon-Route53
XPORTVERSION=	0.110310
XCATEGORIES=	dns perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	jnlin@csie.nctu.edu.tw
XCOMMENT=	Manage your DNS entries on Amazon's Route53 service
X
XBUILD_DEPENDS=	p5-libwww>0:${PORTSDIR}/www/p5-libwww \
X		p5-Crypt-SSLeay>0:${PORTSDIR}/security/p5-Crypt-SSLeay \
X		p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC \
X		p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \
X		p5-MIME-Base64>0:${PORTSDIR}/converters/p5-MIME-Base64 \
X		p5-Mouse>0:${PORTSDIR}/devel/p5-Mouse \
X		p5-XML-Bare>0:${PORTSDIR}/textproc/p5-XML-Bare
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN1=		route53.1
XMAN3=		Net::Amazon::Route53.3 Net::Amazon::Route53::HostedZone.3 Net::Amazon::Route53::ResourceRecordSet.3 Net::Amazon::Route53::Change.3
X
X.include <bsd.port.mk>
08c72eadba8dbd4f72fdc61d58c88b56
echo x - p5-Net-Amazon-Route53/pkg-descr
sed 's/^X//' >p5-Net-Amazon-Route53/pkg-descr << 'a9b2d34f268ac35eb138204bca1badfd'
XThe Net::Amazon::Route53 Perl module allows you to manage DNS
Xrecords for your domains via Amazon's Route 53 service.
X
XFor more information, visit http://aws.amazon.com/route53/.
X
XWWW:	http://search.cpan.org/dist/Net-Amazon-Route53/
a9b2d34f268ac35eb138204bca1badfd
exit
--- p5-Net-Amazon-Route53-0.110310.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?20110426145109.24BBA8A025>