Add p5-Log-Agent 0.303
Log::Agent is a general logging framework aimed at reusable modules. Instead of having modules insist on using their onw logging reporting (by hardwiring calls to warn() or syslog()) which can conflict with the final application's choice, one may use logwarn() for instance to emit a warning.
This commit is contained in:
parent
e8b9da16d5
commit
a29ac9de3b
4 changed files with 27 additions and 0 deletions
6
devel/p5-Log-Agent/DESCR
Normal file
6
devel/p5-Log-Agent/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
Log::Agent is a general logging framework aimed at reusable modules.
|
||||||
|
|
||||||
|
Instead of having modules insist on using their onw logging reporting
|
||||||
|
(by hardwiring calls to warn() or syslog()) which can conflict with
|
||||||
|
the final application's choice, one may use logwarn() for instance to
|
||||||
|
emit a warning.
|
16
devel/p5-Log-Agent/Makefile
Normal file
16
devel/p5-Log-Agent/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# $NetBSD: Makefile,v 1.1.1.1 2003/02/11 23:29:56 mjl Exp $
|
||||||
|
|
||||||
|
DISTNAME= Log-Agent-0.303
|
||||||
|
PKGNAME= p5-${DISTNAME}
|
||||||
|
SVR4_PKGNAME= p5lag
|
||||||
|
CATEGORIES= devel perl5
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
|
||||||
|
|
||||||
|
MAINTAINER= packages@netbsd.org
|
||||||
|
COMMENT= general logging framework aimed at reusable modules
|
||||||
|
|
||||||
|
USE_BUILDLINK2= YES
|
||||||
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Log/Agent/.packlist
|
||||||
|
|
||||||
|
.include "../../lang/perl5/module.mk"
|
||||||
|
.include "../../mk/bsd.pkg.mk"
|
1
devel/p5-Log-Agent/PLIST
Normal file
1
devel/p5-Log-Agent/PLIST
Normal file
|
@ -0,0 +1 @@
|
||||||
|
@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/11 23:29:56 mjl Exp $
|
4
devel/p5-Log-Agent/distinfo
Normal file
4
devel/p5-Log-Agent/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
$NetBSD: distinfo,v 1.1.1.1 2003/02/11 23:29:56 mjl Exp $
|
||||||
|
|
||||||
|
SHA1 (Log-Agent-0.303.tar.gz) = 270d81a3a6d8fc8c73e938662e98a4083e1f3848
|
||||||
|
Size (Log-Agent-0.303.tar.gz) = 52852 bytes
|
Loading…
Reference in a new issue