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.31. While here, make th...
details: https://anonhg.NetBSD.org/pkgsrc/rev/908601e8734d
branches: trunk
changeset: 477182:908601e8734d
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Sun Jun 27 17:27:12 2004 +0000
description:
Update to 0.31. While here, make this package also install the xml-i18n-tools
utility to obsolete the standalone xml-i18n-tools package.
Changes since 0.30:
* Usage of [no-xml] option in AC_PROG_INTLTOOL to avoid requiring
XML::Parser Perl module. (Rodney Dawes)
* Support for C#. (Rodney)
* Support for running intltool-update without autoconf, or with
po/Makevars file (as used in gettext). (Danilo Segan)
* New XML merging (compatible with pre-0.27.2 intltool) -- bug
#130802 -- entity decoding and encoding is not done anymore for
XML. (Danilo)
* Multiple-output XML merging now produces simpler files, and sets
"xml:lang" only when translation is used -- bug #46650. (Danilo)
* Support for passing comments to translators from XML and GConf
schema files. (Danilo)
* Many bug fixes (Rodney, Danilo, Callum McKenzie)
diffstat:
textproc/intltool/Makefile | 13 +++++++++----
textproc/intltool/PLIST | 7 ++++++-
textproc/intltool/buildlink3.mk | 4 ++--
textproc/intltool/distinfo | 8 +++-----
textproc/intltool/patches/patch-aa | 31 -------------------------------
textproc/intltool/patches/patch-ab | 13 -------------
6 files changed, 20 insertions(+), 56 deletions(-)
diffs (149 lines):
diff -r a3a3d045dac2 -r 908601e8734d textproc/intltool/Makefile
--- a/textproc/intltool/Makefile Sun Jun 27 16:44:23 2004 +0000
+++ b/textproc/intltool/Makefile Sun Jun 27 17:27:12 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2004/06/04 23:52:46 xtraeme Exp $
+# $NetBSD: Makefile,v 1.17 2004/06/27 17:27:12 jmmv Exp $
#
-DISTNAME= intltool-0.30
+DISTNAME= intltool-0.31
CATEGORIES= textproc devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.30/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.31/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmmv%NetBSD.org@localhost
@@ -14,13 +14,18 @@
DEPENDS= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser
-CONFLICTS= xml-i18n-tools<=0.9
+CONFLICTS= xml-i18n-tools-[0-9]*
+AUTOMAKE_REQD= 1.4
USE_GNU_TOOLS+= make
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV+= PERL=${PERL5}
+pre-configure:
+ cd ${WRKSRC} && ${AUTOMAKE} --add-missing
+
.include "../../lang/perl5/buildlink3.mk"
+.include "../../mk/automake.mk"
.include "../../mk/bsd.pkg.mk"
diff -r a3a3d045dac2 -r 908601e8734d textproc/intltool/PLIST
--- a/textproc/intltool/PLIST Sun Jun 27 16:44:23 2004 +0000
+++ b/textproc/intltool/PLIST Sun Jun 27 17:27:12 2004 +0000
@@ -1,15 +1,17 @@
-@comment $NetBSD: PLIST,v 1.7 2004/02/06 18:26:49 minskim Exp $
+@comment $NetBSD: PLIST,v 1.8 2004/06/27 17:27:12 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/intltool-extract.in
share/intltool/intltool-merge.in
share/intltool/intltool-po-Makefile.in.in-patch-1
@@ -21,4 +23,7 @@
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 a3a3d045dac2 -r 908601e8734d textproc/intltool/buildlink3.mk
--- a/textproc/intltool/buildlink3.mk Sun Jun 27 16:44:23 2004 +0000
+++ b/textproc/intltool/buildlink3.mk Sun Jun 27 17:27:12 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2004/03/18 09:12:15 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2004/06/27 17:27:12 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.30
+BUILDLINK_DEPENDS.intltool+= intltool>=0.31
BUILDLINK_PKGSRCDIR.intltool?= ../../textproc/intltool
BUILDLINK_DEPMETHOD.intltool?= build
.endif # INTLTOOL_BUILDLINK3_MK
diff -r a3a3d045dac2 -r 908601e8734d textproc/intltool/distinfo
--- a/textproc/intltool/distinfo Sun Jun 27 16:44:23 2004 +0000
+++ b/textproc/intltool/distinfo Sun Jun 27 17:27:12 2004 +0000
@@ -1,6 +1,4 @@
-$NetBSD: distinfo,v 1.10 2004/02/06 18:26:49 minskim Exp $
+$NetBSD: distinfo,v 1.11 2004/06/27 17:27:12 jmmv Exp $
-SHA1 (intltool-0.30.tar.bz2) = b65453d9abf8a59c41afa9cbcf9724852244730a
-Size (intltool-0.30.tar.bz2) = 112806 bytes
-SHA1 (patch-aa) = aba562310b77979a029b7c708e7f9e982774a8f5
-SHA1 (patch-ab) = eee8068e4130abc5438a985802a933137a4a4d66
+SHA1 (intltool-0.31.tar.bz2) = de9faf90350b93581e56b42413a0977556d016cc
+Size (intltool-0.31.tar.bz2) = 118172 bytes
diff -r a3a3d045dac2 -r 908601e8734d textproc/intltool/patches/patch-aa
--- a/textproc/intltool/patches/patch-aa Sun Jun 27 16:44:23 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2003/12/13 17:19:26 jmmv Exp $
-
---- Makefile.in.orig 2003-12-08 23:47:27.000000000 +0100
-+++ Makefile.in
-@@ -70,7 +70,7 @@ SUBDIRS = . tests doc doc-i18n-tool modu
-
- NULL =
-
--aclocal_macros = intltool.m4 xml-i18n-tools.m4
-+aclocal_macros = intltool.m4
-
- CLEANFILES = \
- intltoolize \
-@@ -99,9 +99,6 @@ pkgdata_DATA = \
- intltool-po-Makefile.in.in-patch-6 \
- intltool-po-Makefile.in.in-patch-7 \
- intltool-po-Makefile.in.in-patch-8 \
-- xml-i18n-po-Makefile.in.in-patch-1 \
-- xml-i18n-po-Makefile.in.in-patch-2 \
-- xml-i18n-po-Makefile.in.in-patch-5 \
- $(NULL)
-
-
-@@ -112,7 +109,6 @@ aclocal_DATA = $(aclocal_macros)
-
- bin_SCRIPTS = \
- intltoolize \
-- xml-i18n-toolize \
- intltool-update \
- intltool-merge \
- intltool-extract \
diff -r a3a3d045dac2 -r 908601e8734d textproc/intltool/patches/patch-ab
--- a/textproc/intltool/patches/patch-ab Sun Jun 27 16:44:23 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2004/02/06 18:26:49 minskim Exp $
-
---- intltool.m4.orig 2004-01-31 15:57:20.000000000 -0600
-+++ intltool.m4
-@@ -95,7 +95,7 @@ fi
- if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then
- AC_MSG_ERROR([perl 5.x required for intltool])
- fi
--if `perl -e "require XML::Parser" 2>/dev/null`; then
-+if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
- :
- else
- AC_MSG_ERROR([XML::Parser perl module is required for intltool])
Home |
Main Index |
Thread Index |
Old Index