ports/107723: [NEW PORT] devel/CPAN-SQLite: Search CPAN using a SQLite database

Christopher Boumenot boumenot at gmail.com
Wed Jan 10 01:30:19 UTC 2007


>Number:         107723
>Category:       ports
>Synopsis:       [NEW PORT] devel/CPAN-SQLite: Search CPAN using a SQLite database
>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 Jan 10 01:30:18 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Christopher Boumenot
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD crash.divebomb.org 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Tue May 16 15:51:09 EDT 2006
>Description:
This package is used for setting up, maintaining, and searching a CPAN database
consisting of the information stored in the three main CPAN indices:
$CPAN/modules/03modlist.data.gz, $CPAN/modules/02packages.details.txt.gz, and
$CPAN/authors/01mailrc.txt.gz.

Authors: Randy Kobes <r.kobes at uwinnipeg.ca>
WWW: http://search.cpan.org/dist/CPAN-SQLite

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

--- CPAN-SQLite-0.1.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-CPAN-SQLite
#	p5-CPAN-SQLite/pkg-plist
#	p5-CPAN-SQLite/pkg-descr
#	p5-CPAN-SQLite/distinfo
#	p5-CPAN-SQLite/Makefile
#
echo c - p5-CPAN-SQLite
mkdir -p p5-CPAN-SQLite > /dev/null 2>&1
echo x - p5-CPAN-SQLite/pkg-plist
sed 's/^X//' >p5-CPAN-SQLite/pkg-plist << 'END-of-p5-CPAN-SQLite/pkg-plist'
Xbin/cpandb
X%%SITE_PERL%%/CPAN/SQLite.pm
X%%SITE_PERL%%/CPAN/SQLite/DBI.pm
X%%SITE_PERL%%/CPAN/SQLite/DBI/Index.pm
X%%SITE_PERL%%/CPAN/SQLite/DBI/Search.pm
X%%SITE_PERL%%/CPAN/SQLite/Index.pm
X%%SITE_PERL%%/CPAN/SQLite/Info.pm
X%%SITE_PERL%%/CPAN/SQLite/META.pm
X%%SITE_PERL%%/CPAN/SQLite/Populate.pm
X%%SITE_PERL%%/CPAN/SQLite/Search.pm
X%%SITE_PERL%%/CPAN/SQLite/State.pm
X%%SITE_PERL%%/CPAN/SQLite/Util.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/CPAN/SQLite/.packlist
X at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CPAN/SQLite
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CPAN
X at dirrm %%SITE_PERL%%/CPAN/SQLite/DBI
X at dirrm %%SITE_PERL%%/CPAN/SQLite
X at dirrmtry %%SITE_PERL%%/CPAN
END-of-p5-CPAN-SQLite/pkg-plist
echo x - p5-CPAN-SQLite/pkg-descr
sed 's/^X//' >p5-CPAN-SQLite/pkg-descr << 'END-of-p5-CPAN-SQLite/pkg-descr'
XThis package is used for setting up, maintaining, and searching a CPAN database
Xconsisting of the information stored in the three main CPAN indices:
X$CPAN/modules/03modlist.data.gz, $CPAN/modules/02packages.details.txt.gz, and
X$CPAN/authors/01mailrc.txt.gz.
X
XAuthors: Randy Kobes <r.kobes at uwinnipeg.ca>
XWWW: http://search.cpan.org/dist/CPAN-SQLite
END-of-p5-CPAN-SQLite/pkg-descr
echo x - p5-CPAN-SQLite/distinfo
sed 's/^X//' >p5-CPAN-SQLite/distinfo << 'END-of-p5-CPAN-SQLite/distinfo'
XMD5 (CPAN-SQLite-0.1_04.tar.gz) = 15f957d42c5863721717de5167563c91
XSHA256 (CPAN-SQLite-0.1_04.tar.gz) = 712f99bdab37f989f8499ffe180b7ba59da96b2ebda66a36e01b52fd458127fd
XSIZE (CPAN-SQLite-0.1_04.tar.gz) = 61105
END-of-p5-CPAN-SQLite/distinfo
echo x - p5-CPAN-SQLite/Makefile
sed 's/^X//' >p5-CPAN-SQLite/Makefile << 'END-of-p5-CPAN-SQLite/Makefile'
X# New ports collection makefile for:	Class-Gomor
X# Date created:				09 Jan 2007
X# Whom:					Christopher Boumenot <boumenot at gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	CPAN-SQLite
XPORTVERSION=	0.1
XCATEGORIES=	devel perl5
XMASTER_SITES=	CPAN
XMASTER_SITE_SUBDIR=	../../authors/id/R/RK/RKOBES
XDISTNAME=	${PORTNAME}-${PORTVERSION}_04
X
XMAINTAINER=	boumenot at gmail.com
XCOMMENT=	Search CPAN using a SQLite database
X
XBUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite	\
X		${SITE_PERL}/File/HomeDir.pm:${PORTSDIR}/devel/p5-File-HomeDir \
X		${SITE_PERL}/CPAN/DistnameInfo.pm:${PORTSDIR}/devel/p5-CPAN-DistnameInfo \
X		${SITE_PERL}/IO/Zlib.pm:${PORTSDIR}/archivers/p5-IO-Zlib \
X		${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \
X		${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN1=	cpandb.1
XMAN3=	CPAN::SQLite::Index.3 \
X	CPAN::SQLite::META.3 \
X	CPAN::SQLite.3 \
X	CPAN::SQLite::State.3 \
X	CPAN::SQLite::DBI::Search.3 \
X	CPAN::SQLite::DBI::Index.3 \
X	CPAN::SQLite::DBI.3 \
X	CPAN::SQLite::Util.3 \
X	CPAN::SQLite::Populate.3 \
X	CPAN::SQLite::Info.3 \
X	CPAN::SQLite::Search.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500800
XIGNORE=Needs perl 5.8.0 or higher, install lang/perl5.8 and try again.
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-CPAN-SQLite/Makefile
exit
--- CPAN-SQLite-0.1.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list