diff options
author | ryoon <ryoon> | 2013-04-21 11:49:07 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2013-04-21 11:49:07 +0000 |
commit | cfa9c05155773bfc0f49a9af4f616fcd460ba39e (patch) | |
tree | a545ac4e3b49b9c95add369740d37b1113e0ea59 /devel/p5-Log-Dispatch-Perl | |
parent | 1f7b62a1e0fa2ca7b242f79cf229116ee7e97cfc (diff) | |
download | pkgsrc-cfa9c05155773bfc0f49a9af4f616fcd460ba39e.tar.gz |
Import p5-Log-Dispatch-Perl-0.04 as devel/p5-Log-Dispatch-Perl.
The "Log::Dispatch::Perl" module offers a logging alternative using
standard Perl core functions. It allows you to fall back to the
common Perl alternatives for logging, such as "warn" and "cluck".
It also adds the possibility for a logging action to halt the
current environment, such as with "die" and "croak".
Diffstat (limited to 'devel/p5-Log-Dispatch-Perl')
-rw-r--r-- | devel/p5-Log-Dispatch-Perl/DESCR | 5 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-Perl/Makefile | 20 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-Perl/distinfo | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/devel/p5-Log-Dispatch-Perl/DESCR b/devel/p5-Log-Dispatch-Perl/DESCR new file mode 100644 index 00000000000..32b358d82c1 --- /dev/null +++ b/devel/p5-Log-Dispatch-Perl/DESCR @@ -0,0 +1,5 @@ +The "Log::Dispatch::Perl" module offers a logging alternative using +standard Perl core functions. It allows you to fall back to the +common Perl alternatives for logging, such as "warn" and "cluck". +It also adds the possibility for a logging action to halt the +current environment, such as with "die" and "croak". diff --git a/devel/p5-Log-Dispatch-Perl/Makefile b/devel/p5-Log-Dispatch-Perl/Makefile new file mode 100644 index 00000000000..77c71d1cbb5 --- /dev/null +++ b/devel/p5-Log-Dispatch-Perl/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2013/04/21 11:49:07 ryoon Exp $ +# + +DISTNAME= Log-Dispatch-Perl-0.04 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Log-Dispatch-Perl/ +COMMENT= TODO: Short description of the package +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-Log-Dispatch>=1.16:../../devel/p5-Log-Dispatch + +PERL5_PACKLIST= auto/Log/Dispatch/Perl/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Log-Dispatch-Perl/distinfo b/devel/p5-Log-Dispatch-Perl/distinfo new file mode 100644 index 00000000000..faf467a9f7c --- /dev/null +++ b/devel/p5-Log-Dispatch-Perl/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/04/21 11:49:07 ryoon Exp $ + +SHA1 (Log-Dispatch-Perl-0.04.tar.gz) = 4c20d3acbad5c79ab3666eb0311b05b29a0af8f6 +RMD160 (Log-Dispatch-Perl-0.04.tar.gz) = 953c66abc5e9bc8a81e118cad1e562e03be30b89 +Size (Log-Dispatch-Perl-0.04.tar.gz) = 4461 bytes |