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.32.1; let's hope it does...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/111e3582f4d3
branches:  trunk
changeset: 486225:111e3582f4d3
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Dec 25 12:05:59 2004 +0000

description:
Update to 0.32.1; let's hope it doesn't break anything.  If it does, we'll
probably have to resurrect the old xml-i18n-tools package:

Version 0.32.1

* Deprecate --pass-through option, default to UTF-8 for anything
  except RFC822 files
  -- bug #145017 (Danilo Segan)
* Add support for .icon files
  -- bug #157412 (Takao Fujiwara, Rodney Dawes)

Version 0.32

* Check to avoid whining about {arch} and $PACKAGE-$VERSION dist directories
  when looking for files missing from POTFILES.in
  -- bug #157278 (Rodney Dawes)
* Deprecate AC_PROG_INTLTOOL for IT_PROG_INTLTOOL
  -- bug #151508 (Rodney Dawes)
* Add new INTLTOOL_XML_NOMERGE_RULE for translating XML files without
  merging the translations back into the output XML file
  -- bug #155842 (Rodney Dawes)
* Fix new Makefile.in.in stuff to work with automake 1.4
  -- bug #157298 (Rodney Dawes)
* Update I18N-HOWTO for the changes to use our own Makefile.in.in
  -- bug #79598 (Rodney Dawes)
* Allow use of either AM_GNU_GETTEXT or AM_GLIB_GNU_GETTEXT and use our
  own Makefile.in.in instead of trying to patch one
  -- bug #144715 (Rodney Dawes)
* Handle all supported gettext escape sequences in PO files
  -- bug #48489 (Danilo Segan)
* Fix Scheme string extraction, add support for translators' comments
  -- bug #137029 (Danilo Segan)
* Fix translations of attributes of XML elements
  -- bug #155843 (Danilo Segan)
* Support for translators' comments in Glade files
  -- bug #155294 (Danilo Segan)
* Fix paths and quoting for intltool script variables in intltool.m4
  -- bug #154717 (James Henstridge, Rodney Dawes)
* Fix merging of xml:space="preserve" tags
  -- bug #151017 (Danilo Segan).
* Look for Q_() keyword as well
  -- bug #154063 (Danilo Segan).

diffstat:

 textproc/intltool/Makefile      |   7 +++----
 textproc/intltool/PLIST         |  16 ++--------------
 textproc/intltool/buildlink3.mk |   4 ++--
 textproc/intltool/distinfo      |   6 +++---
 4 files changed, 10 insertions(+), 23 deletions(-)

diffs (81 lines):

diff -r 0598e4e91df5 -r 111e3582f4d3 textproc/intltool/Makefile
--- a/textproc/intltool/Makefile        Sat Dec 25 06:43:38 2004 +0000
+++ b/textproc/intltool/Makefile        Sat Dec 25 12:05:59 2004 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.20 2004/10/03 00:18:19 tv Exp $
+# $NetBSD: Makefile,v 1.21 2004/12/25 12:05:59 jmmv Exp $
 #
 
-DISTNAME=              intltool-0.31.3
-PKGREVISION=   1
+DISTNAME=              intltool-0.32.1
 CATEGORIES=            textproc devel gnome
-MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/intltool/0.31/}
+MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/intltool/0.32/}
 EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            jmmv%NetBSD.org@localhost
diff -r 0598e4e91df5 -r 111e3582f4d3 textproc/intltool/PLIST
--- a/textproc/intltool/PLIST   Sat Dec 25 06:43:38 2004 +0000
+++ b/textproc/intltool/PLIST   Sat Dec 25 12:05:59 2004 +0000
@@ -1,29 +1,17 @@
-@comment $NetBSD: PLIST,v 1.8 2004/06/27 17:27:12 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.9 2004/12/25 12:05:59 jmmv Exp $
 bin/intltool-extract
 bin/intltool-merge
 bin/intltool-prepare
 bin/intltool-update
 bin/intltoolize
-bin/xml-i18n-toolize
 man/man8/intltool-extract.8
 man/man8/intltool-merge.8
 man/man8/intltool-prepare.8
 man/man8/intltool-update.8
 man/man8/intltoolize.8
 share/aclocal/intltool.m4
-share/aclocal/xml-i18n-tools.m4
+share/intltool/Makefile.in.in
 share/intltool/intltool-extract.in
 share/intltool/intltool-merge.in
-share/intltool/intltool-po-Makefile.in.in-patch-1
-share/intltool/intltool-po-Makefile.in.in-patch-2
-share/intltool/intltool-po-Makefile.in.in-patch-3
-share/intltool/intltool-po-Makefile.in.in-patch-4
-share/intltool/intltool-po-Makefile.in.in-patch-5
-share/intltool/intltool-po-Makefile.in.in-patch-6
-share/intltool/intltool-po-Makefile.in.in-patch-7
-share/intltool/intltool-po-Makefile.in.in-patch-8
 share/intltool/intltool-update.in
-share/intltool/xml-i18n-po-Makefile.in.in-patch-1
-share/intltool/xml-i18n-po-Makefile.in.in-patch-2
-share/intltool/xml-i18n-po-Makefile.in.in-patch-5
 @dirrm share/intltool
diff -r 0598e4e91df5 -r 111e3582f4d3 textproc/intltool/buildlink3.mk
--- a/textproc/intltool/buildlink3.mk   Sat Dec 25 06:43:38 2004 +0000
+++ b/textproc/intltool/buildlink3.mk   Sat Dec 25 12:05:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.5 2004/10/02 13:58:58 jmmv Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2004/12/25 12:05:59 jmmv Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 INTLTOOL_BUILDLINK3_MK:=       ${INTLTOOL_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@
 BUILDLINK_PACKAGES+=   intltool
 
 .if !empty(INTLTOOL_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.intltool+=   intltool>=0.31.3
+BUILDLINK_DEPENDS.intltool+=   intltool>=0.32.1
 BUILDLINK_PKGSRCDIR.intltool?= ../../textproc/intltool
 BUILDLINK_DEPMETHOD.intltool?= build
 .endif # INTLTOOL_BUILDLINK3_MK
diff -r 0598e4e91df5 -r 111e3582f4d3 textproc/intltool/distinfo
--- a/textproc/intltool/distinfo        Sat Dec 25 06:43:38 2004 +0000
+++ b/textproc/intltool/distinfo        Sat Dec 25 12:05:59 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2004/10/02 11:57:04 jmmv Exp $
+$NetBSD: distinfo,v 1.14 2004/12/25 12:05:59 jmmv Exp $
 
-SHA1 (intltool-0.31.3.tar.bz2) = 9d33958b4caa3d32d513f3091428c914d0362434
-Size (intltool-0.31.3.tar.bz2) = 125266 bytes
+SHA1 (intltool-0.32.1.tar.bz2) = 0e3a11998b97b608b254459e97ce32445eac7249
+Size (intltool-0.32.1.tar.bz2) = 124867 bytes



Home | Main Index | Thread Index | Old Index