From root@divebomb.org  Wed Jan 10 01:26:05 2007
Return-Path: <root@divebomb.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 3A4AC16A403
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 10 Jan 2007 01:26:05 +0000 (UTC)
	(envelope-from root@divebomb.org)
Received: from crash.divebomb.org (c-66-31-231-74.hsd1.ma.comcast.net [66.31.231.74])
	by mx1.freebsd.org (Postfix) with ESMTP id DEBF713C43E
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 10 Jan 2007 01:26:04 +0000 (UTC)
	(envelope-from root@divebomb.org)
Received: by crash.divebomb.org (Postfix, from userid 0)
	id A5225F18B6; Tue,  9 Jan 2007 20:26:27 -0500 (EST)
Message-Id: <20070110012627.A5225F18B6@crash.divebomb.org>
Date: Tue,  9 Jan 2007 20:26:27 -0500 (EST)
From: Christopher Boumenot <boumenot@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] devel/CPAN-SQLite: Search CPAN using a SQLite database
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         107723
>Category:       ports
>Synopsis:       [NEW PORT] devel/CPAN-SQLite: Search CPAN using a SQLite database
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 10 01:30:18 GMT 2007
>Closed-Date:    Wed Apr 25 07:50:49 GMT 2007
>Last-Modified:  Wed Apr 25 08:00:09 GMT 2007
>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@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@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CPAN/SQLite
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CPAN
X@dirrm %%SITE_PERL%%/CPAN/SQLite/DBI
X@dirrm %%SITE_PERL%%/CPAN/SQLite
X@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@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@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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: clsung 
Responsible-Changed-When: Wed Jan 10 02:14:25 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107723 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Wed Apr 25 07:50:48 UTC 2007 
State-Changed-Why:  
New port added. Thank You. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107723 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/107723: commit references a PR
Date: Wed, 25 Apr 2007 07:50:35 +0000 (UTC)

 clsung      2007-04-25 07:50:30 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/p5-CPAN-SQLite Makefile distinfo pkg-descr pkg-plist 
   Log:
   Add p5-CPAN-SQLite 0.1, search CPAN using a SQLite database.
   
   PR:             ports/107723
   Submitted by:   Christopher Boumenot <boumenot at gmail.com>
   
   Revision  Changes    Path
   1.2743    +1 -0      ports/devel/Makefile
   1.1       +46 -0     ports/devel/p5-CPAN-SQLite/Makefile (new)
   1.1       +3 -0      ports/devel/p5-CPAN-SQLite/distinfo (new)
   1.1       +7 -0      ports/devel/p5-CPAN-SQLite/pkg-descr (new)
   1.1       +18 -0     ports/devel/p5-CPAN-SQLite/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
