diff --git a/devel/p5-Log-Report/DESCR b/devel/p5-Log-Report/DESCR new file mode 100644 index 000000000000..6f4b2df3826e --- /dev/null +++ b/devel/p5-Log-Report/DESCR @@ -0,0 +1,6 @@ +Handling messages to users can be a hassle, certainly when the same module +is used for command-line and in a graphical interfaces, and has to cope +with internationalization at the same time; this set of modules tries to +simplify this. Log::Report combines gettext features with Log::Dispatch-like +features. However, this module can be used to do only translations or only +message dispatching. diff --git a/devel/p5-Log-Report/Makefile b/devel/p5-Log-Report/Makefile new file mode 100644 index 000000000000..0343bdee01a2 --- /dev/null +++ b/devel/p5-Log-Report/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/02/16 09:25:57 sno Exp $ +# + +DISTNAME= Log-Report-0.26 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 3 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Log-Report/ +COMMENT= Perl5 module to report a problem, pluggable handlers and language support +LICENSE= ${PERL5_LICENSE} + +BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.86}:../../devel/p5-Test-Simple +BUILD_DEPENDS+= p5-Test-Pod>=1.00:../../devel/p5-Test-Pod + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Log/Report/.packlist +PERL5_MODULE_TYPE= Module::Install::Bundled + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Log-Report/distinfo b/devel/p5-Log-Report/distinfo new file mode 100644 index 000000000000..586c138530ec --- /dev/null +++ b/devel/p5-Log-Report/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/02/16 09:25:57 sno Exp $ + +SHA1 (Log-Report-0.26.tar.gz) = aaf16b3b0cb3217aae060bea4b918b24543c509d +RMD160 (Log-Report-0.26.tar.gz) = 6348a092471b2f890b47d786a4579a14d81d291d +Size (Log-Report-0.26.tar.gz) = 84794 bytes