From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 3 15:50:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0100216A4CE for ; Sat, 3 Apr 2004 15:50:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8B1B43D62 for ; Sat, 3 Apr 2004 15:50:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i33NoNbv072539 for ; Sat, 3 Apr 2004 15:50:23 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i33NoNaP072538; Sat, 3 Apr 2004 15:50:23 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 3 Apr 2004 15:50:23 -0800 (PST) Resent-Message-Id: <200404032350.i33NoNaP072538@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lars Thegler Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7170316A4CE for ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/65147: [NEW PORT] databases/p5-Class-DBI-Plugin-Type: Determine type information for columns X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Apr 2004 23:50:24 -0000 >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: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 03 15:50:23 PST 2004 >Closed-Date: >Last-Modified: >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 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 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 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: >Unformatted: