Log::Handler is an object-oriented handler for logging, tracing and

debugging. It is very easy to use and provides a simple interface for
multiple output objects with lots of configuration parameters.

WWW: http://search.cpan.org/dist/Log-Handler/

PR:		ports/140371
Submitted by:	Sahil Tandon <sahil at tandon.net>
This commit is contained in:
Martin Wilke 2009-11-20 19:07:28 +00:00
parent 6717322abb
commit 467b3f6da9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244546
5 changed files with 72 additions and 0 deletions

View File

@ -1620,6 +1620,7 @@
SUBDIR += p5-Log-Dispatch-Perl
SUBDIR += p5-Log-Dispatch-Screen-Color
SUBDIR += p5-Log-Dispatch-Scribe
SUBDIR += p5-Log-Handler
SUBDIR += p5-Log-Log4perl
SUBDIR += p5-Log-Message
SUBDIR += p5-Log-Message-Simple

View File

@ -0,0 +1,39 @@
# New ports collection makefile for: Log::Handler
# Date created: 7 Nov 2009
# Whom: Sahil Tandon <sahil@tandon.net>
#
# $FreeBSD$
#
PORTNAME= Log-Handler
PORTVERSION= 0.62
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sahil@tandon.net
COMMENT= An object-oriented handler for logging, tracing and debugging in Perl
BUILD_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Log::Handler.3 \
Log::Handler::Config.3 \
Log::Handler::Examples.3 \
Log::Handler::Levels.3 \
Log::Handler::Output.3 \
Log::Handler::Output::DBI.3 \
Log::Handler::Output::Email.3 \
Log::Handler::Output::File.3 \
Log::Handler::Output::Forward.3 \
Log::Handler::Output::Screen.3 \
Log::Handler::Output::Sendmail.3 \
Log::Handler::Output::Socket.3 \
Log::Handler::Pattern.3 \
Log::Handler::Plugin::Config::General.3 \
Log::Handler::Plugin::Config::Properties.3 \
Log::Handler::Plugin::YAML.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Log-Handler-0.62.tar.gz) = ceb8e94193afa25bf971002579ae0a69
SHA256 (Log-Handler-0.62.tar.gz) = 441e9224cf8c378bdad273880ed4289f6b50f4ecdad9d3850c7f8f198c83604f
SIZE (Log-Handler-0.62.tar.gz) = 70719

View File

@ -0,0 +1,5 @@
Log::Handler is an object-oriented handler for logging, tracing and
debugging. It is very easy to use and provides a simple interface for
multiple output objects with lots of configuration parameters.
WWW: http://search.cpan.org/dist/Log-Handler/

View File

@ -0,0 +1,24 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Handler/.packlist
%%SITE_PERL%%/Log/Handler.pm
%%SITE_PERL%%/Log/Handler/Config.pm
%%SITE_PERL%%/Log/Handler/Examples.pod
%%SITE_PERL%%/Log/Handler/Levels.pm
%%SITE_PERL%%/Log/Handler/Output.pm
%%SITE_PERL%%/Log/Handler/Output/DBI.pm
%%SITE_PERL%%/Log/Handler/Output/Email.pm
%%SITE_PERL%%/Log/Handler/Output/File.pm
%%SITE_PERL%%/Log/Handler/Output/Forward.pm
%%SITE_PERL%%/Log/Handler/Output/Screen.pm
%%SITE_PERL%%/Log/Handler/Output/Sendmail.pm
%%SITE_PERL%%/Log/Handler/Output/Socket.pm
%%SITE_PERL%%/Log/Handler/Pattern.pm
%%SITE_PERL%%/Log/Handler/Plugin/Config/General.pm
%%SITE_PERL%%/Log/Handler/Plugin/Config/Properties.pm
%%SITE_PERL%%/Log/Handler/Plugin/YAML.pm
@dirrm %%SITE_PERL%%/Log/Handler/Output
@dirrm %%SITE_PERL%%/Log/Handler/Plugin/Config
@dirrm %%SITE_PERL%%/Log/Handler/Plugin
@dirrm %%SITE_PERL%%/Log/Handler
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Handler
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log
@dirrmtry %%SITE_PERL%%/Log