From 87f38735861037098695a68e35f9566b507ce5c9 Mon Sep 17 00:00:00 2001 From: jmmv Date: Sat, 25 Dec 2004 12:05:59 +0000 Subject: 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). --- textproc/intltool/Makefile | 7 +++---- textproc/intltool/PLIST | 16 ++-------------- textproc/intltool/buildlink3.mk | 4 ++-- textproc/intltool/distinfo | 6 +++--- 4 files changed, 10 insertions(+), 23 deletions(-) (limited to 'textproc/intltool') diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index f55b81e53dc..51d8366a027 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -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 diff --git a/textproc/intltool/PLIST b/textproc/intltool/PLIST index f6be10ced2e..3d04071fecf 100644 --- a/textproc/intltool/PLIST +++ b/textproc/intltool/PLIST @@ -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 --git a/textproc/intltool/buildlink3.mk b/textproc/intltool/buildlink3.mk index 6dc05943da9..0ff69f19d7a 100644 --- a/textproc/intltool/buildlink3.mk +++ b/textproc/intltool/buildlink3.mk @@ -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:= ${BUILDLINK_PACKAGES:Nintltool} 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 --git a/textproc/intltool/distinfo b/textproc/intltool/distinfo index c9c96c10cf5..b7c885931b5 100644 --- a/textproc/intltool/distinfo +++ b/textproc/intltool/distinfo @@ -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 -- cgit v1.2.3