summaryrefslogtreecommitdiff
path: root/net/p5-Net-Amazon
AgeCommit message (Collapse)AuthorFilesLines
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. 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=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-02-10Update p5-Net-Amazon to 0.59.obache2-6/+6
0.59 (11/02/2009) (cb) DigitalMusicTrack.pm was not included, reported by Matt Okeson-Harlow. 0.58 (11/01/2009) (cb) Update the Keywords library in Validate - reported by Dave Hodgkinson. (cb) Added customer_location and customer_name accessors to review results for Scott Weisman. (cb) Nathan Handler re-re-reported a man page issue, rt 46708. 0.57 (09/08/2009) (cb) David Raab reported an incomplete kit via rt.cpan.org. Re-run make manifest to address my mistake. 0.56 (09/07/2009) (cb) Add support for searching MP3 downloads as requsted by Dave Hodgkinson. (cb) Required for MP3 Downloads, and inspired by Vince Veselosky's fix, update aws4-itemsearch. (cb) secret_key is now a required parameter. Update all of the example scripts with the secret_key parameter. 0.55 (07/20/2009) (cb) Yuichi Tateno implemented support for the SearchIndex all. (cb) Vince Veselosky fixed adm/aws4-types script, and as a result updated classes in Validate/Type. (cb) Update to WSDL 2009-07-16.
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.