NOTICE: This package has been removed from pkgsrc

./wip/p5-Net-Amazon, Framework for accessing amazon.com via SOAP and XML/HTTP

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.49, Package name: p5-Net-Amazon-0.49, Maintainer: kuli0020

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.


Required to run:
[textproc/p5-XML-Simple] [www/p5-URI] [www/p5-libwww] [time/p5-Time-HiRes] [devel/p5-Log-Log4perl]

Master sites: (Expand)

SHA1: f131ab20566887d0054ee6c0efebf752217c6b26
RMD160: bb5737503dc96a61dcef3592f7f3beaa582247ec
Filesize: 160.394 KB

Version history: (Expand)


CVS history: (Expand)


   2008-07-31 08:19:43 by OBATA Akio | Files touched by this commit (3) | Package removed
Log message:
p5-Net-Amazon was imported as net/p5-Net-Amazon.
   2008-07-31 08:09:42 by OBATA Akio | Files touched by this commit (2)
Log message:
Update p5-Net-Amazon to 0.50.

0.50 (07/29/2008)
   (cb) Michael Hendricks submitted a patch to guarantee that error 
        messages are stored as an arrayref.
   2008-07-21 01:34:43 by abs | Files touched by this commit (54) | Package updated
Log message:
The following have versions in main pkgsrc. Remove from wip and
update any depending packages appropriately 
p5-Class-C3-Componentised
p5-Class-Data-Accessor
p5-Class-ISA
p5-Config-Any
p5-DBIx-Class       
p5-DBIx-Class-Loader       
p5-DBIx-Class-Schema-Loader
p5-Data-Page
p5-Data-Visitor
p5-Log-Log4perl
p5-Module-Find
p5-Object-Signature
p5-Scope-Guard
   2008-06-05 16:00:19 by OBATA Akio | Files touched by this commit (2)
Log message:
Update p5-Net-Amazon to 0.49.

0.49 (04/24/2008)
   (cb) Make an effort to return the price of an item.  Check for the
        price of an item in the following order: Amazon's price, third
        party new, and then third party used.  This issue was reported
        by a least two different people via Mike Schilli.
   2008-02-05 12:22:06 by OBATA Akio | Files touched by this commit (2)
Log message:
Update p5-Net-Amazon to 0.48.

0.48 (01/13/2008)
   (cb) Fix from MATSUU Takuto for ReleaseDate, and Title.  These methods 
        have been moved to the base class.  The theatrical release date
        is now separate from the release date function.
   2008-01-13 13:14:56 by OBATA Akio | Files touched by this commit (3)
Log message:
Update p5-Net-Amazon to 0.47

0.47 (12/16/2007)
   (cb) Fix an issue on Darwin with Perl 5.10.  Yet another issue found
        by CPAN testers - thanks!
   (cb) Aethon ?? (aethon@gmail.com) pointed out that OurPrice() was not
        returning the correct price information.  This has been an issue
        since the cutover to AWS4, and is a great catch.
   2007-12-05 06:36:32 by OBATA Akio | Files touched by this commit (2)
Log message:
Update p5-Net-Amazon to 0.46.

0.46 (11/16/2007)
   (cb) Serge Dubrouski <sergeyfd@gmail.com> submitted a patch for returning
        the width and height of the small, medium, and large images.

0.45 (11/11/2007)
   (cb) Gregor Hermann <gregor+debian@comodo.priv.at> submitted a patch to
        prevent canned tests from contacting the Amazon.com.
   (cb) Jochen Cichon <joschi@vfnet.de> reported a bug when specifying 
        multiple ResponseGroups.
   (cb) Update to the latest WSDL, version 2007-10-29.

0.44 (11/03/2007)
   (cb) Patch by Carl Franks <fireartist@gmail.com> to add support for 
        returning the currency code, and unformatted price.
   (cb) Patch by Carl Franks <fireartist@gmail.com> to address the confusion
        between release date, and publication date.  Prior to version 0.44
        release date was the publication date.  Now release date is the
        release date, and a function to return the publication date has been
        added.
   2007-08-04 04:48:04 by OBATA Akio | Files touched by this commit (2)
Log message:
Update p5-Net-Amazon to 0.43.

0.43 (06/20/2007)
   (cb) Simon Wistow <simon@thegestalt.org> found an bug with wishlist
        processing, which would cause Net::Amazon to give up prematurely.
   (cb) Be more graceful when dealing with Small ResponseGroups by trying
        to avoid Perl warnings.
   (cb) Added a gross hack to deal with Amazon's wishlist handling to ensure
        the wishlist test can actually pass.

0.42 (06/18/2007)
   (cb) Add scripts to automatically generate the canned test data.
   (cb) Serge Dubrouski <sergeyfd@gmail.com> noted an inconsistency in the 
        documentation for ImageUrl{Small,Medium,Large}.  When I converted to 
        AWS4 I renamed these functions accidently.  Add back the old function 
        names, and keep the new functions around.

0.41 (04/10/2007)
   (cb) Tumer Garip <tgarip@neu.edu.tr> found a long standing bug for the
        Music properties whereby track data were not correctly captured, and
        returned.
   (cb) Fix the Artist test to account for this lapse in the future, and add 
        more tests as well.