Port details |
- p5-Net-Amazon Framework for accessing amazon.com via SOAP and XML/HTTP
- 0.62_1 net =4 0.62_1Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2003-10-28 16:36:59
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: libxml2, p5-Authen-PAM, libwmf, openssl, nasm
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Net-Amazon
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Net-Amazon>0:net/p5-Net-Amazon
- To install the port:
- cd /usr/ports/net/p5-Net-Amazon/ && make install clean
- To add the package, run one of these commands:
- pkg install net/p5-Net-Amazon
- pkg install p5-Net-Amazon
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Net-Amazon
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Net-Amazon-0.62.tar.gz) = e26ade6842f070e307eb2bf13040a75050fac69af8f7eca322f75a64b4455c06
SIZE (Net-Amazon-0.62.tar.gz) = 219344
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Log-Log4perl>=0 : devel/p5-Log-Log4perl
- p5-URI>=0 : net/p5-URI
- p5-XML-Simple>=0 : textproc/p5-XML-Simple
- p5-libwww>=0 : www/p5-libwww
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Log-Log4perl>=0 : devel/p5-Log-Log4perl
- p5-URI>=0 : net/p5-URI
- p5-XML-Simple>=0 : textproc/p5-XML-Simple
- p5-libwww>=0 : www/p5-libwww
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_p5-Net-Amazon
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.62_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.62_1 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.62_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.62_1 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
0.62_1 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.62_1 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.62_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.62_1 14 Apr 2015 19:02:33 |
sunpoet |
- Sort *_DEPENDS
- Sort PLIST |
0.62_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.62 05 Nov 2013 16:42:56 |
vanilla |
Support STAGEDIR. |
0.62 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.62 29 Aug 2013 17:16:53 |
sunpoet |
- Add WWW
- Use single space after WWW:
- Remove Author line |
0.62 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.62 28 Jan 2013 00:00:48 |
leeym |
- update to 0.62 |
0.61 17 Dec 2012 15:39:36 |
az |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon. |
0.61 10 Jun 2012 18:42:48 |
swills |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
0.61 04 Jun 2012 11:07:26 |
az |
- Remove SITE_PERL from *_DEPENDS |
0.61 01 May 2012 01:47:10 |
swills |
- Assign clsung's p5- ports to perl@
Approved by: clsung via IRC |
0.61 13 Mar 2012 16:15:36 |
pgollucci |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
0.61 08 Mar 2012 18:45:38 |
pgollucci |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
0.61 29 Oct 2011 12:39:10 |
clsung |
- Update to 0.61 |
0.60 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
0.60 26 Sep 2011 05:32:09 |
clsung |
- Update to 0.60 |
0.59 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.59 21 Sep 2010 16:08:11 |
mm |
Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703
Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000 |
0.59 14 Nov 2009 05:53:31 |
clsung |
- Update to 0.59
PR: ports/140295
Submitted by: Sahil Tandon <sahil_AT_tandon dot net> |
0.57 28 Oct 2009 02:04:50 |
clsung |
- Update to 0.57
Changes: http://search.cpan.org/dist/Net-Amazon/Changes |
0.55 05 Aug 2009 12:01:05 |
clsung |
- Update to 0.55
Changes: http://search.cpan.org/dist/Net-Amazon/Changes |
0.54 24 Jun 2009 08:33:45 |
clsung |
- Update to 0.54
Changes: http://search.cpan.org/dist/Net-Amazon/Changes |
0.53 17 Jun 2009 08:55:34 |
clsung |
- Update to 0.53
Changes: http://search.cpan.org/dist/Net-Amazon/Changes |
0.51 12 Jun 2009 07:22:19 |
clsung |
- Update to 0.51
Changes: http://search.cpan.org/dist/Net-Amazon/Changes |
0.50 29 Aug 2008 06:50:34 |
clsung |
- Update to 0.50
Changes: http://search.cpan.org/dist/Net-Amazon/Changes |
0.49 28 Apr 2008 01:18:19 |
clsung |
- Update to 0.49
Changes: http://search.cpan.org/dist/Net-Amazon/Changes |
0.48 15 Jan 2008 00:58:47 |
clsung |
- Update to 0.48
Changes: http://search.cpan.org/dist/Net-Amazon/Changes |
0.47 05 Jan 2008 04:24:51 |
clsung |
- Update to 0.47
Changes: http://search.cpan.org/dist/Net-Amazon/Changes |
0.43 02 Jul 2007 08:12:35 |
clsung |
- Update to 0.43 |
0.40 22 Mar 2007 08:52:32 |
clsung |
- Update to 0.40
- remove 4.x perl requirement |
0.39 19 Feb 2007 10:41:40 |
clsung |
- Update to 0.39 |
0.38 05 Feb 2007 02:07:11 |
clsung |
- move manpages to Makefile.man |
0.38 05 Feb 2007 01:54:31 |
clsung |
- Update to 0.38 |
0.36 15 Jan 2007 01:56:58 |
clsung |
- Update to 0.36 |
0.35 15 Apr 2006 03:09:10 |
clsung |
- update to 0.35 |
0.34 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
0.34 22 Jan 2006 02:46:07 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.34 21 Jul 2005 03:53:50 |
clsung |
- update to 0.34
- Added similar_asins() to Net::Amazon::Property |
0.33 25 Feb 2005 12:14:17 |
clsung |
- update to 0.33
- from Changes:
- Makefile.PL prerequisite changed from undef to '0'.
- Greg McCann <greg AT cambria dot com> added ThirdPartyProductInfo.
- Added Exchange requests with help by Greg McCann. |
0.32 21 Oct 2004 05:29:29 |
clsung |
- update to 0.32
Approved by: co-mentor (vanilla) |
0.31 13 Oct 2004 06:33:56 |
clsung |
- update to 0.31
- bug fix and patch.
PR: ports/72605
Submitted by: Toshiya SAITOH <toshiya AT saitoh dot nu>
Approved by: co-mentor (vanilla) |
0.29 01 Sep 2004 15:58:37 |
clsung |
Detect p5-Time-HiRes properly.
PR: ports/71245
Submitted by: Simon Dick <simond@irrelevant.org>
Approved by: vanilla (co-mentor) |
0.29 20 Aug 2004 02:56:44 |
clsung |
My territory, suggested by ijliao. :p
Approved by: vanilla (co-mentor) |
0.29 17 Aug 2004 16:05:35 |
vanilla |
- Update to 0.29
- new modules along with manpages...
PR: ports/70552
Submitted by: maintainer |
0.28 09 Aug 2004 15:55:07 |
vanilla |
Update to 0.28.
PR: ports/70155
Submitted by: maintainer |
0.26 19 Jul 2004 15:02:38 |
vanilla |
- Update to 0.26
- rearrange pkg-plist
PR: ports/69284
Submitted by: maintainer |
0.21 05 May 2004 22:25:34 |
vanilla |
- update from 0.19 to 0.21
- add Request/Sort.pm Request/TextStream.pm Response/TextStream.pm
PR: ports/66233
Submitted by: maintainer |
0.19 19 Feb 2004 10:04:12 |
erwin |
- from 0.18 to 0.19
- cut from Changes
(ms) Michael Coulter noticed that eg/review had the
wrong path to Review.pm.
(ms) Sam Smith noticed that the dependency on
LWP::UserAgent was missing from the documentation.
(ms) Bill Fitzpatrick provided a patch implementing and testing
Manufacturer searches.
PR: 63045
Submitted by: maintainer |
0.18 02 Jan 2004 09:38:25 |
erwin |
- update from 0.17 to 0.18
- refine pkg-plist
- Brian Hirt provided a patch for
multiple error messages returned by some requests to AMZN.
There's two accessors now, Response->messages() returning
a ref to an array of error messages, and Response->message()
returning them stringed together for backwards compatibility.
- Padraic Renaghan provided a patch
for access to upc/media/nummedia fields in Music.pm
- Fixed test suite warnings with perl 5.8.2 in N::A::Property::Book.
PR: 60813
Submitted by: maintainer |
0.17 21 Nov 2003 06:48:33 |
linimon |
Add 'Blended' search on a keyword, resulting in matches across the
board. No 'mode' parameter is allowed. According to Amazon's
developer's kit, this will result in up to three matches per
category and can yield a total of 45 matches.
PR: ports/59414
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer) |
0.16 28 Oct 2003 16:34:17 |
erwin |
Add p5-Net-Amazon 0.16,
framework for accessing amazon.com via SOAP
and XML/HTTP.
PR: 58414
Submitted by: clsung@dragon2.net |