Update p5-Net-Amazon to 1.40, and fixed dependency about Time::HiRes module.

0.40 (03/12/2007)
   (cb) UPC accepts a search index, so process it.
   (cb) Fix the documentation for ProductName.
   (cb) Make ProductName an alias for [Tt]itle, both ProductName suggestions
        were from Frank Tobia <frank.tobia@gmail.com>.
   (cb) Add searches for director and title, contributed by Carl Franks
        <fireartist@gmail.com>.

0.39 (02/18/2007)
   (cb) Update documentation, 10-digit vs. 13-digit ISBN was incorrect.
   (cb) Add support for searching by EAN.  This is only valid for
        non-US locations.  Suggested by Nick Faarvang.
   (cb) Remove UPC ItemSearch'es for non-US locales, it is invalid.
   (cb) Fix a long standing bug when validating search against non-US
        locales.

0.38 (01/24/2007)
   (cb) Update documentation, dewey_decimal_number is for non-fiction
        only.
   (cb) Add support for searching by ISBN.
   (cb) UPC is an ItemLookup, not an ItemSearch.

0.37 (01/23/2007)
   (cb) Update to WSDL 01-17-2007.
   (cb) Update index.html to indicate a differences between AWS3 and
        AWS4 releases.
   (cb) Add POD for all types of item searches.
   (cb) Add actor, and author to the SEARCH_TYPE_CLASS_MAP.
   (cb) README is generated from Amazon.pm, update Amazon.pm with the
        changes made to README, and regenerate README.
   (cb) Mike Schilli found a bug with non-US locales for Reviews where
        TotalVotes was always zero.  This caused a bogus warning.

0.36 (01/09/2007)
   (cb) Christopher Boumenot is taking over has maintainer of Net::Amazon.
   (cb) Update the library to use AWS4 from AWS3.  The changes involved
        are quite deep.  While I have strived to keep interfaces the same
        that was not always possible.  I am sure there are still bugs
        to be had that need to be fixed.
   (cb) Add searching by Author, Actor, MusicLabel, and Publisher.
   (cb) Add the property functions numpages(), dewey_decimal(), and
        SuperSaverShipping().
   (cb) Add new property classes for CE (consumer electronics), Software,
        and VideoGames.
   (cb) Restrucure the fetch code to reduce the need to directly poke
        the XML where applicable.  There is still cleanup that needs to
        be done.
   (cb) Remove to need explicitly specify mode parameters.
   (cb) Autogenerate libraries based on data from Amazon's ECS specs to
        determine a default mode for the user.
   (cb) Autogenerate libraries based on data form Amazon's ECS specs to
        determine the search types available for a given.  This
        information is also locale specific.
   (cb) Cleanup locale support, and add support for France, and Canada.
        Locale support needs more testing.
   (cb) Add support for the different search response types in AWS4:
        small, medium, large, similarities, reviews, etc.  The search
        response type is automatically determined based on search mode.

0.35 (02/04/2006)
   (ms) Took starring() out of eg/asin_dvd, looks like it is no longer
        supported by amzn (reported by Joseph Ronie).
This commit is contained in:
OBATA Akio 2007-03-25 05:21:48 +00:00 committed by Thomas Klausner
parent bc60f1d62e
commit 064f730f26
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.2 2005/09/02 18:30:55 kuli0020 Exp $
# $NetBSD: Makefile,v 1.3 2007/03/25 05:21:48 obache Exp $
DISTNAME= Net-Amazon-0.34
DISTNAME= Net-Amazon-0.40
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
@ -13,7 +13,7 @@ DEPENDS+= p5-libwww>=2:../../www/p5-libwww
DEPENDS+= p5-URI>=0:../../www/p5-URI
DEPENDS+= p5-XML-Simple>=2.08:../../textproc/p5-XML-Simple
DEPENDS+= p5-Log-Log4perl>=0.30:../../wip/p5-Log-Log4perl
DEPENDS+= {perl>=5.007003,p5-Time-HiRes>=1}:../../time/p5-Time-HiRes
DEPENDS+= {perl>=5.007.003,p5-Time-HiRes>=1}:../../time/p5-Time-HiRes
PERL5_PACKLIST= auto/Net/Amazon/.packlist

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2005/08/24 21:18:37 kuli0020 Exp $
$NetBSD: distinfo,v 1.2 2007/03/25 05:21:48 obache Exp $
SHA1 (Net-Amazon-0.34.tar.gz) = a61a63a7f554a1cc8a2557268c40f54c186ccc8a
RMD160 (Net-Amazon-0.34.tar.gz) = 1cc315cbb5b5d7c39ebdbba3a9322ee9d2fca06b
Size (Net-Amazon-0.34.tar.gz) = 139241 bytes
SHA1 (Net-Amazon-0.40.tar.gz) = 21593ed7c85da1da25d9f8f89d89e388c89bde49
RMD160 (Net-Amazon-0.40.tar.gz) = a81d05a7c7f62b36fc6d2562c64c944214462ef6
Size (Net-Amazon-0.40.tar.gz) = 165147 bytes