diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-03-24 20:02:37 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-03-24 20:02:37 +0000 |
commit | 90b55483dcbfaad7d1771ec6e77b29acd3641f01 (patch) | |
tree | 773c081cf3b13753b1789d37056f68be3135509d /net | |
parent | 141768ecc61d77fc018d9a67c96936071a835e76 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Net-Amazon-Thumbnail/Makefile | 34 | ||||
-rw-r--r-- | net/p5-Net-Amazon-Thumbnail/distinfo | 3 | ||||
-rw-r--r-- | net/p5-Net-Amazon-Thumbnail/pkg-descr | 9 | ||||
-rw-r--r-- | net/p5-Net-Amazon-Thumbnail/pkg-message | 16 | ||||
-rw-r--r-- | net/p5-Net-Amazon-Thumbnail/pkg-plist | 3 |
6 files changed, 66 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index d209295af837..1f0e567dd8cd 100644 --- a/net/Makefile +++ b/net/Makefile @@ -466,6 +466,7 @@ SUBDIR += p5-Net-Amazon-MechanicalTurk SUBDIR += p5-Net-Amazon-S3 SUBDIR += p5-Net-Amazon-Signature + SUBDIR += p5-Net-Amazon-Thumbnail SUBDIR += p5-Net-Analysis SUBDIR += p5-Net-BGP SUBDIR += p5-Net-Blogger diff --git a/net/p5-Net-Amazon-Thumbnail/Makefile b/net/p5-Net-Amazon-Thumbnail/Makefile new file mode 100644 index 000000000000..2b7633caeee5 --- /dev/null +++ b/net/p5-Net-Amazon-Thumbnail/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: p5-Net-Amazon-Thumbnail +# Date created: 2008-03-20 +# Whom: Greg Larkin <glarkin@sourcehosting.net> +# +# $FreeBSD$ +# + +PORTNAME= Net-Amazon-Thumbnail +PORTVERSION= 0.06 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= glarkin@sourcehosting.net +COMMENT= Perl interface to Amazon Alexa Site Thumbnail web service + +RUN_DEPENDS= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \ + ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ + ${SITE_PERL}/Digest/HMAC_SHA1.pm:${PORTSDIR}/security/p5-Digest-HMAC \ + ${SITE_PERL}/URI/QueryParam.pm:${PORTSDIR}/net/p5-URI \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \ + ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ + ${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_MODBUILD= yes + +MAN3= Net::Amazon::Thumbnail.3 + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/net/p5-Net-Amazon-Thumbnail/distinfo b/net/p5-Net-Amazon-Thumbnail/distinfo new file mode 100644 index 000000000000..91f29ffe8162 --- /dev/null +++ b/net/p5-Net-Amazon-Thumbnail/distinfo @@ -0,0 +1,3 @@ +MD5 (Net-Amazon-Thumbnail-0.06.tar.gz) = f3f86cb15076ae95b9a500bae68e5ba0 +SHA256 (Net-Amazon-Thumbnail-0.06.tar.gz) = c660fe06d659fc57e751b73666080219a27f79742b0fad69e56eb602638f87ef +SIZE (Net-Amazon-Thumbnail-0.06.tar.gz) = 7807 diff --git a/net/p5-Net-Amazon-Thumbnail/pkg-descr b/net/p5-Net-Amazon-Thumbnail/pkg-descr new file mode 100644 index 000000000000..72f2424a0dd6 --- /dev/null +++ b/net/p5-Net-Amazon-Thumbnail/pkg-descr @@ -0,0 +1,9 @@ +The Alexa Site Thumbnail web service provides developers with +programmatic access to thumbnail images for the home pages of web +sites. It offers access to Alexa's large and growing collection of +images, gathered from its comprehensive web crawl. This web service +enables developers to enhance web sites, search results, web +directories, blog entries, and other web real estate with Alexa +thumbnail images. + +WWW: http://search.cpan.org/dist/Net-Amazon-Thumbnail/ diff --git a/net/p5-Net-Amazon-Thumbnail/pkg-message b/net/p5-Net-Amazon-Thumbnail/pkg-message new file mode 100644 index 000000000000..4cded7c9d40d --- /dev/null +++ b/net/p5-Net-Amazon-Thumbnail/pkg-message @@ -0,0 +1,16 @@ + +You need to do some things before you can use the Amazon Alexa Site +Thumbnail service: + +1) Visit http://aws.amazon.com/ to create an Amazon AWS account. + +2) Obtain your AWS public key and secret key to use with the thumbnail + service. + +3) Visit http://aws.amazon.com/ast/ for more information and + resources. + + DISCLAIMER: No one but you is responsible for paying Amazon to + use the Thumbnail service. The service does not have + a free sandbox area, so be aware how much money you + are spending to use the service. diff --git a/net/p5-Net-Amazon-Thumbnail/pkg-plist b/net/p5-Net-Amazon-Thumbnail/pkg-plist new file mode 100644 index 000000000000..6dcaac36127a --- /dev/null +++ b/net/p5-Net-Amazon-Thumbnail/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_PERL%%/Net/Amazon/Thumbnail.pm +@dirrmtry %%SITE_PERL%%/Net/Amazon +@dirrmtry %%SITE_PERL%%/Net |