From glarkin@sourcehosting.net  Wed Oct 31 14:31:23 2007
Return-Path: <glarkin@sourcehosting.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 813F316A419
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 31 Oct 2007 14:31:23 +0000 (UTC)
	(envelope-from glarkin@sourcehosting.net)
Received: from mail1.sourcehosting.net (mail1.sourcehosting.net [74.205.51.45])
	by mx1.freebsd.org (Postfix) with ESMTP id 4460213C4A3
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 31 Oct 2007 14:31:23 +0000 (UTC)
	(envelope-from glarkin@sourcehosting.net)
Received: from 68-189-244-97.dhcp.oxfr.ma.charter.com ([68.189.244.97] helo=Gregory-Larkins-Computer.local)
	by mail1.sourcehosting.net with esmtp (Exim 4.68 (FreeBSD))
	(envelope-from <glarkin@sourcehosting.net>)
	id 1InEay-0009Jq-0P; Wed, 31 Oct 2007 10:31:04 -0400
Received: from ports.entropy.prv (ports.entropy.prv [192.168.1.18])
	by Gregory-Larkins-Computer.local (Postfix) with ESMTP
	id B5B7216BCF47; Wed, 31 Oct 2007 10:30:58 -0400 (EDT)
Received: from ports.entropy.prv (localhost [127.0.0.1])
	by ports.entropy.prv (8.13.6/8.13.6) with ESMTP id l9VEUViR020013;
	Wed, 31 Oct 2007 10:30:31 -0400 (EDT)
	(envelope-from glarkin@ports.entropy.prv)
Received: (from root@localhost)
	by ports.entropy.prv (8.13.6/8.13.6/Submit) id l9VEUVFi020012;
	Wed, 31 Oct 2007 10:30:31 -0400 (EDT)
	(envelope-from glarkin)
Message-Id: <200710311430.l9VEUVFi020012@ports.entropy.prv>
Date: Wed, 31 Oct 2007 10:30:31 -0400 (EDT)
From: Greg Larkin <glarkin@sourcehosting.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: glarkin@sourcehosting.net
Subject: [NEW PORT] net/p5-Amazon-SQS-Simple: OO API for accessing the Amazon Simple Queue Service
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         117720
>Category:       ports
>Synopsis:       [NEW PORT] net/p5-Amazon-SQS-Simple: OO API for accessing the Amazon Simple Queue Service
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 31 14:40:02 UTC 2007
>Closed-Date:    Wed Dec 12 13:34:03 UTC 2007
>Last-Modified:  Wed Dec 12 13:40:04 UTC 2007
>Originator:     Greg Larkin
>Release:        FreeBSD 6.1-SECURITY i386
>Organization:
SourceHosting.net, LLC
>Environment:
System: FreeBSD ports.entropy.prv 6.1-SECURITY FreeBSD 6.1-SECURITY #0: Thu Apr 26 14:24:01 UTC 2007
>Description:
This module provides a Perlish interface to Amazon SQS.

WWW:	http://search.cpan.org/~swhitaker/Amazon-SQS-Simple-0.5/

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

