pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/p5-Net-Amazon Import p5-Net-Amazon version 0.50 fr...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5a68e4079bb6
branches: trunk
changeset: 545338:5a68e4079bb6
user: obache <obache%pkgsrc.org@localhost>
date: Thu Jul 31 06:15:13 2008 +0000
description:
Import p5-Net-Amazon version 0.50 from pkgsrc-wip.
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.
diffstat:
net/p5-Net-Amazon/DESCR | 4 ++++
net/p5-Net-Amazon/Makefile | 23 +++++++++++++++++++++++
net/p5-Net-Amazon/distinfo | 5 +++++
3 files changed, 32 insertions(+), 0 deletions(-)
diffs (44 lines):
diff -r f57d76e44c81 -r 5a68e4079bb6 net/p5-Net-Amazon/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Amazon/DESCR Thu Jul 31 06:15:13 2008 +0000
@@ -0,0 +1,4 @@
+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.
diff -r f57d76e44c81 -r 5a68e4079bb6 net/p5-Net-Amazon/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Amazon/Makefile Thu Jul 31 06:15:13 2008 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/31 06:15:13 obache Exp $
+
+DISTNAME= Net-Amazon-0.50
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER= kuli0020%umn.edu@localhost
+HOMEPAGE= http://search.cpan.org/dist/Net-Amazon/
+COMMENT= Framework for accessing amazon.com via SOAP and XML/HTTP
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+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:../../devel/p5-Log-Log4perl
+DEPENDS+= {perl>=5.007.003,p5-Time-HiRes>=1}:../../time/p5-Time-HiRes
+
+PERL5_PACKLIST= auto/Net/Amazon/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f57d76e44c81 -r 5a68e4079bb6 net/p5-Net-Amazon/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Amazon/distinfo Thu Jul 31 06:15:13 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/31 06:15:13 obache Exp $
+
+SHA1 (Net-Amazon-0.50.tar.gz) = 666b46d46bafb252b86c9462a29b4610cfdc8ca6
+RMD160 (Net-Amazon-0.50.tar.gz) = 825bd9b4cf3051e54142ccdac50be0d804d7e5a2
+Size (Net-Amazon-0.50.tar.gz) = 164298 bytes
Home |
Main Index |
Thread Index |
Old Index