Import p5-Log-Handler-0.72 as devel/p5-Log-Handler.
The 'Log::Handler' is a object oriented handler for logging, tracing and debugging. It is very easy to use and provides a simple interface for multiple output objects with lots of configuration parameters. You can easily filter the amount of logged information on a per-output base, define priorities, create patterns to format the messages and reload the complete logging machine.
This commit is contained in:
parent
3765ea0404
commit
359ed20cfe
3 changed files with 42 additions and 0 deletions
6
devel/p5-Log-Handler/DESCR
Normal file
6
devel/p5-Log-Handler/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
The 'Log::Handler' is a object oriented handler for logging, tracing and
|
||||
debugging. It is very easy to use and provides a simple interface for
|
||||
multiple output objects with lots of configuration parameters. You can
|
||||
easily filter the amount of logged information on a per-output base,
|
||||
define priorities, create patterns to format the messages and reload the
|
||||
complete logging machine.
|
31
devel/p5-Log-Handler/Makefile
Normal file
31
devel/p5-Log-Handler/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2012/03/08 11:23:30 fhajny Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Log-Handler-0.72
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Log-Handler/
|
||||
COMMENT= Log messages to several outputs
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
DEPENDS+= p5-Config-General>=0:../../devel/p5-Config-General
|
||||
DEPENDS+= p5-Config-Properties>=0:../../devel/p5-Config-Properties
|
||||
DEPENDS+= p5-DBI>=0:../../databases/p5-DBI
|
||||
DEPENDS+= p5-Email-Date>=0:../../mail/p5-Email-Date
|
||||
DEPENDS+= p5-PathTools>=0:../../devel/p5-PathTools
|
||||
DEPENDS+= p5-Params-Validate>=0:../../devel/p5-Params-Validate
|
||||
DEPENDS+= p5-Test-Simple>=0:../../devel/p5-Test-Simple
|
||||
DEPENDS+= p5-Time-HiRes>=0:../../time/p5-Time-HiRes
|
||||
DEPENDS+= p5-YAML>=0:../../textproc/p5-YAML
|
||||
|
||||
PERL5_MODULE_TYPE= Module::Build
|
||||
PERL5_PACKLIST= auto/Log/Handler/.packlist
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-Log-Handler/distinfo
Normal file
5
devel/p5-Log-Handler/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2012/03/08 11:23:30 fhajny Exp $
|
||||
|
||||
SHA1 (Log-Handler-0.72.tar.gz) = caa9c71eb19a5e0140c7e7d605441d4a97a1397a
|
||||
RMD160 (Log-Handler-0.72.tar.gz) = 69f9d096c9a5ec094c9778c6cda3231a71478744
|
||||
Size (Log-Handler-0.72.tar.gz) = 72196 bytes
|
Loading…
Reference in a new issue