Log::Dispatchouli is a thin layer above Log::Dispatch and meant to

make it dead simple to add logging to a program without having to
think much about categories, facilities, levels, or things like that.
It is meant to make logging just configurable enough that you can find
the logs you want and just easy enough that you will actually log
things.

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

Submitted by:	Geraud CONTINSOUZAS <geraud@gcu.info> (by private mail)
This commit is contained in:
Baptiste Daroussin 2011-09-20 10:12:00 +00:00
parent d44690bc91
commit a8af7020ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282063
5 changed files with 52 additions and 0 deletions

View file

@ -1924,6 +1924,7 @@
SUBDIR += p5-Log-Dispatch-Perl
SUBDIR += p5-Log-Dispatch-Screen-Color
SUBDIR += p5-Log-Dispatch-Scribe
SUBDIR += p5-Log-Dispatchouli
SUBDIR += p5-Log-Handler
SUBDIR += p5-Log-Log4perl
SUBDIR += p5-Log-Log4perl-Appender-RabbitMQ

View file

@ -0,0 +1,33 @@
# New ports collection makefile for: devel/p5-Log-Dispatchouli
# Date created: 2011-09-19
# Whom: Geraud CONTINSOUZAS <geraud@gcu.info>
#
# $FreeBSD$
#
PORTNAME= Log-Dispatchouli
PORTVERSION= 2.005
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= geraud@gcu.info
COMMENT= Log events to an array (reference)
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \
p5-Log-Dispatch-Array>=0:${PORTSDIR}/devel/p5-Log-Dispatch-Array \
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
p5-Sub-Exporter-GlobExporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter-GlobExporter \
p5-String-Flogger>=0:${PORTSDIR}/textproc/p5-String-Flogger
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Log::Dispatchouli.3 \
Log::Dispatchouli::Global.3 \
Log::Dispatchouli::Proxy.3
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Log-Dispatchouli-2.005.tar.gz) = e3d9e7219bc52d3c7bed241cb2f259eee5b9edde1d60e093d75423167555a519
SIZE (Log-Dispatchouli-2.005.tar.gz) = 22449

View file

@ -0,0 +1,8 @@
Log::Dispatchouli is a thin layer above Log::Dispatch and meant to
make it dead simple to add logging to a program without having to
think much about categories, facilities, levels, or things like that.
It is meant to make logging just configurable enough that you can find
the logs you want and just easy enough that you will actually log
things.
WWW: http://search.cpan.org/dist/Log-Dispatchouli/

View file

@ -0,0 +1,8 @@
%%SITE_PERL%%/Log/Dispatchouli.pm
%%SITE_PERL%%/Log/Dispatchouli/Global.pm
%%SITE_PERL%%/Log/Dispatchouli/Proxy.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatchouli/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatchouli
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log
@dirrmtry %%SITE_PERL%%/Log/Dispatchouli
@dirrmtry %%SITE_PERL%%/Log