Date: Thu, 20 Mar 2008 11:13:59 -0400 (EDT) From: Greg Larkin <glarkin@sourcehosting.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/121915: [NEW PORT] net/p5-Net-Amazon-Thumbnail: Perl interface to Amazon Alexa Site Thumbnail web service Message-ID: <200803201513.m2KFDxrD034975@ports.entropy.prv> Resent-Message-ID: <200803201520.m2KFK0oZ001428@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 121915 >Category: ports >Synopsis: [NEW PORT] net/p5-Net-Amazon-Thumbnail: Perl interface to Amazon Alexa Site Thumbnail web service >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 20 15:20:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Greg Larkin >Release: FreeBSD 6.1-SECURITY i386 >Organization: SourceHosting.net, LLC >Environment: System: FreeBSD ports.entropy.prv 6.1-SECURITY FreeBSD 6.1-SECURITY #0: Wed Feb 13 01:40:13 UTC 2008 >Description: 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/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Net-Amazon-Thumbnail-0.06.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Net-Amazon-Thumbnail # p5-Net-Amazon-Thumbnail/pkg-plist # p5-Net-Amazon-Thumbnail/Makefile # p5-Net-Amazon-Thumbnail/distinfo # p5-Net-Amazon-Thumbnail/pkg-descr # p5-Net-Amazon-Thumbnail/pkg-message # echo c - p5-Net-Amazon-Thumbnail mkdir -p p5-Net-Amazon-Thumbnail > /dev/null 2>&1 echo x - p5-Net-Amazon-Thumbnail/pkg-plist sed 's/^X//' >p5-Net-Amazon-Thumbnail/pkg-plist << 'END-of-p5-Net-Amazon-Thumbnail/pkg-plist' X%%SITE_PERL%%/Net/Amazon/Thumbnail.pm X@dirrmtry %%SITE_PERL%%/Net/Amazon X@dirrmtry %%SITE_PERL%%/Net END-of-p5-Net-Amazon-Thumbnail/pkg-plist echo x - p5-Net-Amazon-Thumbnail/Makefile sed 's/^X//' >p5-Net-Amazon-Thumbnail/Makefile << 'END-of-p5-Net-Amazon-Thumbnail/Makefile' X# New ports collection makefile for: p5-Net-Amazon-Thumbnail X# Date created: 2008-03-20 X# Whom: Greg Larkin <glarkin@sourcehosting.net> X# X# $FreeBSD$ X# X XPORTNAME= Net-Amazon-Thumbnail XPORTVERSION= 0.06 XCATEGORIES= net perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= glarkin@sourcehosting.net XCOMMENT= Perl interface to Amazon Alexa Site Thumbnail web service X XRUN_DEPENDS= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \ X ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ X ${SITE_PERL}/Digest/HMAC_SHA1.pm:${PORTSDIR}/security/p5-Digest-HMAC \ X ${SITE_PERL}/URI/QueryParam.pm:${PORTSDIR}/net/p5-URI \ X p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ X ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \ X ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ X ${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath XBUILD_DEPENDS= ${RUN_DEPENDS} X XPERL_MODBUILD= yes X XMAN3= Net::Amazon::Thumbnail.3 X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include <bsd.port.mk> END-of-p5-Net-Amazon-Thumbnail/Makefile echo x - p5-Net-Amazon-Thumbnail/distinfo sed 's/^X//' >p5-Net-Amazon-Thumbnail/distinfo << 'END-of-p5-Net-Amazon-Thumbnail/distinfo' XMD5 (Net-Amazon-Thumbnail-0.06.tar.gz) = f3f86cb15076ae95b9a500bae68e5ba0 XSHA256 (Net-Amazon-Thumbnail-0.06.tar.gz) = c660fe06d659fc57e751b73666080219a27f79742b0fad69e56eb602638f87ef XSIZE (Net-Amazon-Thumbnail-0.06.tar.gz) = 7807 END-of-p5-Net-Amazon-Thumbnail/distinfo echo x - p5-Net-Amazon-Thumbnail/pkg-descr sed 's/^X//' >p5-Net-Amazon-Thumbnail/pkg-descr << 'END-of-p5-Net-Amazon-Thumbnail/pkg-descr' XThe Alexa Site Thumbnail web service provides developers with Xprogrammatic access to thumbnail images for the home pages of web Xsites. It offers access to Alexa's large and growing collection of Ximages, gathered from its comprehensive web crawl. This web service Xenables developers to enhance web sites, search results, web Xdirectories, blog entries, and other web real estate with Alexa Xthumbnail images. X XWWW: http://search.cpan.org/dist/Net-Amazon-Thumbnail/ END-of-p5-Net-Amazon-Thumbnail/pkg-descr echo x - p5-Net-Amazon-Thumbnail/pkg-message sed 's/^X//' >p5-Net-Amazon-Thumbnail/pkg-message << 'END-of-p5-Net-Amazon-Thumbnail/pkg-message' X XYou need to do some things before you can use the Amazon Alexa Site XThumbnail service: X X1) Visit http://aws.amazon.com/ to create an Amazon AWS account. X X2) Obtain your AWS public key and secret key to use with the thumbnail X service. X X3) Visit http://aws.amazon.com/ast/ for more information and X resources. X X DISCLAIMER: No one but you is responsible for paying Amazon to X use the Thumbnail service. The service does not have X a free sandbox area, so be aware how much money you X are spending to use the service. END-of-p5-Net-Amazon-Thumbnail/pkg-message exit --- p5-Net-Amazon-Thumbnail-0.06.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803201513.m2KFDxrD034975>