[NEW PORT] devel/p5-Log-Log4perl, Log4j for Perl (resubmission)

Log::Log4perl lets you remote-control and fine-tune the
	logging behaviour of your system from the outside. It
	implements the widely popular (Java-based) Log4j logging
	package in pure Perl.

PR:		ports/45998
Submitted by:	Lars Thegler <lars@thegler.dk>
This commit is contained in:
Edwin Groothuis 2003-02-05 00:18:38 +00:00
parent 9a5ed8fda4
commit 0e37f935f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74705
6 changed files with 80 additions and 0 deletions

View File

@ -558,6 +558,7 @@
SUBDIR += p5-Log-Agent
SUBDIR += p5-Log-Agent-Logger
SUBDIR += p5-Log-Dispatch
SUBDIR += p5-Log-Log4perl
SUBDIR += p5-Log-TraceMessages
SUBDIR += p5-Mac-FileSpec-Unixish
SUBDIR += p5-Make

View File

@ -0,0 +1,47 @@
# New ports collection makefile for: p5-Log-Log4perl
# Date created: Sat Oct 19 11:22:09 CEST 2002
# Whom: Lars Thegler <lars@thegler.dk>
#
# $FreeBSD$
#
PORTNAME= Log-Log4perl
PORTVERSION= 0.26
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Log
PKGNAMEPREFIX= p5-
MAINTAINER= lars@thegler.dk
RUN_DEPENDS= ${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch
RUN_DEPENDS+= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
.endif # ${PERL_LEVEL} < 500601
USE_PERL5= yes
PERL_CONFIGURE= yes
ARCH_PERL= ${SITE_PERL}/${PERL_ARCH}
MAN3= Log::Log4perl.3 \
Log::Log4perl::Appender.3 \
Log::Log4perl::DateFormat.3 \
Log::Log4perl::FAQ.3 \
Log::Log4perl::JavaMap.3 \
Log::Log4perl::JavaMap::ConsoleAppender.3 \
Log::Log4perl::JavaMap::FileAppender.3 \
Log::Log4perl::JavaMap::TestBuffer.3 \
Log::Log4perl::Layout.3 \
Log::Log4perl::Layout::PatternLayout.3 \
Log::Log4perl::Layout::SimpleLayout.3 \
Log::Log4perl::Level.3 \
Log::Log4perl::Logger.3 \
Log::Log4perl::TestBuffer.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.post.mk>

View File

@ -0,0 +1 @@
MD5 (Log-Log4perl-0.26.tar.gz) = aa494f75c6c902e9c07cb7606626503d

View File

@ -0,0 +1 @@
Log4j implementation for Perl

View File

@ -0,0 +1,8 @@
Log::Log4perl lets you remote-control and fine-tune the logging
behaviour of your system from the outside. It implements the widely
popular (Java-based) Log4j logging package in pure Perl.
WWW: http://log4perl.sourceforge.net
-Lars Thegler
<lars@thegler.dk>

View File

@ -0,0 +1,22 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Log/Log4perl/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Log/Log4perl/TestBuffer.pm
lib/perl5/site_perl/%%PERL_VER%%/Log/Log4perl/Level.pm
lib/perl5/site_perl/%%PERL_VER%%/Log/Log4perl/Logger.pm
lib/perl5/site_perl/%%PERL_VER%%/Log/Log4perl/JavaMap/FileAppender.pm
lib/perl5/site_perl/%%PERL_VER%%/Log/Log4perl/JavaMap/ConsoleAppender.pm
lib/perl5/site_perl/%%PERL_VER%%/Log/Log4perl/Config.pm
lib/perl5/site_perl/%%PERL_VER%%/Log/Log4perl/JavaMap/TestBuffer.pm
lib/perl5/site_perl/%%PERL_VER%%/Log/Log4perl/Appender.pm
lib/perl5/site_perl/%%PERL_VER%%/Log/Log4perl.pm
lib/perl5/site_perl/%%PERL_VER%%/Log/Log4perl/DateFormat.pm
lib/perl5/site_perl/%%PERL_VER%%/Log/Log4perl/Layout.pm
lib/perl5/site_perl/%%PERL_VER%%/Log/Log4perl/JavaMap.pm
lib/perl5/site_perl/%%PERL_VER%%/Log/Log4perl/Layout/PatternLayout.pm
lib/perl5/site_perl/%%PERL_VER%%/Log/Log4perl/Layout/SimpleLayout.pm
lib/perl5/site_perl/%%PERL_VER%%/Log/Log4perl/FAQ.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Log/Log4perl/Layout
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Log/Log4perl/JavaMap
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Log/Log4perl 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Log 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Log/Log4perl 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Log 2>/dev/null || true