pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Log-Message Import p5-Log-Message-0.08 as dev...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7f9d5ccc36bd
branches: trunk
changeset: 646258:7f9d5ccc36bd
user: mef <mef%pkgsrc.org@localhost>
date: Fri Feb 06 05:13:11 2015 +0000
description:
Import p5-Log-Message-0.08 as devel/p5-Log-Message.
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 powerful way of searching through items by
regexes on messages, tags and level.
diffstat:
devel/p5-Log-Message/DESCR | 9 +++++++++
devel/p5-Log-Message/Makefile | 18 ++++++++++++++++++
devel/p5-Log-Message/distinfo | 5 +++++
3 files changed, 32 insertions(+), 0 deletions(-)
diffs (44 lines):
diff -r 350ba63aac82 -r 7f9d5ccc36bd devel/p5-Log-Message/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Log-Message/DESCR Fri Feb 06 05:13:11 2015 +0000
@@ -0,0 +1,9 @@
+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 powerful way of searching through items by
+regexes on messages, tags and level.
diff -r 350ba63aac82 -r 7f9d5ccc36bd devel/p5-Log-Message/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Log-Message/Makefile Fri Feb 06 05:13:11 2015 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2015/02/06 05:13:11 mef Exp $
+#
+
+DISTNAME= Log-Message-0.08
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/~bingos/Log-Message/
+COMMENT= Log::Message - A generic message storing mechanism
+LICENSE= ${PERL5_LICENSE}
+
+PERL5_PACKLIST= auto/Log/Message/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 350ba63aac82 -r 7f9d5ccc36bd devel/p5-Log-Message/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Log-Message/distinfo Fri Feb 06 05:13:11 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/02/06 05:13:11 mef Exp $
+
+SHA1 (Log-Message-0.08.tar.gz) = 2cf1944e8e9e075c75210fbfb792544b614e190a
+RMD160 (Log-Message-0.08.tar.gz) = f21bddf819f6c2d65bf783e51b13d06312521cb8
+Size (Log-Message-0.08.tar.gz) = 12507 bytes
Home |
Main Index |
Thread Index |
Old Index