Importing devel/p5-Log-Report version 0.26 as dependency of scheduled
update of devel/p5-Hash-Case to 1.01{0}. 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.
This commit is contained in:
parent
5f1b5c1c93
commit
d3fad12273
3 changed files with 36 additions and 0 deletions
6
devel/p5-Log-Report/DESCR
Normal file
6
devel/p5-Log-Report/DESCR
Normal file
|
@ -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.
|
25
devel/p5-Log-Report/Makefile
Normal file
25
devel/p5-Log-Report/Makefile
Normal file
|
@ -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"
|
5
devel/p5-Log-Report/distinfo
Normal file
5
devel/p5-Log-Report/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue