Update to 1.23:
Version 1.23 - 24 Jan 2013 * New message retrieval backend Locale::gettext_dumb(3pm) which produces translations even, when the corresponding locale is not present in the system. * Fixed a bug where the Perl backend under certain circumstances clobbered the environment variable LC_ALL. * Avoid test failures by skipping all tests that depend on the de_AT locale, when that locale is not installed. * Bugs fixed: https://rt.cpan.org/Ticket/Display.html?id=82856 Version 1.22 - 24 Jan 2013 * Version 1.22 outsmarted PAUSE (the CPAN upload facility) and had to be removed. Version 1.21 - 15 Jan 2013 * Environment variables LANGUAGE and LANG are interpreted in the same way in the XS and the pure Perl version. * Package design closer to GNU standards. * If present, File::ShareDir is used for searching message catalogs. * Cleaned up distribution. * Bugs fixed: https://rt.cpan.org/Ticket/Display.html?id=78341 https://rt.cpan.org/Ticket/Display.html?id=81315 https://rt.cpan.org/Ticket/Display.html?id=79461 https://rt.cpan.org/Ticket/Display.html?id=71509 https://rt.cpan.org/Ticket/Display.html?id=49744 https://rt.cpan.org/Ticket/Display.html?id=49744 https://rt.cpan.org/Ticket/Display.html?id=64284
This commit is contained in:
parent
e8d2644e00
commit
b416c16978
2 changed files with 8 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.12 2012/11/07 23:41:01 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2013/01/25 09:19:16 wiz Exp $
|
||||
|
||||
DISTNAME= libintl-perl-1.20
|
||||
DISTNAME= libintl-perl-1.23
|
||||
PKGNAME= p5-${DISTNAME:S/libintl-perl/Locale-libintl/}
|
||||
PKGREVISION= 4
|
||||
CATEGORIES= misc devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
|
||||
|
||||
|
@ -14,6 +13,7 @@ LICENSE= gnu-lgpl-v2.1
|
|||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
PERL5_PACKLIST= auto/libintl-perl/.packlist
|
||||
# Interpreter /bin/false
|
||||
CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Locale/Messages.pm
|
||||
CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Locale/Recode.pm
|
||||
CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Locale/Recode/*.pm
|
||||
|
@ -21,6 +21,7 @@ CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Locale/RecodeData.pm
|
|||
CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Locale/RecodeData/*.pm
|
||||
CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Locale/TextDomain.pm
|
||||
CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Locale/Util.pm
|
||||
CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Locale/gettext_dumb.pm
|
||||
CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Locale/gettext_pp.pm
|
||||
CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Locale/gettext_xs.pm
|
||||
CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORLIB}/Locale/gettext_xs.pod
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.3 2012/11/07 23:41:01 adam Exp $
|
||||
$NetBSD: distinfo,v 1.4 2013/01/25 09:19:16 wiz Exp $
|
||||
|
||||
SHA1 (libintl-perl-1.20.tar.gz) = 883237efa86c617550f1b0bed1adea2885213ce5
|
||||
RMD160 (libintl-perl-1.20.tar.gz) = dc130355f284205aaa3049039de5de712b3f5f25
|
||||
Size (libintl-perl-1.20.tar.gz) = 499899 bytes
|
||||
SHA1 (libintl-perl-1.23.tar.gz) = da2ed849f3b3f28dc5306a2887126a55f49992cb
|
||||
RMD160 (libintl-perl-1.23.tar.gz) = 30719c3d19612eb24141f64783fd05a0f611c983
|
||||
Size (libintl-perl-1.23.tar.gz) = 523571 bytes
|
||||
SHA1 (patch-aa) = 56350d7948fbe342af4df5ebd838c7be080de2cc
|
||||
|
|
Loading…
Reference in a new issue