From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 20 15:20:17 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 9545F16A4E1 for ; Thu, 20 Jul 2006 15:20:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1D3F43D45 for ; Thu, 20 Jul 2006 15:20:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6KFKGgQ007748 for ; Thu, 20 Jul 2006 15:20:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6KFKGNR007747; Thu, 20 Jul 2006 15:20:16 GMT (envelope-from gnats) Resent-Date: Thu, 20 Jul 2006 15:20:16 GMT Resent-Message-Id: <200607201520.k6KFKGNR007747@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, Jin-Shan Tseng Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D76F716A4DA for ; Thu, 20 Jul 2006 15:18:58 +0000 (UTC) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: from Pluto.CDPA.nsysu.edu.tw (Pluto.CDPA.nsysu.edu.tw [140.117.205.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 735B343D49 for ; Thu, 20 Jul 2006 15:18:56 +0000 (GMT) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: from Pluto.CDPA.nsysu.edu.tw (localhost [127.0.0.1]) by Pluto.CDPA.nsysu.edu.tw (8.13.6/8.13.6) with ESMTP id k6KFIp6Y009318 for ; Thu, 20 Jul 2006 23:18:51 +0800 (CST) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: (from root@localhost) by Pluto.CDPA.nsysu.edu.tw (8.13.6/8.13.6/Submit) id k6KFIoDM009317; Thu, 20 Jul 2006 23:18:50 +0800 (CST) (envelope-from tjs) Message-Id: <200607201518.k6KFIoDM009317@Pluto.CDPA.nsysu.edu.tw> Date: Thu, 20 Jul 2006 23:18:50 +0800 (CST) From: tjs To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/100610: New port: p5-DBIx-Log4perl Perl extension for DBI to selectively log SQL, parameters, result-sets, transactions etc. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jin-Shan Tseng List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jul 2006 15:20:17 -0000 >Number: 100610 >Category: ports >Synopsis: New port: p5-DBIx-Log4perl Perl extension for DBI to selectively log SQL, parameters, result-sets, transactions etc. >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: Thu Jul 20 15:20:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jin-Shan Tseng >Release: FreeBSD 6.1-STABLE i386 >Organization: NCHC >Environment: System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Jul 17 12:45:19 CST 2006 tjs@Pluto.CDPA.nsysu.edu.tw:/usr/obj/usr/src/sys/Pluto i386 >Description: DBIx::Log4perl is a wrapper over DBI which adds logging of your DBI activity via a Log::Log4perl handle. Log::Log4perl has many advantages for logging but the ones probably most attractive are: The ability to turn logging on or off or change the logging you see without changing your code. Different log levels allowing you to separate warnings, errors and fatals to different files. WWW: http://search.cpan.org/dist/DBIx-Log4perl/ >How-To-Repeat: >Fix: --- p5-DBIx-Log4perl.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-DBIx-Log4perl # p5-DBIx-Log4perl/Makefile # p5-DBIx-Log4perl/distinfo # p5-DBIx-Log4perl/pkg-descr # p5-DBIx-Log4perl/pkg-plist # echo c - p5-DBIx-Log4perl mkdir -p p5-DBIx-Log4perl > /dev/null 2>&1 echo x - p5-DBIx-Log4perl/Makefile sed 's/^X//' >p5-DBIx-Log4perl/Makefile << 'END-of-p5-DBIx-Log4perl/Makefile' X# New ports collection makefile for: p5-DBIx-Log4perl X# Date created: 2006-07-20 X# Whom: Jin-Shan Tseng X# X# $FreeBSD$ X# X XPORTNAME= DBIx-Log4perl XPORTVERSION= 0.06 XCATEGORIES= databases perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= DBIx XPKGNAMEPREFIX= p5- X XMAINTAINER= tjs@cdpa.nsysu.edu.tw XCOMMENT= For DBI to selectively log SQL, parameters, result-sets, transactions X XBUILD_DEPENDS= p5-DBI>=1.50:${PORTSDIR}/databases/p5-DBI \ X p5-Log-Log4perl>=1.04:${PORTSDIR}/devel/p5-Log-Log4perl XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= DBIx::Log4perl.3 X X.include X X.if ${PERL_LEVEL} < 500800 XIGNORE= requires Perl 5.8.0 Install lang/perl5.8 and try again X.endif X X.include END-of-p5-DBIx-Log4perl/Makefile echo x - p5-DBIx-Log4perl/distinfo sed 's/^X//' >p5-DBIx-Log4perl/distinfo << 'END-of-p5-DBIx-Log4perl/distinfo' XMD5 (DBIx-Log4perl-0.06.tar.gz) = 409788753f77aac87a7b5755093afedb XSHA256 (DBIx-Log4perl-0.06.tar.gz) = f690100c4bb66d464743d5c4f6e81300f9c49ec606008f3bf926943fe835b66e XSIZE (DBIx-Log4perl-0.06.tar.gz) = 13894 END-of-p5-DBIx-Log4perl/distinfo echo x - p5-DBIx-Log4perl/pkg-descr sed 's/^X//' >p5-DBIx-Log4perl/pkg-descr << 'END-of-p5-DBIx-Log4perl/pkg-descr' XDBIx::Log4perl is a wrapper over DBI which adds logging of your DBI activity Xvia a Log::Log4perl handle. Log::Log4perl has many advantages for logging Xbut the ones probably most attractive are: X XThe ability to turn logging on or off or change the logging you see without Xchanging your code. X XDifferent log levels allowing you to separate warnings, errors and fatals Xto different files. X XWWW: http://search.cpan.org/dist/DBIx-Log4perl/ END-of-p5-DBIx-Log4perl/pkg-descr echo x - p5-DBIx-Log4perl/pkg-plist sed 's/^X//' >p5-DBIx-Log4perl/pkg-plist << 'END-of-p5-DBIx-Log4perl/pkg-plist' X%%SITE_PERL%%/DBIx/Log4perl.pm X%%SITE_PERL%%/DBIx/Log4perl/st.pm X%%SITE_PERL%%/DBIx/Log4perl/Constants.pm X%%SITE_PERL%%/DBIx/Log4perl/db.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Log4perl/.packlist X@dirrmtry %%SITE_PERL%%/DBIx/Log4perl X@dirrmtry %%SITE_PERL%%/DBIx X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Log4perl X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx END-of-p5-DBIx-Log4perl/pkg-plist exit --- p5-DBIx-Log4perl.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: