Date: Tue, 8 Nov 2005 23:10:25 +0800 (CST) From: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/88669: [NEW PORT] www/p5-WWW-Scraper-ISBN-Amazon_Driver: Search driver for the (US) Amazon online catalog Message-ID: <20051108151025.923297E8AA@FreeBSD.csie.nctu.edu.tw> Resent-Message-ID: <200511081510.jA8FAEIh044801@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 88669 >Category: ports >Synopsis: [NEW PORT] www/p5-WWW-Scraper-ISBN-Amazon_Driver: Search driver for the (US) Amazon online catalog >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: Tue Nov 08 15:10:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 6.0-STABLE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.0-STABLE FreeBSD 6.0-STABLE #0: Tue Nov 8 18:28:14 CST >Description: Searches for book information from the (US) Amazon online catalog. WWW: http://search.cpan.org/dist/WWW-Scraper-ISBN-Amazon_Driver/ Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-WWW-Scraper-ISBN-Amazon_Driver-0.05.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-WWW-Scraper-ISBN-Amazon_Driver # p5-WWW-Scraper-ISBN-Amazon_Driver/Makefile # p5-WWW-Scraper-ISBN-Amazon_Driver/distinfo # p5-WWW-Scraper-ISBN-Amazon_Driver/pkg-descr # p5-WWW-Scraper-ISBN-Amazon_Driver/pkg-plist # echo c - p5-WWW-Scraper-ISBN-Amazon_Driver mkdir -p p5-WWW-Scraper-ISBN-Amazon_Driver > /dev/null 2>&1 echo x - p5-WWW-Scraper-ISBN-Amazon_Driver/Makefile sed 's/^X//' >p5-WWW-Scraper-ISBN-Amazon_Driver/Makefile << 'END-of-p5-WWW-Scraper-ISBN-Amazon_Driver/Makefile' X# ex:ts=8 X# Ports collection makefile for: p5-WWW-Scraper-ISBN-Amazon_Driver X# Date created: Nov 8, 2005 X# Whom: ijliao X# X# $FreeBSD$ X# X XPORTNAME= WWW-Scraper-ISBN-Amazon_Driver XPORTVERSION= 0.05 XCATEGORIES= www perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= WWW XPKGNAMEPREFIX= p5- X XMAINTAINER= ports@FreeBSD.org XCOMMENT= Search driver for the (US) Amazon online catalog X XBUILD_DEPENDS= ${SITE_PERL}/WWW/Scraper/ISBN.pm:${PORTSDIR}/www/p5-WWW-Scraper-ISBN \ X ${SITE_PERL}/WWW/Scraper/ISBN/Record.pm:${PORTSDIR}/www/p5-WWW-Scraper-ISBN-Record \ X ${SITE_PERL}/WWW/Scraper/ISBN/Driver.pm:${PORTSDIR}/www/p5-WWW-Scraper-ISBN-Driver \ X ${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \ X ${SITE_PERL}/Template/Extract.pm:${PORTSDIR}/textproc/p5-Template-Extract XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= WWW::Scraper::ISBN::AmazonUK_Driver.3 \ X WWW::Scraper::ISBN::AmazonUS_Driver.3 X X.include <bsd.port.mk> END-of-p5-WWW-Scraper-ISBN-Amazon_Driver/Makefile echo x - p5-WWW-Scraper-ISBN-Amazon_Driver/distinfo sed 's/^X//' >p5-WWW-Scraper-ISBN-Amazon_Driver/distinfo << 'END-of-p5-WWW-Scraper-ISBN-Amazon_Driver/distinfo' XMD5 (WWW-Scraper-ISBN-Amazon_Driver-0.05.tar.gz) = f25c6a41dfd2c4733af668e235b0f594 XSIZE (WWW-Scraper-ISBN-Amazon_Driver-0.05.tar.gz) = 4428 END-of-p5-WWW-Scraper-ISBN-Amazon_Driver/distinfo echo x - p5-WWW-Scraper-ISBN-Amazon_Driver/pkg-descr sed 's/^X//' >p5-WWW-Scraper-ISBN-Amazon_Driver/pkg-descr << 'END-of-p5-WWW-Scraper-ISBN-Amazon_Driver/pkg-descr' XSearches for book information from the (US) Amazon online catalog. X XWWW: http://search.cpan.org/dist/WWW-Scraper-ISBN-Amazon_Driver/ END-of-p5-WWW-Scraper-ISBN-Amazon_Driver/pkg-descr echo x - p5-WWW-Scraper-ISBN-Amazon_Driver/pkg-plist sed 's/^X//' >p5-WWW-Scraper-ISBN-Amazon_Driver/pkg-plist << 'END-of-p5-WWW-Scraper-ISBN-Amazon_Driver/pkg-plist' X%%SITE_PERL%%/WWW/Scraper/ISBN/AmazonUK_Driver.pm X%%SITE_PERL%%/WWW/Scraper/ISBN/AmazonUS_Driver.pm X@unexec rmdir %D/%%SITE_PERL%%/WWW/Scraper/ISBN 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/WWW/Scraper 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/WWW 2>/dev/null || true X%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Scraper/ISBN/Amazon_Driver/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Scraper/ISBN/Amazon_Driver X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Scraper/ISBN 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Scraper 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW 2>/dev/null || true END-of-p5-WWW-Scraper-ISBN-Amazon_Driver/pkg-plist exit --- p5-WWW-Scraper-ISBN-Amazon_Driver-0.05.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?20051108151025.923297E8AA>