Mon Sep 6 11:09:09 2010 UTC ()
Update to 0.82:

[Changes for 0.82 - 2010-04-12]
* Locale::Maketext::Extract::Plugin::Base
* Locale::Maketext::Extract::Plugin::TT2
* Locale::Maketext::Extract
    - fixed some spelling errors - thanks to Ansgar Burchardt for the patch

[Changes for 0.81 - 2010-04-09]
* Locale::Maketext::Extract::PLugin::FormFu
    - the plugin now understands YAML of the form:
        mesage_loc: ['Max files: [_1]', 10]

      Thanks to Charlie Garrison for the patch

[Changes for 0.80 - 2010-04-08]
* Locale::Maketext::Lexicon
    - Added the _preload option, which forces parsing of the lexicon
      as soon as it is loaded. Improves memory usage and performance
      in a prefork environment

      Thanks to Ruslan Zakirov for the patch


(wiz)
diff -r1.21 -r1.22 pkgsrc/misc/p5-Locale-Maketext-Lexicon/Makefile
diff -r1.12 -r1.13 pkgsrc/misc/p5-Locale-Maketext-Lexicon/distinfo

cvs diff -r1.21 -r1.22 pkgsrc/misc/p5-Locale-Maketext-Lexicon/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/p5-Locale-Maketext-Lexicon/Makefile 2010/08/21 16:35:17 1.21
+++ pkgsrc/misc/p5-Locale-Maketext-Lexicon/Makefile 2010/09/06 11:09:09 1.22
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.21 2010/08/21 16:35:17 seb Exp $ 1# $NetBSD: Makefile,v 1.22 2010/09/06 11:09:09 wiz Exp $
2# 2#
3 3
4DISTNAME= Locale-Maketext-Lexicon-0.79 4DISTNAME= Locale-Maketext-Lexicon-0.82
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7CATEGORIES= misc perl5 6CATEGORIES= misc perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Locale-Maketext-Lexicon/ 10HOMEPAGE= http://search.cpan.org/dist/Locale-Maketext-Lexicon/
12COMMENT= Use other catalog formats in Maketext 11COMMENT= Use other catalog formats in Maketext
13LICENSE= mit 12LICENSE= mit
14 13
15DEPENDS+= {perl>=5.8.0,p5-Locale-Maketext-[0-8]*}:../../misc/p5-Locale-Maketext 14DEPENDS+= {perl>=5.8.0,p5-Locale-Maketext-[0-8]*}:../../misc/p5-Locale-Maketext
16 15
17PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
18PKG_INSTALLATION_TYPES= overwrite pkgviews 17PKG_INSTALLATION_TYPES= overwrite pkgviews
19 18

cvs diff -r1.12 -r1.13 pkgsrc/misc/p5-Locale-Maketext-Lexicon/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/p5-Locale-Maketext-Lexicon/distinfo 2010/03/16 22:55:46 1.12
+++ pkgsrc/misc/p5-Locale-Maketext-Lexicon/distinfo 2010/09/06 11:09:09 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2010/03/16 22:55:46 sno Exp $ 1$NetBSD: distinfo,v 1.13 2010/09/06 11:09:09 wiz Exp $
2 2
3SHA1 (Locale-Maketext-Lexicon-0.79.tar.gz) = dc374e5b3ac8c689116dbc259b930505fa3856a6 3SHA1 (Locale-Maketext-Lexicon-0.82.tar.gz) = 7b9d0c034a1febe8e9f7fc78d4a6c67058c591ce
4RMD160 (Locale-Maketext-Lexicon-0.79.tar.gz) = 674f8e23ea7335fa3286d4cbac92b9f900f3e916 4RMD160 (Locale-Maketext-Lexicon-0.82.tar.gz) = 4c7ad80afeb0f145ba8c7d0600ef6df87366ed05
5Size (Locale-Maketext-Lexicon-0.79.tar.gz) = 116244 bytes 5Size (Locale-Maketext-Lexicon-0.82.tar.gz) = 119799 bytes