summaryrefslogtreecommitdiff
path: root/textproc/intltool/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-12-25 12:05:59 +0000
committerjmmv <jmmv@pkgsrc.org>2004-12-25 12:05:59 +0000
commit34a8a725abda8fd08f398e8162635b19d08258ec (patch)
treeac7b89abbee771b131a872f15ab491e2584c3b82 /textproc/intltool/Makefile
parentbba7bbd21ba58fa88fe338cf916ffb2003ac768a (diff)
downloadpkgsrc-34a8a725abda8fd08f398e8162635b19d08258ec.tar.gz
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 (limited to 'textproc/intltool/Makefile')
-rw-r--r--textproc/intltool/Makefile7
1 files changed, 3 insertions, 4 deletions
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