From lth@dask.thegler.dk  Sun Feb  1 07:01:45 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 46E2516A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  1 Feb 2004 07:01:45 -0800 (PST)
Received: from cicero2.cybercity.dk (cicero2.cybercity.dk [212.242.40.53])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 702D243D2F
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  1 Feb 2004 07:01:43 -0800 (PST)
	(envelope-from lth@dask.thegler.dk)
Received: from dask.thegler.dk (port156.ds1-bav.adsl.cybercity.dk [217.157.188.161])
	by cicero2.cybercity.dk (Postfix) with ESMTP id 2211B18FB57
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  1 Feb 2004 16:01:40 +0100 (CET)
Received: by dask.thegler.dk (Postfix, from userid 1001)
	id D08383EBD; Sun,  1 Feb 2004 16:01:39 +0100 (CET)
Message-Id: <20040201150139.D08383EBD@dask.thegler.dk>
Date: Sun,  1 Feb 2004 16:01:39 +0100 (CET)
From: Lars Thegler <lars@thegler.dk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] devel/p5-Log-Dispatch-Perl: A Log::Dispatch plug-in using core Perl functions for logging
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         62220
>Category:       ports
>Synopsis:       [NEW PORT] devel/p5-Log-Dispatch-Perl: A Log::Dispatch plug-in using core Perl functions for logging
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 01 07:10:21 PST 2004
>Closed-Date:    Sun Feb 01 10:23:16 PST 2004
>Last-Modified:  Sun Feb 01 10:23:16 PST 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:
The "Log::Dispatch::Perl" module offers a logging alternative using
standard Perl core functions. It allows you to fall back to the
common Perl alternatives for logging, such as "warn" and "cluck".
It also adds the possibility for a logging action to halt the current
environment, such as with "die" and "croak".

WWW: http://search.cpan.org/dist/Log-Dispatch-Perl/

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

--- p5-Log-Dispatch-Perl-0.03.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-Log-Dispatch-Perl
#	p5-Log-Dispatch-Perl/Makefile
#	p5-Log-Dispatch-Perl/distinfo
#	p5-Log-Dispatch-Perl/pkg-descr
#	p5-Log-Dispatch-Perl/pkg-plist
#
echo c - p5-Log-Dispatch-Perl
mkdir -p p5-Log-Dispatch-Perl > /dev/null 2>&1
echo x - p5-Log-Dispatch-Perl/Makefile
sed 's/^X//' >p5-Log-Dispatch-Perl/Makefile << 'END-of-p5-Log-Dispatch-Perl/Makefile'
X# New ports collection makefile for:	p5-Log-Dispatch-Perl
X# Date created:				Sun Feb  1 14:18:26 GMT 2004
X# Whom:					Lars Thegler <lars@thegler.dk>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Log-Dispatch-Perl
XPORTVERSION=	0.03
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Log
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	lars@thegler.dk
XCOMMENT=	A Log::Dispatch plug-in using core Perl functions for logging
X
XBUILD_DEPENDS=	${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch \
X		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Log::Dispatch::Perl.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500601
XIGNORE=		"requires perl 5.6.x or later. Install lang/perl5 and try again"
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Log-Dispatch-Perl/Makefile
echo x - p5-Log-Dispatch-Perl/distinfo
sed 's/^X//' >p5-Log-Dispatch-Perl/distinfo << 'END-of-p5-Log-Dispatch-Perl/distinfo'
XMD5 (Log-Dispatch-Perl-0.03.tar.gz) = e23dcef192fc33f0213e4c72553b76a7
END-of-p5-Log-Dispatch-Perl/distinfo
echo x - p5-Log-Dispatch-Perl/pkg-descr
sed 's/^X//' >p5-Log-Dispatch-Perl/pkg-descr << 'END-of-p5-Log-Dispatch-Perl/pkg-descr'
XThe "Log::Dispatch::Perl" module offers a logging alternative using
Xstandard Perl core functions. It allows you to fall back to the
Xcommon Perl alternatives for logging, such as "warn" and "cluck".
XIt also adds the possibility for a logging action to halt the current
Xenvironment, such as with "die" and "croak".
X
XWWW: http://search.cpan.org/dist/Log-Dispatch-Perl/
END-of-p5-Log-Dispatch-Perl/pkg-descr
echo x - p5-Log-Dispatch-Perl/pkg-plist
sed 's/^X//' >p5-Log-Dispatch-Perl/pkg-plist << 'END-of-p5-Log-Dispatch-Perl/pkg-plist'
X%%SITE_PERL%%/Log/Dispatch/Perl.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/Perl/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/Perl
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Log/Dispatch 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Log 2>/dev/null || true
END-of-p5-Log-Dispatch-Perl/pkg-plist
exit
--- p5-Log-Dispatch-Perl-0.03.shar ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: erwin 
State-Changed-When: Sun Feb 1 10:23:04 PST 2004 
State-Changed-Why:  
Port added, thanks! 

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