diff options
author | hiramatsu <hiramatsu> | 2011-10-17 08:54:18 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu> | 2011-10-17 08:54:18 +0000 |
commit | 47f9c3bee05d53c8a02afe91cfa6630286b513ea (patch) | |
tree | 7496e0a27d8f6c9c598dde25ffe8aa675e62348a /misc/p5-Locale-Maketext-Lexicon | |
parent | b6b953a7307b8f95d8e7c66fcde40a6302bac003 (diff) | |
download | pkgsrc-47f9c3bee05d53c8a02afe91cfa6630286b513ea.tar.gz |
Update p5-Locale-Maketext-Lexicon to 0.91.
Changes from previous:
[Changes for 0.91 - 2011-08-19]
* Fixed test count for newly added tests
[Changes for 0.90 - 2011-08-19]
* Doc changes
[Changes for 0.89 - 2011-08-19]
* Added support to the TT2 parser for Mojolicious style tags
Thanks to COSIMO for the patch
[Changes for 0.88 - 2011-07-30]
* Fixed the t/5-extract.t test count
[Changes for 0.87 - 2011-07-20]
* Locale::Maketext::Extract::Plugin::Mason
- Added support for Mason 2
Thanks to ASIMON for the patch.
* Locale::Maketext::Extract
- Now warns on loading bad plugins if warnings enabled
* Locale::Maketext::Extract::Plugin::Base
- Corrected the synopsis
Thanks to TOKUHIROM for the bug reports
[Changes for 0.86 - 2011-02-16]
* Bumped version because the META file was showing an old version number.
[Changes for 0.85 - 2011-02-11]
* Changed Locale::Maketext::Extract::Run to ignore:
- .git/
- unix pipes
- binary files
Thanks to audreyt for the patch
https://github.com/audreyt/locale-maketext-lexicon/commit/1e4d112d435daa7b72eb8b49208f3b2e3185bc22
[Changes for 0.84 - 2010-12-24]
* Changed the minimum version of Locale::Maketext to 1.17, to avoid error
reports from recent Perl versions, which still have an old Locale::Maketext
* Locale::Maketext::Extract
- added a fix from Ivan Bessarov to avoid uninit warnings when msgids
contain trailing spaces
[Changes for 0.83 - 2010-12-09]
* Locale::Maketext::Lexicon
- remove the local $@ when loading PO files - made it difficult
to debug errors when loading PO's
Thanks to Ton Voon for the patch
https://rt.cpan.org/Ticket/Display.html?id=63722
- Added -P|plugins option to specify which parser plugins to use
- Added -w|warnings to turn parser warnings on and off
- Added -v|verbose to output the files that are being processed,
the plugins used to process them, and the extracted strings
- Fixed a bug in the File::Find routine to correctly prune
.svn directories and their contents
* Locale::Maketext::Extract::Plugin::Perl
- Added a defined check to avoid a warning.
Diffstat (limited to 'misc/p5-Locale-Maketext-Lexicon')
-rw-r--r-- | misc/p5-Locale-Maketext-Lexicon/Makefile | 5 | ||||
-rw-r--r-- | misc/p5-Locale-Maketext-Lexicon/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/misc/p5-Locale-Maketext-Lexicon/Makefile b/misc/p5-Locale-Maketext-Lexicon/Makefile index e32375e4426..c0f5c39032f 100644 --- a/misc/p5-Locale-Maketext-Lexicon/Makefile +++ b/misc/p5-Locale-Maketext-Lexicon/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2011/08/14 13:45:16 obache Exp $ +# $NetBSD: Makefile,v 1.24 2011/10/17 08:54:18 hiramatsu Exp $ # -DISTNAME= Locale-Maketext-Lexicon-0.82 +DISTNAME= Locale-Maketext-Lexicon-0.91 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 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 846343423eb..9d64b1ea312 100644 --- a/misc/p5-Locale-Maketext-Lexicon/distinfo +++ b/misc/p5-Locale-Maketext-Lexicon/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2010/09/06 11:09:09 wiz Exp $ +$NetBSD: distinfo,v 1.14 2011/10/17 08:54:18 hiramatsu Exp $ -SHA1 (Locale-Maketext-Lexicon-0.82.tar.gz) = 7b9d0c034a1febe8e9f7fc78d4a6c67058c591ce -RMD160 (Locale-Maketext-Lexicon-0.82.tar.gz) = 4c7ad80afeb0f145ba8c7d0600ef6df87366ed05 -Size (Locale-Maketext-Lexicon-0.82.tar.gz) = 119799 bytes +SHA1 (Locale-Maketext-Lexicon-0.91.tar.gz) = 8d5872de333e34b92a8d4ac23776842a02212ed0 +RMD160 (Locale-Maketext-Lexicon-0.91.tar.gz) = c96aa72f2afe1f98a66be8036967e8b76aac896f +Size (Locale-Maketext-Lexicon-0.91.tar.gz) = 123815 bytes |