From lth@dask.thegler.dk  Sat Apr  3 15:49:32 2004
Return-Path: <lth@dask.thegler.dk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7170316A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  3 Apr 2004 15:49:32 -0800 (PST)
Received: from cicero1.cybercity.dk (cicero1.cybercity.dk [212.242.40.4])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EB9D843D1F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  3 Apr 2004 15:49:31 -0800 (PST)
	(envelope-from lth@dask.thegler.dk)
Received: from dask.thegler.dk (port156.ds1-bav.adsl.cybercity.dk [217.157.188.161])
	by cicero1.cybercity.dk (Postfix) with ESMTP id BEBAB7E36D5
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  4 Apr 2004 01:49:29 +0200 (CEST)
Received: by dask.thegler.dk (Postfix, from userid 1001)
	id 84D1E3EB4; Sun,  4 Apr 2004 01:49:29 +0200 (CEST)
Message-Id: <20040403234929.84D1E3EB4@dask.thegler.dk>
Date: Sun,  4 Apr 2004 01:49:29 +0200 (CEST)
From: Lars Thegler <lars@thegler.dk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] databases/p5-Class-DBI-Plugin-Type: Determine type information for columns
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         65147
>Category:       ports
>Synopsis:       [NEW PORT] databases/p5-Class-DBI-Plugin-Type: Determine type information for columns
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    erwin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 03 15:50:23 PST 2004
>Closed-Date:    Sun Apr 04 13:44:06 PDT 2004
>Last-Modified:  Sun Apr 04 13:44:06 PDT 2004
>Originator:     Lars Thegler
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD dask.thegler.dk 4.9-STABLE FreeBSD 4.9-STABLE #2: Wed Nov  5 11:25:36 CET
>Description:
This module allows Class::DBI-based classes to query their columns
for data type information in a database-independent manner.

WWW: http://search.cpan.org/dist/Class-DBI-Plugin-Type/

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

--- p5-Class-DBI-Plugin-Type-0.02.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-Class-DBI-Plugin-Type
#	p5-Class-DBI-Plugin-Type/Makefile
#	p5-Class-DBI-Plugin-Type/pkg-descr
#	p5-Class-DBI-Plugin-Type/pkg-plist
#	p5-Class-DBI-Plugin-Type/distinfo
#
echo c - p5-Class-DBI-Plugin-Type
mkdir -p p5-Class-DBI-Plugin-Type > /dev/null 2>&1
echo x - p5-Class-DBI-Plugin-Type/Makefile
sed 's/^X//' >p5-Class-DBI-Plugin-Type/Makefile << 'END-of-p5-Class-DBI-Plugin-Type/Makefile'
X# New ports collection makefile for:	p5-Class-DBI-Plugin-Type
X# Date created:				Apr 3 2004
X# Whom:					Lars Thegler <lars@thegler.dk>
X#
X# $FreeBSD$
X
XPORTNAME=	Class-DBI-Plugin-Type
XPORTVERSION=	0.02
XCATEGORIES=	databases perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Class
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	lars@thegler.dk
XCOMMENT=	Determine type information for columns
X
XBUILD_DEPENDS=	${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Class::DBI::Plugin::Type.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500600
Xpost-patch:
X	${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1);$$1/;' \
X		    -e '$$_="" if /use warnings/;' \
X		${WRKSRC}/Type.pm
X
Xpost-configure:
X	${PERL} -pi -e 's,/usr/local/,\$$(PREFIX)/,g' ${WRKSRC}/Makefile
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Class-DBI-Plugin-Type/Makefile
echo x - p5-Class-DBI-Plugin-Type/pkg-descr
sed 's/^X//' >p5-Class-DBI-Plugin-Type/pkg-descr << 'END-of-p5-Class-DBI-Plugin-Type/pkg-descr'
XThis module allows Class::DBI-based classes to query their columns
Xfor data type information in a database-independent manner.
X
XWWW: http://search.cpan.org/dist/Class-DBI-Plugin-Type/
END-of-p5-Class-DBI-Plugin-Type/pkg-descr
echo x - p5-Class-DBI-Plugin-Type/pkg-plist
sed 's/^X//' >p5-Class-DBI-Plugin-Type/pkg-plist << 'END-of-p5-Class-DBI-Plugin-Type/pkg-plist'
X%%SITE_PERL%%/Class/DBI/Plugin/Type.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI/Plugin/Type/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI/Plugin/Type
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI/Plugin 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/Class/DBI/Plugin 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/Class/DBI 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/Class 2>/dev/null || true
END-of-p5-Class-DBI-Plugin-Type/pkg-plist
echo x - p5-Class-DBI-Plugin-Type/distinfo
sed 's/^X//' >p5-Class-DBI-Plugin-Type/distinfo << 'END-of-p5-Class-DBI-Plugin-Type/distinfo'
XMD5 (Class-DBI-Plugin-Type-0.02.tar.gz) = 2f80426ccc67629543404ee9376a6d3e
XSIZE (Class-DBI-Plugin-Type-0.02.tar.gz) = 2811
END-of-p5-Class-DBI-Plugin-Type/distinfo
exit
--- p5-Class-DBI-Plugin-Type-0.02.shar ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: erwin 
State-Changed-When: Sun Apr 4 11:09:15 PDT 2004 
State-Changed-Why:  
I got the following error on 'make test' with perl 5.005_03, can you look 
into it? 

t/1.................Can't locate DBD/SQLite.pm in @INC (....) 


Responsible-Changed-From-To: freebsd-ports-bugs->	erwin 
Responsible-Changed-By: erwin 
Responsible-Changed-When: Sun Apr 4 11:09:15 PDT 2004 
Responsible-Changed-Why:  
I'll take care of this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=65147 
State-Changed-From-To: feedback->closed 
State-Changed-By: erwin 
State-Changed-When: Sun Apr 4 13:44:00 PDT 2004 
State-Changed-Why:  
Port added, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=65147 
>Unformatted:
