diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-19 22:42:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-19 22:42:18 +0000 |
commit | 48ef5bed072c8cae4e6efb3d733ce89a56926a13 (patch) | |
tree | 62cc1df90289242eab96bf7aff96678195a742ae /misc | |
parent | 2f4fe5a2b1849bd2d290e6bf7e66e9be6242503c (diff) | |
download | pkgsrc-48ef5bed072c8cae4e6efb3d733ce89a56926a13.tar.gz |
Update to 0.61:
[Changes for 0.61 - 2006-04-27]
* LICENSING CHANGE: This compilation and all individual files in it
are now under the permissive "MIT" license. See the COPYRIGHT
section in README for the new terms.
* Repair Perl 5.005 compatibility in the build system.
Reported By: Rong-En Fan
[Changes for 0.60 - 2006-04-13]
* Locale::Maketext::Extract: Bump version to 0.20.
No functionality changes to Locale::Maketext::Lexicon; all changes
in this release are to Locale::Maketext::Extract.
* The ->compile call now moves ->entries into ->compiled_entries,
instead of mutating them in-place. This allows repeated cycles
of ->extract/->compile calls before the final ->write_po.
* Consequently, in the ->read_po/->write_po API, the "$verbatim" flag
is now ignored.
* ->read_po no longer fails on empty PO files.
* The return values of ->msgids/->msgstr are now always in gettext
style and never in maketext style.
* In xgettext.pl, the -u flag (specifies the style of the source
programs as gettext instead of the default maketext) now has nothing
to do with output escaping. This closes another long-standing
bug of "vanishing backslashes" when the same .po file is written
once with -u and once without.
* The --unescaped flag to "xgettext.pl" is deprecated and renamed
to the more appropriate "--use-gettext-style".
* Locale::Maketext::Extract::Run now accepts single-letter directory
names instead of erroneously stripping them out.
[Changes for 0.58 - 2006-04-13]
* Locale::Maketext::Extract: Direct calls to ->write_po now
escapes the msg strings by default (reverting to <=0.54
behaviour), but calls via xgettext.pl (and ::Extract::Run)
now always specify the "verbatim" flag to ->write_po, so
users of extraction tools are still free from double escaping.
Requested by: Thierry Vignaud
* Locale::Maketext::Extract: Allow the "# loc" marker at the
end of a statement:
say "foo"; # loc
previously it only worked on closing brackets and commas.
* Locale::Maketext::Lexicon: The "gettext" style no longer parses
"%0" as a variable. Also allows spaces between function arguments:
%quant(%1, %2)
[Changes for 0.57 - 2006-04-11]
* Locale::Maketext::Locale: The "_style => 'gettext'" option was
broken for function forms such as "%quant(%1)", as well as
adjacent variables such as "%1%2%3".
[Changes for 0.56 - 2006-04-02]
* Locale::Maketext::Lexicon: Specifying the new "_auto => 1" option
now turns on _AUTO fallback handling for all language handles.
Requested by: Jesse Vincent
* Locale::Maketext::Lexicon: Specifying the new "_style => 'gettext'"
option makes "%1" and "%quant(%1)" to be used for interpolation,
instead of "[_1]" and "[quant,_1]".
[Changes for 0.55 - 2006-03-22]
* Locale::Maketext::Extract: Fix a long-standing bug that caused
double-escaping of backslashes and double quotes in loc strings.
Contributed by: Brian Cassidy
[Changes for 0.54 - 2006-03-14]
* When importing into an already defined lexicon and merging with its
entries, we need to clear the Locale::Maketext cache, otherwise
_AUTO entries generated by the old lexicon will linger around.
Contributed by: Helmut Lichtenberg
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Locale-Maketext-Lexicon/Makefile | 4 | ||||
-rw-r--r-- | misc/p5-Locale-Maketext-Lexicon/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/p5-Locale-Maketext-Lexicon/Makefile b/misc/p5-Locale-Maketext-Lexicon/Makefile index 455b46930e5..44ba7cda737 100644 --- a/misc/p5-Locale-Maketext-Lexicon/Makefile +++ b/misc/p5-Locale-Maketext-Lexicon/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2006/05/27 02:55:38 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2006/07/19 22:42:18 wiz Exp $ # -DISTNAME= Locale-Maketext-Lexicon-0.53 +DISTNAME= Locale-Maketext-Lexicon-0.61 PKGNAME= p5-${DISTNAME} CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/} diff --git a/misc/p5-Locale-Maketext-Lexicon/distinfo b/misc/p5-Locale-Maketext-Lexicon/distinfo index 98352f3ec10..7b8a31751ef 100644 --- a/misc/p5-Locale-Maketext-Lexicon/distinfo +++ b/misc/p5-Locale-Maketext-Lexicon/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2006/01/03 18:29:21 wiz Exp $ +$NetBSD: distinfo,v 1.7 2006/07/19 22:42:18 wiz Exp $ -SHA1 (Locale-Maketext-Lexicon-0.53.tar.gz) = 4c607d8efabf4ca77e615c987d1ac815abb24478 -RMD160 (Locale-Maketext-Lexicon-0.53.tar.gz) = 4e5eb2a02ab4fb8ec7bdd1eee3688f47a68f8d1f -Size (Locale-Maketext-Lexicon-0.53.tar.gz) = 65947 bytes +SHA1 (Locale-Maketext-Lexicon-0.61.tar.gz) = 437b4c7bfe4eff540ac96fcf1165b552a6a1365e +RMD160 (Locale-Maketext-Lexicon-0.61.tar.gz) = 307639073fd2b7a5af5c11d4754471ac230cef21 +Size (Locale-Maketext-Lexicon-0.61.tar.gz) = 83766 bytes |