diff options
author | tv <tv@pkgsrc.org> | 2007-01-09 17:09:54 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2007-01-09 17:09:54 +0000 |
commit | 3ffac389adc33e69475db54598f3ef22db8ef262 (patch) | |
tree | 06a4aa96a09d574543970d0d00bdf4c20071f713 /net/p5-Net-Amazon-S3 | |
parent | 749d3570aaf001dc0a2a4d868243fb6f2d4e2a04 (diff) | |
download | pkgsrc-3ffac389adc33e69475db54598f3ef22db8ef262.tar.gz |
Perl module Net::Amazon::S3 0.37, an object-based interface to the Amazon S3
distributed storage facility. DESCR:
=====
This module provides a Perlish interface to Amazon S3. From the
developer blurb: "Amazon S3 is storage for the Internet. It is designed
to make web-scale computing easier for developers. Amazon S3 provides a
simple web services interface that can be used to store and retrieve any
amount of data, at any time, from anywhere on the web. It gives any
developer access to the same highly scalable, reliable, fast,
inexpensive data storage infrastructure that Amazon uses to run its own
global network of web sites. The service aims to maximize benefits of
scale and to pass those benefits on to developers".
To find out more about S3, please visit: http://s3.amazonaws.com/
Diffstat (limited to 'net/p5-Net-Amazon-S3')
-rw-r--r-- | net/p5-Net-Amazon-S3/DESCR | 11 | ||||
-rw-r--r-- | net/p5-Net-Amazon-S3/Makefile | 25 | ||||
-rw-r--r-- | net/p5-Net-Amazon-S3/PLIST | 1 | ||||
-rw-r--r-- | net/p5-Net-Amazon-S3/distinfo | 5 |
4 files changed, 42 insertions, 0 deletions
diff --git a/net/p5-Net-Amazon-S3/DESCR b/net/p5-Net-Amazon-S3/DESCR new file mode 100644 index 00000000000..5534910e8b3 --- /dev/null +++ b/net/p5-Net-Amazon-S3/DESCR @@ -0,0 +1,11 @@ +This module provides a Perlish interface to Amazon S3. From the +developer blurb: "Amazon S3 is storage for the Internet. It is designed +to make web-scale computing easier for developers. Amazon S3 provides a +simple web services interface that can be used to store and retrieve any +amount of data, at any time, from anywhere on the web. It gives any +developer access to the same highly scalable, reliable, fast, +inexpensive data storage infrastructure that Amazon uses to run its own +global network of web sites. The service aims to maximize benefits of +scale and to pass those benefits on to developers". + +To find out more about S3, please visit: http://s3.amazonaws.com/ diff --git a/net/p5-Net-Amazon-S3/Makefile b/net/p5-Net-Amazon-S3/Makefile new file mode 100644 index 00000000000..264a0667eec --- /dev/null +++ b/net/p5-Net-Amazon-S3/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/01/09 17:09:54 tv Exp $ + +DISTNAME= Net-Amazon-S3-0.37 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= tv@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Net-Amazon-S3/ +COMMENT= Framework for accessing amazon.com via SOAP and XML/HTTP + +DEPENDS+= p5-Class-Accessor>=0:../../devel/p5-Class-Accessor +DEPENDS+= p5-DateTime-Format-Strptime>=0:../../time/p5-DateTime-Format-Strptime +DEPENDS+= p5-Digest-HMAC>=0:../../security/p5-Digest-HMAC +DEPENDS+= p5-libwww>=2:../../www/p5-libwww +DEPENDS+= p5-MIME-Base64>=0:../../converters/p5-MIME-Base64 +DEPENDS+= p5-URI>=0:../../www/p5-URI +DEPENDS+= p5-XML-LibXML>=0:../../textproc/p5-XML-LibXML + +BUILD_DEPENDS+= {perl>=5.8.0,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple + +PERL5_PACKLIST= auto/Net/Amazon/S3/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-Amazon-S3/PLIST b/net/p5-Net-Amazon-S3/PLIST new file mode 100644 index 00000000000..ead6eeca27b --- /dev/null +++ b/net/p5-Net-Amazon-S3/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/09 17:09:54 tv Exp $ diff --git a/net/p5-Net-Amazon-S3/distinfo b/net/p5-Net-Amazon-S3/distinfo new file mode 100644 index 00000000000..bb9db17231d --- /dev/null +++ b/net/p5-Net-Amazon-S3/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/01/09 17:09:54 tv Exp $ + +SHA1 (Net-Amazon-S3-0.37.tar.gz) = 0121e225b7aedb42e45c154db3d647a3ec97c0a5 +RMD160 (Net-Amazon-S3-0.37.tar.gz) = bdae69ccb67a291f77e5522e3f8be3211881aede +Size (Net-Amazon-S3-0.37.tar.gz) = 16683 bytes |