1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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>
This commit is contained in:
Martin Wilke 2007-12-12 13:33:32 +00:00
parent e2a0f5b551
commit 62c9c4f90f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203294
6 changed files with 83 additions and 0 deletions

View File

@ -423,6 +423,7 @@
SUBDIR += osrtspproxy
SUBDIR += ossp-sa
SUBDIR += p5-AddressBook
SUBDIR += p5-Amazon-SQS-Simple
SUBDIR += p5-Apache2-SOAP
SUBDIR += p5-BBS-UserInfo
SUBDIR += p5-BBS-UserInfo-Maple3

View File

@ -0,0 +1,45 @@
# New ports collection makefile for: p5-Amazon-SQS-Simple
# Date created: 2007-10-31
# Whom: Greg Larkin <glarkin@sourcehosting.net>
#
# $FreeBSD$
#
PORTNAME= Amazon-SQS-Simple
PORTVERSION= 0.5
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/S/SW/SWHITAKER
PKGNAMEPREFIX= p5-
MAINTAINER= glarkin@sourcehosting.net
COMMENT= OO API for accessing the Amazon Simple Queue Service
RUN_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
${SITE_PERL}/Digest/HMAC_SHA1.pm:${PORTSDIR}/security/p5-Digest-HMAC \
${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
${SITE_PERL}/Digest/HMAC_SHA1.pm:${PORTSDIR}/security/p5-Digest-HMAC \
${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
PERL_CONFIGURE= yes
MAN3= Amazon::SQS::Simple::Message.3 \
Amazon::SQS::Simple::Queue.3 \
Amazon::SQS::Simple::Base.3 \
Amazon::SQS::Simple.3
SUB_FILES= pkg-message
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (Amazon-SQS-Simple-0.5.tar.gz) = 213d80ce0fda88f24f7e293076b5a44b
SHA256 (Amazon-SQS-Simple-0.5.tar.gz) = c7ff78ae5f249e1f867a8780e9c7d5270277a0306f13a3c956872bbd1aef7626
SIZE (Amazon-SQS-Simple-0.5.tar.gz) = 7589

View File

@ -0,0 +1,20 @@
You need to do some things before you can use the Amazon Simple
Queue Service:
1) Visit http://aws.amazon.com/ to create an Amazon AWS account.
2) Obtain your AWS public key and secret key to use with the SQS service.
3) Use the Amazon AWS calculator to estimate your monthly cost:
http://calculator.s3.amazonaws.com/calc5.html?
4) Visit the Amazon SQS Resource Center for information, tutorials and
sample code:
http://developer.amazonwebservices.com/connect/kbcategory.jspa?categoryID=8
DISCLAIMER: No one but you is responsible for paying Amazon to use
the SQS service. SQS does not have a free sandbox area,
so be aware how much money you are spending to use the
service.

View File

@ -0,0 +1,3 @@
This module provides a Perlish interface to Amazon SQS.
WWW: http://search.cpan.org/~swhitaker/Amazon-SQS-Simple-0.5/

View File

@ -0,0 +1,11 @@
%%SITE_PERL%%/Amazon/SQS/Simple.pm
%%SITE_PERL%%/Amazon/SQS/Simple/Base.pm
%%SITE_PERL%%/Amazon/SQS/Simple/Message.pm
%%SITE_PERL%%/Amazon/SQS/Simple/Queue.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Amazon/SQS/Simple/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Amazon/SQS/Simple
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Amazon/SQS
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Amazon
@dirrm %%SITE_PERL%%/Amazon/SQS/Simple
@dirrm %%SITE_PERL%%/Amazon/SQS
@dirrm %%SITE_PERL%%/Amazon