pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Log-Any-Adapter-Screen
Module Name: pkgsrc
Committed By: markd
Date: Wed Aug 24 23:34:42 UTC 2016
Added Files:
pkgsrc/devel/p5-Log-Any-Adapter-Screen: DESCR Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Log-Any-Adapter-Screen/DESCR \
pkgsrc/devel/p5-Log-Any-Adapter-Screen/Makefile \
pkgsrc/devel/p5-Log-Any-Adapter-Screen/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/p5-Log-Any-Adapter-Screen/DESCR
diff -u /dev/null pkgsrc/devel/p5-Log-Any-Adapter-Screen/DESCR:1.1
--- /dev/null Wed Aug 24 23:34:42 2016
+++ pkgsrc/devel/p5-Log-Any-Adapter-Screen/DESCR Wed Aug 24 23:34:42 2016
@@ -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.
Index: pkgsrc/devel/p5-Log-Any-Adapter-Screen/Makefile
diff -u /dev/null pkgsrc/devel/p5-Log-Any-Adapter-Screen/Makefile:1.1
--- /dev/null Wed Aug 24 23:34:42 2016
+++ pkgsrc/devel/p5-Log-Any-Adapter-Screen/Makefile Wed Aug 24 23:34:42 2016
@@ -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"
Index: pkgsrc/devel/p5-Log-Any-Adapter-Screen/distinfo
diff -u /dev/null pkgsrc/devel/p5-Log-Any-Adapter-Screen/distinfo:1.1
--- /dev/null Wed Aug 24 23:34:42 2016
+++ pkgsrc/devel/p5-Log-Any-Adapter-Screen/distinfo Wed Aug 24 23:34:42 2016
@@ -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