Date: Wed, 2 May 2007 11:00:05 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org Subject: ports/112341: [NEW PORT] www/p5-Net-Amazon-AWIS: Use the Amazon Alexa Web Information Service Message-ID: <20070502030005.8B08A4F3@netnews.NCTU.edu.tw> Resent-Message-ID: <200705020300.l4230Cq2072908@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 112341 >Category: ports >Synopsis: [NEW PORT] www/p5-Net-Amazon-AWIS: Use the Amazon Alexa Web Information 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: Wed May 02 03:00:12 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.2-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Sat Apr 28 00:53:10 CST 2007 >Description: The Net::Amazon::AWIS module allows you to use the Amazon Alexa Web Information Service. The Alexa Web Information Service (AWIS) provides developers with programmatic access to the information Alexa Internet (www.alexa.com) collects from its Web Crawl, which currently encompasses more than 100 terabytes of data from over 4 billion Web pages. Developers and Web site owners can use AWIS as a platform for finding answers to difficult and interesting problems on the Web, and incorporating them into their Web applications. In order to access the Alexa Web Information Service, you will need an Amazon Web Services Subscription ID. See http://www.amazon.com/gp/aws/landing.html Registered developers have free access to the Alexa Web Information Service during its beta period, but it is limited to 10,000 requests per subscription ID per day. There are some limitations, so be sure to read the The Amazon Alexa Web Information Service FAQ. WWW: http://search.cpan.org/dist/Net-Amazon-AWIS/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Net-Amazon-AWIS-0.32.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-AWIS # p5-Net-Amazon-AWIS/pkg-descr # p5-Net-Amazon-AWIS/Makefile # p5-Net-Amazon-AWIS/pkg-plist # p5-Net-Amazon-AWIS/distinfo # echo c - p5-Net-Amazon-AWIS mkdir -p p5-Net-Amazon-AWIS > /dev/null 2>&1 echo x - p5-Net-Amazon-AWIS/pkg-descr sed 's/^X//' >p5-Net-Amazon-AWIS/pkg-descr << 'END-of-p5-Net-Amazon-AWIS/pkg-descr' XThe Net::Amazon::AWIS module allows you to use the Amazon Alexa Web XInformation Service. X XThe Alexa Web Information Service (AWIS) provides developers with Xprogrammatic access to the information Alexa Internet (www.alexa.com) Xcollects from its Web Crawl, which currently encompasses more than 100 Xterabytes of data from over 4 billion Web pages. Developers and Web Xsite owners can use AWIS as a platform for finding answers to Xdifficult and interesting problems on the Web, and incorporating them Xinto their Web applications. X XIn order to access the Alexa Web Information Service, you will need an XAmazon Web Services Subscription ID. See Xhttp://www.amazon.com/gp/aws/landing.html X XRegistered developers have free access to the Alexa Web Information XService during its beta period, but it is limited to 10,000 requests Xper subscription ID per day. X XThere are some limitations, so be sure to read the The Amazon Alexa XWeb Information Service FAQ. X XWWW: http://search.cpan.org/dist/Net-Amazon-AWIS/ END-of-p5-Net-Amazon-AWIS/pkg-descr echo x - p5-Net-Amazon-AWIS/Makefile sed 's/^X//' >p5-Net-Amazon-AWIS/Makefile << 'END-of-p5-Net-Amazon-AWIS/Makefile' X# New ports collection makefile for: p5-Net-Amazon-AWIS X# Date created: 2007-05-02 X# Whom: Gea-Suan Lin <gslin@gslin.org> X# X# $FreeBSD$ X# X XPORTNAME= Net-Amazon-AWIS XPORTVERSION= 0.32 XCATEGORIES= www perl5 XMASTER_SITES= CPAN XMASTER_SITE_SUBDIR= Net XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Use the Amazon Alexa Web Information Service X XRUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \ X ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \ X ${SITE_PERL}/DateTime/Format/Strptime.pm:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ X ${SITE_PERL}/Digest/HMAC_SHA1.pm:${PORTSDIR}/security/p5-Digest-HMAC \ X ${SITE_PERL}/IO/Prompt.pm:${PORTSDIR}/devel/p5-IO-Prompt \ X ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww X XPERL_CONFIGURE= yes X XMAN3= Net::Amazon::AWIS.3 X X.include <bsd.port.mk> END-of-p5-Net-Amazon-AWIS/Makefile echo x - p5-Net-Amazon-AWIS/pkg-plist sed 's/^X//' >p5-Net-Amazon-AWIS/pkg-plist << 'END-of-p5-Net-Amazon-AWIS/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/Net/Amazon/AWIS.pm X%%SITE_PERL%%/mach/auto/Net/Amazon/AWIS/.packlist X@dirrmtry %%SITE_PERL%%/mach/auto/Net/Amazon/AWIS X@dirrmtry %%SITE_PERL%%/mach/auto/Net/Amazon X@dirrmtry %%SITE_PERL%%/mach/auto/Net X@dirrmtry %%SITE_PERL%%/Net/Amazon X@dirrmtry %%SITE_PERL%%/Net END-of-p5-Net-Amazon-AWIS/pkg-plist echo x - p5-Net-Amazon-AWIS/distinfo sed 's/^X//' >p5-Net-Amazon-AWIS/distinfo << 'END-of-p5-Net-Amazon-AWIS/distinfo' XMD5 (Net-Amazon-AWIS-0.32.tar.gz) = 8f7395f9dbd0ea6951db66d4c0a28e4d XSHA256 (Net-Amazon-AWIS-0.32.tar.gz) = 41ace1ccf00c465e37955c70df97812217cfc31bbc2b5def82ed319bad432ce0 XSIZE (Net-Amazon-AWIS-0.32.tar.gz) = 8879 END-of-p5-Net-Amazon-AWIS/distinfo exit --- p5-Net-Amazon-AWIS-0.32.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?20070502030005.8B08A4F3>