Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  8 Nov 2005 23:10:09 +0800 (CST)
From:      Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/88668: [NEW PORT] www/p5-WWW-Scraper-ISBN-Driver: Driver class for WWW::Scraper::ISBN module
Message-ID:  <20051108151009.DB1F37E8B3@FreeBSD.csie.nctu.edu.tw>
Resent-Message-ID: <200511081510.jA8FAEu9044788@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         88668
>Category:       ports
>Synopsis:       [NEW PORT] www/p5-WWW-Scraper-ISBN-Driver: Driver class for WWW::Scraper::ISBN module
>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:
This is a base class, all site-specific drivers should inherit its members
and methods. Driver subclasses named '$name' should be packaged as
WWW::Scraper::ISBN::$name_Driver, e.g. WWW::Scraper::ISBN::LOC_Driver for
LOC (Library of Congress) driver. Each driver need only implement the
search() method, though they may have as many other methods as they need to
get their job done. Only search() will be called by
WWW::Scraper::ISBN->search().

WWW: http://search.cpan.org/dist/WWW-Scraper-ISBN-Driver/

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-WWW-Scraper-ISBN-Driver-0.18.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-Driver
#	p5-WWW-Scraper-ISBN-Driver/Makefile
#	p5-WWW-Scraper-ISBN-Driver/distinfo
#	p5-WWW-Scraper-ISBN-Driver/pkg-descr
#	p5-WWW-Scraper-ISBN-Driver/pkg-plist
#
echo c - p5-WWW-Scraper-ISBN-Driver
mkdir -p p5-WWW-Scraper-ISBN-Driver > /dev/null 2>&1
echo x - p5-WWW-Scraper-ISBN-Driver/Makefile
sed 's/^X//' >p5-WWW-Scraper-ISBN-Driver/Makefile << 'END-of-p5-WWW-Scraper-ISBN-Driver/Makefile'
X# ex:ts=8
X# Ports collection makefile for:	p5-WWW-Scraper-ISBN-Driver
X# Date created:			Nov 8, 2005
X# Whom:				ijliao
X#
X# $FreeBSD$
X#
X
XPORTNAME=	WWW-Scraper-ISBN-Driver
XPORTVERSION=	0.18
XCATEGORIES=	www perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	WWW
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	ports@FreeBSD.org
XCOMMENT=	Driver class for WWW::Scraper::ISBN module
X
XPERL_CONFIGURE=	YES
X
XMAN3=	WWW::Scraper::ISBN::Driver.3
X
X.include <bsd.port.mk>
END-of-p5-WWW-Scraper-ISBN-Driver/Makefile
echo x - p5-WWW-Scraper-ISBN-Driver/distinfo
sed 's/^X//' >p5-WWW-Scraper-ISBN-Driver/distinfo << 'END-of-p5-WWW-Scraper-ISBN-Driver/distinfo'
XMD5 (WWW-Scraper-ISBN-Driver-0.18.tar.gz) = 0b2afef8d162721b7e224d17e75a40c3
XSIZE (WWW-Scraper-ISBN-Driver-0.18.tar.gz) = 3907
END-of-p5-WWW-Scraper-ISBN-Driver/distinfo
echo x - p5-WWW-Scraper-ISBN-Driver/pkg-descr
sed 's/^X//' >p5-WWW-Scraper-ISBN-Driver/pkg-descr << 'END-of-p5-WWW-Scraper-ISBN-Driver/pkg-descr'
XThis is a base class, all site-specific drivers should inherit its members
Xand methods. Driver subclasses named '$name' should be packaged as
XWWW::Scraper::ISBN::$name_Driver, e.g. WWW::Scraper::ISBN::LOC_Driver for
XLOC (Library of Congress) driver. Each driver need only implement the
Xsearch() method, though they may have as many other methods as they need to
Xget their job done. Only search() will be called by
XWWW::Scraper::ISBN->search().
X
XWWW: http://search.cpan.org/dist/WWW-Scraper-ISBN-Driver/
END-of-p5-WWW-Scraper-ISBN-Driver/pkg-descr
echo x - p5-WWW-Scraper-ISBN-Driver/pkg-plist
sed 's/^X//' >p5-WWW-Scraper-ISBN-Driver/pkg-plist << 'END-of-p5-WWW-Scraper-ISBN-Driver/pkg-plist'
X%%SITE_PERL%%/WWW/Scraper/ISBN/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/Driver/.packlist
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Scraper/ISBN/Driver 2>/dev/null || true
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-Driver/pkg-plist
exit
--- p5-WWW-Scraper-ISBN-Driver-0.18.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?20051108151009.DB1F37E8B3>