From a29ac9de3b91ccbf3a01348fa1d9bd57e568f5e9 Mon Sep 17 00:00:00 2001 From: mjl Date: Tue, 11 Feb 2003 23:29:56 +0000 Subject: 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. --- devel/p5-Log-Agent/DESCR | 6 ++++++ devel/p5-Log-Agent/Makefile | 16 ++++++++++++++++ devel/p5-Log-Agent/PLIST | 1 + devel/p5-Log-Agent/distinfo | 4 ++++ 4 files changed, 27 insertions(+) create mode 100644 devel/p5-Log-Agent/DESCR create mode 100644 devel/p5-Log-Agent/Makefile create mode 100644 devel/p5-Log-Agent/PLIST create mode 100644 devel/p5-Log-Agent/distinfo (limited to 'devel') diff --git a/devel/p5-Log-Agent/DESCR b/devel/p5-Log-Agent/DESCR new file mode 100644 index 00000000000..daf41b0fb3e --- /dev/null +++ b/devel/p5-Log-Agent/DESCR @@ -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. diff --git a/devel/p5-Log-Agent/Makefile b/devel/p5-Log-Agent/Makefile new file mode 100644 index 00000000000..0cb3701287f --- /dev/null +++ b/devel/p5-Log-Agent/Makefile @@ -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" diff --git a/devel/p5-Log-Agent/PLIST b/devel/p5-Log-Agent/PLIST new file mode 100644 index 00000000000..211dc83a747 --- /dev/null +++ b/devel/p5-Log-Agent/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/11 23:29:56 mjl Exp $ diff --git a/devel/p5-Log-Agent/distinfo b/devel/p5-Log-Agent/distinfo new file mode 100644 index 00000000000..f95d9cb1925 --- /dev/null +++ b/devel/p5-Log-Agent/distinfo @@ -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 -- cgit v1.2.3