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).
35 lines
901 B
Makefile
35 lines
901 B
Makefile
# $NetBSD: Makefile,v 1.21 2004/12/25 12:05:59 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= intltool-0.32.1
|
|
CATEGORIES= textproc devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.32/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Toolbox for internationalisation
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
DEPENDS= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser
|
|
|
|
CONFLICTS= xml-i18n-tools-[0-9]*
|
|
|
|
USE_GNU_TOOLS+= make
|
|
USE_BUILDLINK3= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
CONFIGURE_ENV+= PERL=${PERL5}
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../lang/perl5/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
.include "../../mk/buildlink3/bsd.builtin.mk"
|
|
.if !empty(USE_BUILTIN.gettext:M[Nn][Oo])
|
|
DEPENDS+= gettext>=0.11.5:../../devel/gettext
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|