Adding port devel/p5-Log-Message, Powerful and flexible message logging mechanism.

Approved by:	tobez (implicit)
This commit is contained in:
Aaron Dalton 2006-05-31 18:21:43 +00:00
parent 279016240b
commit f065d38d92
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164100
5 changed files with 55 additions and 0 deletions

View file

@ -1079,6 +1079,7 @@
SUBDIR += p5-Log-Dispatch-FileRotate
SUBDIR += p5-Log-Dispatch-Perl
SUBDIR += p5-Log-Log4perl
SUBDIR += p5-Log-Message
SUBDIR += p5-Log-TraceMessages
SUBDIR += p5-Mac-FileSpec-Unixish
SUBDIR += p5-Make

View file

@ -0,0 +1,30 @@
# New ports collection makefile for: p5-Log-Message
# Date created: 31 May 2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Log-Message
PORTVERSION= 0.01
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Log
PKGNAMEPREFIX= p5-
MAINTAINER= aaron@FreeBSD.org
COMMENT= Powerful and flexible message logging mechanism
BUILD_DEPENDS= ${SITE_PERL}/Params/Check.pm:${PORTSDIR}/devel/p5-Params-Check \
${SITE_PERL}/Module/Load.pm:${PORTSDIR}/devel/p5-Module-Load \
${SITE_PERL}/Locale/Maketext/Simple.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= Log::Message.3 \
Log::Message::Config.3 \
Log::Message::Handlers.3 \
Log::Message::Item.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (Log-Message-0.01.tar.gz) = f04298e81488a5a39930fd417d47656e
SHA256 (Log-Message-0.01.tar.gz) = eeac769b0b5c7ebf2a3883ec19d1c5f5e3fd384cd20aef3f743f127b18fc0e34
SIZE (Log-Message-0.01.tar.gz) = 10879

View file

@ -0,0 +1,12 @@
Log::Message is a generic message storage mechanism. It allows you to
store messages on a stack -- either shared or private -- and assign
meta-data to it. Some meta-data will automatically be added for you, like
a timestamp and a stack trace, but some can be filled in by the user, like
a tag by which to identify it or group it, and a level at which to handle
the message (for example, log it, or die with it)
Log::Message also provides a powerfull way of searching through items by
regexes on messages, tags and level.
WWW: http://search.cpan.org/dist/Log-Message
Author: Jos Boumans <kane@cpan.org>

View file

@ -0,0 +1,9 @@
%%SITE_PERL%%/Log/Message.pm
%%SITE_PERL%%/Log/Message/Config.pm
%%SITE_PERL%%/Log/Message/Handlers.pm
%%SITE_PERL%%/Log/Message/Item.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Message/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Message
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log
@dirrm %%SITE_PERL%%/Log/Message
@dirrmtry %%SITE_PERL%%/Log