- New port p5-Net-Amazon-Thumbnail-0.06
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. PR: ports/121915 Submitted by: Greg Larkin <glarkin at sourcehosting.net>
This commit is contained in:
parent
141768ecc6
commit
90b55483dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209719
6 changed files with 66 additions and 0 deletions
|
@ -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
|
||||
|
|
34
net/p5-Net-Amazon-Thumbnail/Makefile
Normal file
34
net/p5-Net-Amazon-Thumbnail/Makefile
Normal file
|
@ -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>
|
3
net/p5-Net-Amazon-Thumbnail/distinfo
Normal file
3
net/p5-Net-Amazon-Thumbnail/distinfo
Normal file
|
@ -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
|
9
net/p5-Net-Amazon-Thumbnail/pkg-descr
Normal file
9
net/p5-Net-Amazon-Thumbnail/pkg-descr
Normal file
|
@ -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/
|
16
net/p5-Net-Amazon-Thumbnail/pkg-message
Normal file
16
net/p5-Net-Amazon-Thumbnail/pkg-message
Normal file
|
@ -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.
|
3
net/p5-Net-Amazon-Thumbnail/pkg-plist
Normal file
3
net/p5-Net-Amazon-Thumbnail/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
%%SITE_PERL%%/Net/Amazon/Thumbnail.pm
|
||||
@dirrmtry %%SITE_PERL%%/Net/Amazon
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
Loading…
Reference in a new issue