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: ports/117720: [NEW PORT] net/p5-Amazon-SQS-Simple: OO API for accessing the Amazon Simple Queue Service Message-ID: <200710311430.l9VEUVFi020012@ports.entropy.prv> Resent-Message-ID: <200710311440.l9VEe2EM039937@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 31 14:40:02 UTC 2007 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710311430.l9VEUVFi020012>