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

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

>Number:         88666
>Category:       ports
>Synopsis:       [NEW PORT] www/p5-WWW-Scraper-ISBN-Record: Book Record 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:13 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:
The WWW::Scraper::ISBN::Record module defines a class that can be used to deal
with book information. It was primarily created as a return type for the
WWW::Scraper::ISBN module, though it could be used for other purposes. It
knows minimal information about itself, whether the book was found, where it
was found, its ISBN number, and whether any errors occurred. It is usually up
to the WWW::Scraper::ISBN::Driver and its subclasses to make sure that the
fields get set correctly.

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

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

--- p5-WWW-Scraper-ISBN-Record-0.17.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-Record
#	p5-WWW-Scraper-ISBN-Record/Makefile
#	p5-WWW-Scraper-ISBN-Record/distinfo
#	p5-WWW-Scraper-ISBN-Record/pkg-descr
#	p5-WWW-Scraper-ISBN-Record/pkg-plist
#
echo c - p5-WWW-Scraper-ISBN-Record
mkdir -p p5-WWW-Scraper-ISBN-Record > /dev/null 2>&1
echo x - p5-WWW-Scraper-ISBN-Record/Makefile
sed 's/^X//' >p5-WWW-Scraper-ISBN-Record/Makefile << 'END-of-p5-WWW-Scraper-ISBN-Record/Makefile'
X# ex:ts=8
X# Ports collection makefile for:	p5-WWW-Scraper-ISBN-Record
X# Date created:			Nov 8, 2005
X# Whom:				ijliao
X#
X# $FreeBSD$
X#
X
XPORTNAME=	WWW-Scraper-ISBN-Record
XPORTVERSION=	0.17
XCATEGORIES=	www perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	WWW
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	ports@FreeBSD.org
XCOMMENT=	Book Record class for WWW::Scraper::ISBN module
X
XPERL_CONFIGURE=	YES
X
XMAN3=	WWW::Scraper::ISBN::Record.3
X
X.include <bsd.port.mk>
END-of-p5-WWW-Scraper-ISBN-Record/Makefile
echo x - p5-WWW-Scraper-ISBN-Record/distinfo
sed 's/^X//' >p5-WWW-Scraper-ISBN-Record/distinfo << 'END-of-p5-WWW-Scraper-ISBN-Record/distinfo'
XMD5 (WWW-Scraper-ISBN-Record-0.17.tar.gz) = 26bcfe32fb6b194e94aba09288ac52ba
XSIZE (WWW-Scraper-ISBN-Record-0.17.tar.gz) = 3079
END-of-p5-WWW-Scraper-ISBN-Record/distinfo
echo x - p5-WWW-Scraper-ISBN-Record/pkg-descr
sed 's/^X//' >p5-WWW-Scraper-ISBN-Record/pkg-descr << 'END-of-p5-WWW-Scraper-ISBN-Record/pkg-descr'
XThe WWW::Scraper::ISBN::Record module defines a class that can be used to deal
Xwith book information. It was primarily created as a return type for the
XWWW::Scraper::ISBN module, though it could be used for other purposes. It
Xknows minimal information about itself, whether the book was found, where it
Xwas found, its ISBN number, and whether any errors occurred. It is usually up
Xto the WWW::Scraper::ISBN::Driver and its subclasses to make sure that the
Xfields get set correctly.
X
XWWW: http://search.cpan.org/dist/WWW-Scraper-ISBN-Record/
END-of-p5-WWW-Scraper-ISBN-Record/pkg-descr
echo x - p5-WWW-Scraper-ISBN-Record/pkg-plist
sed 's/^X//' >p5-WWW-Scraper-ISBN-Record/pkg-plist << 'END-of-p5-WWW-Scraper-ISBN-Record/pkg-plist'
X%%SITE_PERL%%/WWW/Scraper/ISBN/Record.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/Record/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Scraper/ISBN/Record
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-Record/pkg-plist
exit
--- p5-WWW-Scraper-ISBN-Record-0.17.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?20051108150925.DADCB7E8AA>