1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 0.7

- Update WWW
- Style

PR:		ports/121003
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:	mainainer
This commit is contained in:
Gabor Kovesdan 2008-02-26 11:56:51 +00:00
parent 7176c4aac3
commit edd77b20ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207931
4 changed files with 18 additions and 12 deletions

View File

@ -6,29 +6,26 @@
#
PORTNAME= Amazon-SQS-Simple
PORTVERSION= 0.5
PORTVERSION= 0.7
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/S/SW/SWHITAKER
MASTER_SITES= CPAN/../../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
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Amazon::SQS::Simple::Message.3 \
Amazon::SQS::Simple::Queue.3 \
Amazon::SQS::Simple::Base.3 \
Amazon::SQS::Simple::SendResponse.3 \
Amazon::SQS::Simple.3
SUB_FILES= pkg-message

View File

@ -1,3 +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
MD5 (Amazon-SQS-Simple-0.7.tar.gz) = 095d48a703038e658518934a5abec076
SHA256 (Amazon-SQS-Simple-0.7.tar.gz) = 27f2a1d9c99400dc9aa983c028db1be41c46c607d55b1189a792d7fce49f5318
SIZE (Amazon-SQS-Simple-0.7.tar.gz) = 7759

View File

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

View File

@ -1,11 +1,20 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Amazon/SQS/Simple/.packlist
%%SITE_PERL%%/Amazon/SQS/._Simple.pm
%%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%%/Amazon/SQS/Simple/._SendResponse.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
%%SITE_PERL%%/Amazon/SQS/Simple/SendResponse.pm
@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
@dirrmtry %%SITE_PERL%%/Amazon/SQS/Simple
@dirrmtry %%SITE_PERL%%/Amazon/SQS
@dirrmtry %%SITE_PERL%%/Amazon