--- p5-Amazon-SQS-Simple-0.5.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-Amazon-SQS-Simple
#	p5-Amazon-SQS-Simple/Makefile
#	p5-Amazon-SQS-Simple/distinfo
#	p5-Amazon-SQS-Simple/pkg-descr
#	p5-Amazon-SQS-Simple/files
#	p5-Amazon-SQS-Simple/files/pkg-message.in
#	p5-Amazon-SQS-Simple/pkg-plist
#
echo c - p5-Amazon-SQS-Simple
mkdir -p p5-Amazon-SQS-Simple > /dev/null 2>&1
echo x - p5-Amazon-SQS-Simple/Makefile
sed 's/^X//' >p5-Amazon-SQS-Simple/Makefile << 'END-of-p5-Amazon-SQS-Simple/Makefile'
X# New ports collection makefile for:	p5-Amazon-SQS-Simple
X# Date created:		2007-10-31
X# Whom:			Greg Larkin <glarkin@sourcehosting.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Amazon-SQS-Simple
XPORTVERSION=	0.5
XCATEGORIES=	net perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	../../authors/id/S/SW/SWHITAKER
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	glarkin@sourcehosting.net
XCOMMENT=	OO API for accessing the Amazon Simple Queue Service
X
XRUN_DEPENDS=	${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
X		${SITE_PERL}/Digest/HMAC_SHA1.pm:${PORTSDIR}/security/p5-Digest-HMAC \
X		${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
X		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
XBUILD_DEPENDS=	${RUN_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Amazon::SQS::Simple::Message.3 \
X		Amazon::SQS::Simple::Queue.3 \
X		Amazon::SQS::Simple::Base.3 \
X		Amazon::SQS::Simple.3
X
XSUB_FILES=	pkg-message
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500703
XRUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
X.endif
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.post.mk>
END-of-p5-Amazon-SQS-Simple/Makefile
echo x - p5-Amazon-SQS-Simple/distinfo
sed 's/^X//' >p5-Amazon-SQS-Simple/distinfo << 'END-of-p5-Amazon-SQS-Simple/distinfo'
XMD5 (Amazon-SQS-Simple-0.5.tar.gz) = 213d80ce0fda88f24f7e293076b5a44b
XSHA256 (Amazon-SQS-Simple-0.5.tar.gz) = c7ff78ae5f249e1f867a8780e9c7d5270277a0306f13a3c956872bbd1aef7626
XSIZE (Amazon-SQS-Simple-0.5.tar.gz) = 7589
END-of-p5-Amazon-SQS-Simple/distinfo
echo x - p5-Amazon-SQS-Simple/pkg-descr
sed 's/^X//' >p5-Amazon-SQS-Simple/pkg-descr << 'END-of-p5-Amazon-SQS-Simple/pkg-descr'
XThis module provides a Perlish interface to Amazon SQS.
X
XWWW:	http://search.cpan.org/~swhitaker/Amazon-SQS-Simple-0.5/
END-of-p5-Amazon-SQS-Simple/pkg-descr
echo c - p5-Amazon-SQS-Simple/files
mkdir -p p5-Amazon-SQS-Simple/files > /dev/null 2>&1
echo x - p5-Amazon-SQS-Simple/files/pkg-message.in
sed 's/^X//' >p5-Amazon-SQS-Simple/files/pkg-message.in << 'END-of-p5-Amazon-SQS-Simple/files/pkg-message.in'
X
XYou need to do some things before you can use the Amazon Simple
XQueue Service:
X
X1) Visit http://aws.amazon.com/ to create an Amazon AWS account.
X
X2) Obtain your AWS public key and secret key to use with the SQS service.
X
X3) Use the Amazon AWS calculator to estimate your monthly cost:
X   http://calculator.s3.amazonaws.com/calc5.html?
X
X4) Visit the Amazon SQS Resource Center for information, tutorials and
X   sample code:
X   http://developer.amazonwebservices.com/connect/kbcategory.jspa?categoryID=8
X
X   DISCLAIMER: No one but you is responsible for paying Amazon to use
X               the SQS service. SQS does not have a free sandbox area,
X               so be aware how much money you are spending to use the
X               service.
X
END-of-p5-Amazon-SQS-Simple/files/pkg-message.in
echo x - p5-Amazon-SQS-Simple/pkg-plist
sed 's/^X//' >p5-Amazon-SQS-Simple/pkg-plist << 'END-of-p5-Amazon-SQS-Simple/pkg-plist'
X%%SITE_PERL%%/Amazon/SQS/Simple.pm
X%%SITE_PERL%%/Amazon/SQS/Simple/Base.pm
X%%SITE_PERL%%/Amazon/SQS/Simple/Message.pm
X%%SITE_PERL%%/Amazon/SQS/Simple/Queue.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Amazon/SQS/Simple/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Amazon/SQS/Simple
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Amazon/SQS
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Amazon
X@dirrm %%SITE_PERL%%/Amazon/SQS/Simple
X@dirrm %%SITE_PERL%%/Amazon/SQS
X@dirrm %%SITE_PERL%%/Amazon
END-of-p5-Amazon-SQS-Simple/pkg-plist
exit
--- p5-Amazon-SQS-Simple-0.5.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Oct 31 16:47:00 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117720 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Dec 12 13:34:02 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/117720: commit references a PR
Date: Wed, 12 Dec 2007 13:33:37 +0000 (UTC)

 miwi        2007-12-12 13:33:32 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net                  Makefile 
   Added files:
     net/p5-Amazon-SQS-Simple Makefile distinfo pkg-descr pkg-plist 
     net/p5-Amazon-SQS-Simple/files pkg-message.in 
   Log:
   This module provides a Perlish interface to Amazon SQS.
   
   WWW:    http://search.cpan.org/~swhitaker/Amazon-SQS-Simple-0.5/
   
   PR:             ports/117720
   Submitted by:   Greg Larkin <glarkin at sourcehosting.net>
   
   Revision  Changes    Path
   1.1943    +1 -0      ports/net/Makefile
   1.1       +45 -0     ports/net/p5-Amazon-SQS-Simple/Makefile (new)
   1.1       +3 -0      ports/net/p5-Amazon-SQS-Simple/distinfo (new)
   1.1       +20 -0     ports/net/p5-Amazon-SQS-Simple/files/pkg-message.in (new)
   1.1       +3 -0      ports/net/p5-Amazon-SQS-Simple/pkg-descr (new)
   1.1       +11 -0     ports/net/p5-Amazon-SQS-Simple/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:
