summaryrefslogtreecommitdiff
path: root/net/p5-Net-Amazon
AgeCommit message (Collapse)AuthorFilesLines
2009-07-18Update p5-Net-Amazon to 0.54.obache2-6/+6
0.54 (06/17/2009) (cb) Alfons Wittmann reported that signing requests broke caching due to the current time being incorporated into every signed URL submitted.
2009-06-17Update p5-Net-Amazon to 0.53.obache2-7/+7
While here, set LICENSE=${PERL5_LICENSE}. Revision history for Perl extension Net::Amazon: 0.53 (06/13/2009) (cb) Nathan Handler re-reported a man page issue on Ubuntu, rt 46708. I managed to fix 197 issues, except for the specific one he called out in the bug. 0.52 (06/09/2009) (cb) Nathan Handler reported a man page issue on Ubuntu, rt 46708. 0.51 (06/05/2009) (cb) Vince Veselosky submitted a patch to support request signing, a feature that is required for accessing AWS after 2009-08-15. Upgrading is recommended. (cb) Complete the upgrade to WSDL 2009-03-31 that was started by Vince Veselosky. (cb) Clean-up POD issues found by pod checker. (cb) Indicate the code has moved to github.com. (cb) Update the README to reflect the actual date of the WSDL.
2009-03-21Remove MAINTAINER at their request.darcy1-2/+2
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-07-31Import p5-Net-Amazon version 0.50 from pkgsrc-wip.obache3-0/+32
Net::Amazon provides an object-oriented interface to amazon.com's SOAP and XML/HTTP interfaces. This way it's possible to create applications using Amazon's vast amount of data via a functional interface, without having to worry about the underlying communication mechanism.