From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 2 07:50:07 2003 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 3B04837B40A for ; Wed, 2 Jul 2003 07:50:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3209344013 for ; Wed, 2 Jul 2003 07:50:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h62Eo6Up051590 for ; Wed, 2 Jul 2003 07:50:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h62Eo5fA051589; Wed, 2 Jul 2003 07:50:05 -0700 (PDT) Resent-Date: Wed, 2 Jul 2003 07:50:05 -0700 (PDT) Resent-Message-Id: <200307021450.h62Eo5fA051589@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, Mathieu Arnold Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78BE637B401 for ; Wed, 2 Jul 2003 07:46:20 -0700 (PDT) Received: from mx3.absolight.com (mx3.absolight.net [212.43.217.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E29643FE0 for ; Wed, 2 Jul 2003 07:46:17 -0700 (PDT) (envelope-from mat@aragorn.reaumur.absolight.net) Received: by mx3.absolight.com (Postfix, from userid 1007) id 372FE2A1B; Wed, 2 Jul 2003 16:46:16 +0200 (CEST) Received: from aragorn.reaumur.absolight.net (aragorn.reaumur.absolight.net [212.43.217.58]) by mx3.absolight.com (Postfix) with ESMTP id 78C3C29CE; Wed, 2 Jul 2003 16:46:15 +0200 (CEST) Received: by aragorn.reaumur.absolight.net (Postfix, from userid 1000) id 29A867DD9; Wed, 2 Jul 2003 16:46:12 +0200 (CEST) Message-Id: <20030702144612.29A867DD9@aragorn.reaumur.absolight.net> Date: Wed, 2 Jul 2003 16:46:12 +0200 (CEST) From: Mathieu Arnold To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: m@absolight.net Subject: ports/54025: new port devel/p5-DateTime-Format-DBI X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mathieu Arnold List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2003 14:50:07 -0000 >Number: 54025 >Category: ports >Synopsis: new port devel/p5-DateTime-Format-DBI >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 Jul 02 07:50:05 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Mathieu Arnold >Release: FreeBSD 4.8-RELEASE i386 >Organization: Absolight >Environment: System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root@aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386 >Description: New port devel/p5-DateTime-Format-DBI This module finds a DateTime::Format::* class that is suitable for the use with a given DBI connection (and DBD::* driver). It currently supports the following drivers: MySQL, PostgreSQL (Pg). >How-To-Repeat: >Fix: --- p5-DateTime-Format-DBI.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-DateTime-Format-DBI # p5-DateTime-Format-DBI/Makefile # p5-DateTime-Format-DBI/distinfo # p5-DateTime-Format-DBI/pkg-descr # p5-DateTime-Format-DBI/pkg-plist # echo c - p5-DateTime-Format-DBI mkdir -p p5-DateTime-Format-DBI > /dev/null 2>&1 echo x - p5-DateTime-Format-DBI/Makefile sed 's/^X//' >p5-DateTime-Format-DBI/Makefile << 'END-of-p5-DateTime-Format-DBI/Makefile' X# New ports collection makefile for: p5-DateTime-Format-DBI X# Date created: 2 july 2003 X# Whom: Mathieu Arnold X# X# $FreeBSD$ X# X XPORTNAME= DateTime-Format-DBI XPORTVERSION= 0.02 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= DateTime XPKGNAMEPREFIX= p5- X XMAINTAINER= m@absolight.net XCOMMENT= Parse and format strp and strf time patterns X XRUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime XBUILD_DEPENDS= ${RUN_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= DateTime::Format::DBI.3 X Xpost-patch: X @${PERL} -pi -e 's/^our (\S+)/use vars qw($$1); $$1/' ${WRKSRC}/lib/DateTime/Format/DBI.pm X X.include END-of-p5-DateTime-Format-DBI/Makefile echo x - p5-DateTime-Format-DBI/distinfo sed 's/^X//' >p5-DateTime-Format-DBI/distinfo << 'END-of-p5-DateTime-Format-DBI/distinfo' XMD5 (DateTime-Format-DBI-0.02.tar.gz) = c3a1d74bd4dde69ae1d0329bc79ef7a3 END-of-p5-DateTime-Format-DBI/distinfo echo x - p5-DateTime-Format-DBI/pkg-descr sed 's/^X//' >p5-DateTime-Format-DBI/pkg-descr << 'END-of-p5-DateTime-Format-DBI/pkg-descr' XThis module finds a DateTime::Format::* class that is suitable for the use with Xa given DBI connection (and DBD::* driver). X XIt currently supports the following drivers: MySQL, PostgreSQL (Pg). X XWWW: http://datetime.perl.org/ END-of-p5-DateTime-Format-DBI/pkg-descr echo x - p5-DateTime-Format-DBI/pkg-plist sed 's/^X//' >p5-DateTime-Format-DBI/pkg-plist << 'END-of-p5-DateTime-Format-DBI/pkg-plist' X%%SITE_PERL%%/DateTime/Format/DBI.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/DBI/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/DBI X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/DateTime/Format 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/DateTime 2>/dev/null || true END-of-p5-DateTime-Format-DBI/pkg-plist exit --- p5-DateTime-Format-DBI.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: