pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/intltool update to 0.35.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5037818fbcd9
branches:  trunk
changeset: 522632:5037818fbcd9
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Dec 15 19:31:46 2006 +0000

description:
update to 0.35.1
changes:
-Make regex patterns greedier, to avoid perl stack overflows
-Add code to detect DATADIRNAME
-Support older/non-GNU versions of diff when validating tests
-Add new mode to support quoted text in any file
-Fix the warning message for missing IT_PROG_INTLTOOL and error out

diffstat:

 textproc/intltool/Makefile         |   5 ++---
 textproc/intltool/distinfo         |   9 ++++-----
 textproc/intltool/patches/patch-aa |  30 ------------------------------
 3 files changed, 6 insertions(+), 38 deletions(-)

diffs (62 lines):

diff -r 246928823df6 -r 5037818fbcd9 textproc/intltool/Makefile
--- a/textproc/intltool/Makefile        Fri Dec 15 19:27:24 2006 +0000
+++ b/textproc/intltool/Makefile        Fri Dec 15 19:31:46 2006 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2006/11/05 17:06:43 joerg Exp $
+# $NetBSD: Makefile,v 1.39 2006/12/15 19:31:46 drochner Exp $
 #
 
-DISTNAME=              intltool-0.35.0
-PKGREVISION=           1
+DISTNAME=              intltool-0.35.1
 CATEGORIES=            textproc devel gnome
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/intltool/0.35/}
 EXTRACT_SUFX=          .tar.bz2
diff -r 246928823df6 -r 5037818fbcd9 textproc/intltool/distinfo
--- a/textproc/intltool/distinfo        Fri Dec 15 19:27:24 2006 +0000
+++ b/textproc/intltool/distinfo        Fri Dec 15 19:31:46 2006 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.20 2006/08/29 14:03:39 joerg Exp $
+$NetBSD: distinfo,v 1.21 2006/12/15 19:31:47 drochner Exp $
 
-SHA1 (intltool-0.35.0.tar.bz2) = 5e4e90e79696dbca1798753bd4135aa8556887f4
-RMD160 (intltool-0.35.0.tar.bz2) = 00cd68879d9743f52c03ca723f20ac0aab6e79e0
-Size (intltool-0.35.0.tar.bz2) = 129933 bytes
-SHA1 (patch-aa) = 8b28063597bd942b016d96ffc842197399ef818e
+SHA1 (intltool-0.35.1.tar.bz2) = 58bb12b63cd2e3d3ff2d5181391c53b0f34ee214
+RMD160 (intltool-0.35.1.tar.bz2) = 9cee72441e93df8c59b437ea89ad355235683520
+Size (intltool-0.35.1.tar.bz2) = 131076 bytes
diff -r 246928823df6 -r 5037818fbcd9 textproc/intltool/patches/patch-aa
--- a/textproc/intltool/patches/patch-aa        Fri Dec 15 19:27:24 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-$NetBSD: patch-aa,v 1.6 2006/08/29 14:03:39 joerg Exp $
-
---- intltool-merge.in.in.orig  2006-08-28 10:58:43.000000000 +0200
-+++ intltool-merge.in.in
-@@ -415,7 +415,7 @@ sub create_translation_database
-         {
-           $nextfuzzy = 1 if /^#, fuzzy/;
-        
--          if (/^msgid "((\\.|[^\\])*)"/ ) 
-+          if (/^msgid "((\\.|[^\\]+)*)"/ ) 
-             {
-               $translations{$lang, $msgid} = $msgstr if $inmsgstr && $msgid && $msgstr;
-               $msgid = "";
-@@ -431,14 +431,14 @@ sub create_translation_database
-               $nextfuzzy = 0;
-           }
- 
--          if (/^msgstr "((\\.|[^\\])*)"/) 
-+          if (/^msgstr "((\\.|[^\\]+)*)"/) 
-             {
-               $msgstr = unescape_po_string($1);
-               $inmsgstr = 1;
-               $inmsgid = 0;
-           }
- 
--          if (/^"((\\.|[^\\])*)"/) 
-+          if (/^"((\\.|[^\\]+)*)"/) 
-             {
-               $msgid .= unescape_po_string($1) if $inmsgid;
-               $msgstr .= unescape_po_string($1) if $inmsgstr;



Home | Main Index | Thread Index | Old Index