pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Log-Any-Adapter-Screen Add p5-Log-Any-Adapter...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/919184400c9e
branches:  trunk
changeset: 351680:919184400c9e
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Aug 24 23:34:42 2016 +0000

description:
Add p5-Log-Any-Adapter-Screen 0.12

This Log::Any adapter prints log messages to screen
(STDERR/STDOUT). The messages are colored according to level (unless
coloring is turned off). It has a few other features: allow passing
formatter, allow setting level from some environment variables, add
prefix/timestamps.

diffstat:

 devel/p5-Log-Any-Adapter-Screen/DESCR    |   5 +++++
 devel/p5-Log-Any-Adapter-Screen/Makefile |  20 ++++++++++++++++++++
 devel/p5-Log-Any-Adapter-Screen/distinfo |   6 ++++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 0c92743f0411 -r 919184400c9e devel/p5-Log-Any-Adapter-Screen/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Log-Any-Adapter-Screen/DESCR     Wed Aug 24 23:34:42 2016 +0000
@@ -0,0 +1,5 @@
+This Log::Any adapter prints log messages to screen
+(STDERR/STDOUT). The messages are colored according to level (unless
+coloring is turned off). It has a few other features: allow passing
+formatter, allow setting level from some environment variables, add
+prefix/timestamps.
diff -r 0c92743f0411 -r 919184400c9e devel/p5-Log-Any-Adapter-Screen/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Log-Any-Adapter-Screen/Makefile  Wed Aug 24 23:34:42 2016 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2016/08/24 23:34:42 markd Exp $
+
+DISTNAME=      Log-Any-Adapter-Screen-0.12
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PERLANCAR/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Log-Any-Adapter-Screen
+COMMENT=       Send logs to screen, with colors and some other features
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Log-Any-[0-9]*:../../devel/p5-Log-Any
+DEPENDS+=      p5-Term-ANSIColor-[0-9]*:../../devel/p5-Term-ANSIColor
+DEPENDS+=      p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
+
+PERL5_PACKLIST=        auto/Log/Any/Adapter/Screen/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0c92743f0411 -r 919184400c9e devel/p5-Log-Any-Adapter-Screen/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Log-Any-Adapter-Screen/distinfo  Wed Aug 24 23:34:42 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/08/24 23:34:42 markd Exp $
+
+SHA1 (Log-Any-Adapter-Screen-0.12.tar.gz) = 1b4cf35027d11b2ee3df6871c3c6643edc3b42ff
+RMD160 (Log-Any-Adapter-Screen-0.12.tar.gz) = 7c803ce2ed7399cbb3104c89a6662a59d1efd74e
+SHA512 (Log-Any-Adapter-Screen-0.12.tar.gz) = 40d4ad0f74d2b1e1772bd3bf3422e290d393fd480ae2d29c4c5333275e68e7b04a50f3134a164361db0bd70643f1606daff544104c7a64bb66328f2242120793
+Size (Log-Any-Adapter-Screen-0.12.tar.gz) = 16282 bytes



Home | Main Index | Thread Index | Old Index