NetBSD.se

CVS log for pkgsrc/textproc/intltool/Makefile

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / textproc / intltool

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.57: download - view: text, markup, annotated - select for diffs
Fri May 4 08:43:28 2012 UTC (2 weeks, 6 days ago) by obache
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +3 -5 lines
Add a http site to MASTER_SITES to avoid dependency on curl.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Sat Mar 3 00:34:40 2012 UTC (2 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +6 -3 lines
Update to 0.50.2:

intltool 0.50.2
===============

intltool 0.50.2 is another minor release improving backwards compatibility.
Only one bug is fixed in this release:

 * Use --no-translations only if intltool >= 0.50 is available (#903340).
   Patch contributed by Hib Eris (https://launchpad.net/~hiberis).

intltool 0.50.1
===============

intltool 0.50.1 is a minor release with the following improvements:

 * Support AM_SILENT_RULES (#402516).
   Patch contributed by Hib Eris (https://launchpad.net/~hiberis).

 * Improve support for extracting messages from GSettings files (#922685).
   Patch contributed by Ryan Lortie (https://launchpad.net/~desrt).

 * Support attribute tag extraction for Glade/GtkBuilder files (#923841).
   Patch contributed by Ryan Lortie (https://launchpad.net/~desrt).

 * Start including a ChangeLog in tarballs and provide a NEWS file (#924386).
   This introduces a soft dependency on "bzr": it's only required for
   maintainers who wish to regenerate a ChangeLog file from the bzr checkout.

 * Fix quoting of XGETTEXT variable when setting MSGMERGE and GENPOT
   in Makefile (#900738).
   Patch contributed by Matthias Klose (https://launchpad.net/~doko).


intltool 0.50.0
===============

intltool 0.50.0 is a major bug fix release.

Among the fixes, the following stand out:

 * Bug #580526
   Finally, support for gsettings gschema.xml files is merged in, which
   should enable maintainers to get a slightly simpler build setup
   (i.e. no need to use NOMERGE rule anymore, and you can have intltool
   directly extract translations from .gschema.xml files).

 * Bug #790574:
   Let xgettext extract Scheme strings out, and add support for
   `intltool-update -m` to find files with marked strings.

 * Bug #806006:
   Improve handling of quotes in `intltool-update -m` so you get less
   (no?) warnings about mismatched quotes, and Python processing doesn't
   get messed up with docstrings and similar.

 * Bug #520986:
   One for the translators—messages are extracted in the order they appear
   in original files now, thus allowing translators to infer more of the
   context from the ordering.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Sun Aug 21 11:23:14 2011 UTC (9 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +5 -7 lines
Update intltool to 0.41.1, for GNOME 2.30 release.

This release adds support for context on GtkBuilder UI elements, fixes for out-
of-source tree builds and a few intltool-update fixes for Windows and .py.in.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Fri Apr 22 13:44:50 2011 UTC (13 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -1 lines
recursive bump from gettext-lib shlib bump.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Sat Jan 16 23:37:49 2010 UTC (2 years, 4 months ago) by heinz
Branches: MAIN
CVS tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -1 lines
Added LICENSE.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sun Mar 22 09:37:03 2009 UTC (3 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2 lines
Update to 0.40.6:

2009-03-14  Rodney Dawes  <dobey@gnome.org>

	* configure.in:
	Up version to 0.40.6 for release

2009-03-14  Rodney Dawes  <dobey@gnome.org>

	* README:
	Update for new usage style and to refer to server files instead of oaf

	Fixes #568863

2009-02-28  Rodney Dawes  <dobey@gnome.org>

	* Makefile.in.in:
	Don't hardcode /bin/sh as the shell

	Fixes #573525

2008-11-24  Rodney Dawes  <dobey.pwns@gmail.com>

	* intltool-update.in:
	Add basic support for PACKAGE_BUGREPORT specified by packages

2008-11-24  Rodney Dawes  <dobey.pwns@gmail.com>

	* configure.ac:
	Check for at least perl 5.8.1, and print the found version

	* intltool.m4:
	Check for at least perl 5.8.1 and print the found version
	Add _IT_SUBST macro to abstract usage of _AM_SUBST_NOTMAKE when we
	are using automake 1.10 or nwere

	Fixes #562085 and #561513

2008-11-22  Rodney Dawes  <dobey.pwns@gmail.com>

	* intltool-merge.in:
	Replace iconv usage with perl's internal Encode::from_to()

2008-11-17  Rodney Dawes  <dobey.pwns@gmail.com>

	* Makefile.in.in:
	Quote the grep arguments that use ^

	Fixes #559528

2008-11-16  Rodney Dawes  <dobey.pwns@gmail.com>

	* intltool-extract.in:
	Add support for extracting string data from Bioware Aurora Talk Table
	format files, along with the extra metadata associated with the strings

	* intltool-update.in:
	Add support for Bioware Aurora Talk Table format files in POTFILES

2008-11-05  Rodney Dawes  <dobey.pwns@gmail.com>

	* intltool.m4:
	Redirect grep output to /dev/null

	Fixes #557069

Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu Oct 9 08:23:25 2008 UTC (3 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2 lines
Update to 0.40.5:

Minor bug fixes.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Wed Jul 30 09:34:59 2008 UTC (3 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2 lines
Update to 0.40.3:

2008-07-25  Rodney Dawes

	* configure.in:
	Up version to 0.40.3 for brown-bag release

2008-07-25  Rodney Dawes

	* Makefile.in.in:
	Change a ^$$lang regex to be ^$$lang$$ as it should have been
	For bug #544574

2008-07-25  Rodney Dawes

	* configure.in:
	Up version to 0.40.2 for release

2008-07-25  Rodney Dawes

	* tests/cases/Makefile.am:
	* tests/results/Makefile.am:
	Add new test cases to EXTRA_DIST and CLEANFILES as appropriate

2008-07-25  Rodney Dawes

	* tests/cases/context.xml.in:
	* tests/results/context.xml:
	* tests/results/context.xml.in.h:
	Add these files that Wouter forgot to add

2008-07-25  Wouter Bolsterlee

	reviewed by: Rodney Dawes

	* intltool-extract.in:
	* intltool-merge.in:
	* tests/cases/az.po:
	* tests/cases/fr.po:
	* tests/selftest.pl.in:

	Bug 458794 – Context support works only for single
	context on a msgid. Patch and test case by Dan Winship.

2008-07-25  Rodney Dawes

	* Makefile.in.in:
	Redirect errors from grep to /dev/null
	Use tr to force locale-per-line for passing ALL_LINGUAS to grep
	Check that $LINGUAS is also non-zero for user-defined locales
	Remove extraneous mkdir_p usage when installing locale files

	Fixes #544574

2008-07-25  Rodney Dawes

	* intltoolize.in:
	Check for symlinks to intltool scripts and remove them
	Touch the script.in files for compatibility
	We just touch the scripts as we no longer generate executable versions,
	and the Makefile.in.in uses the installed scripts anyway.

2008-07-23  Rodney Dawes

	* doc/I18N-HOWTO:
	Remove reference to adding intltool scripts to EXTRA_DIST

2008-07-21  Rodney Dawes

	* configure.in:
	Up version to 0.40.1 for release

2008-07-21  Rodney Dawes

	* intltoolize.in:
	Remove the AC_CONFIG_AUX_DIR checks as we no longer need it
	We do not copy the scripts locally now, only Makefile.in.in

	Fixes #323968

2008-07-20  Rodney Dawes

	* intltool-update.in (FindLeftoutFiles):
	Check for NC_ as well as C_ N_ Q_ and _
	(FindPOTKeywords):
	No need to escape = and _ in a string
	Add NC_ to the list of keywords
	Use context and string argument specifiers for C_ and NC_

	Fixes #543665

2008-06-06  Rodney Dawes

	* README:
	* doc/I18N-HOWTO:
	Replace AC_PROG_INTLTOOL references with IT_PROG_INTLTOOL

	Fixes #531894

2008-06-06  Rodney Dawes

	* intltool-update.in (FindPOTKeywords):
	Replace U_ with C_ as keyword argument to xgettext
	U_ does not exist in gi18n.h

	Fixes #536970

2008-06-06  Tor Lillqvist

	* intltool-update.in (GenerateHeaders): If running under
	ActiveState Perl then prefix the intltool-extract command with the
	Perl interpreter pathname, as the system() function has no clue
	about Unixish executable scripts indicated by just a hashbang
	line.

	(The MSYS Perl, as it runs on a Unix emulator, would be able to
	run executable scripts based on their hashbang lines just fine,
	but then MSYS Perl doesn't come with XML::Parser. Installing
	XML::Parser for MSYS Perl is somewhat hard. So usually when using
	mingw+MSYS to build GNOMEish software one wants to use
	ActicveState's Perl to run the intltool scripts, even if the
	built-in MSYS Perl is good for other Perl uses.)

Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Jun 19 16:58:40 2008 UTC (3 years, 11 months ago) by bjs
Branches: MAIN
CVS tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -3 lines

Update to version 0.40.0.  Fixes vendor bugs:
#436241, #377573, #489135, #490620, #517559, #508320, #516501, #518257.

They've also cleaned up use of sed and no longer distribute intltool-*.in
files.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue Mar 4 13:27:47 2008 UTC (4 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +3 -3 lines
Update to 0.37.1:

2008-02-24  Rodney Dawes

	* intltool-update.in.in (FindPOTKeywords):
	Unwrap lines wplit with trailing \
	Patch from Loïc Minier

	Fixes #516501

2008-02-24  Rodney Dawes

	* tests/selftest.pl.in: Unset $LINGUAS to avoid failing when
	we use tests with locales not specified in LINGUAS

	Fixes #518257

2007-12-16  Rodney Dawes

	* intltool-merge.in.in (keys_merge_translation):
	New method name for merging a single translation for multi-output
	(keys_merge_translations):
	Call keys_merge_translation for each language with multi-ouput
	Call keys_merge_translation with "." as the language for single file

	Based on patch from Christian Persch

	Fixes #487818

2007-12-16  Rodney Dawes

	* intltool-extract.in.in:
	* intltool-merge.in.in:
	Add quotedxml mode for encoding/decoding entities
	Patch from Christian Persch

	Fixes #487666

Revision 1.47: download - view: text, markup, annotated - select for diffs
Wed Jan 9 18:43:50 2008 UTC (4 years, 4 months ago) by drochner
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -2 lines
update to 0.36.3
changes: bugfixes

Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Sep 18 20:22:13 2007 UTC (4 years, 8 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -3 lines
update to 0.36.2
changes: minor bugfixes

Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Aug 8 21:57:16 2007 UTC (4 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -1 lines
Do not insist on GNU iconv. NetBSD iconv, for example, is perfectly fine.
Bump PKGREVISION.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Tue Aug 7 06:09:52 2007 UTC (4 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +3 -3 lines
Update to 0.36.0:
Bug fixes.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Feb 27 09:47:07 2007 UTC (5 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
Update to 0.35.5:

Version 0.35.5

* Don't hardcode fallback path to intltool-extract
  -- bug #399476 (Rodney Dawes)
* Fix mkdir race in inltool-merge.in.in
  -- bug #400788 (Rodney Dawes, Leonardo Boshell)
* Update an additional check to use $SRCDIR properly for POTFILES.skip
  -- bug #391892 (Rodney Dawes)
* Handle extracting comments from ini-style files
  -- bug #390271 (Takao Fujiwara)

Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu Feb 15 21:31:29 2007 UTC (5 years, 3 months ago) by rillig
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -1 lines
Disabled the CHECK_INTERPRETER warning.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Jan 14 09:58:56 2007 UTC (5 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
Update to 0.35.4:

Version 0.35.4

* Fix logic of checking for leftout files in builddir or srcdir (Rodney Dawes)

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sun Jan 7 14:40:17 2007 UTC (5 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
Update to 0.35.3:

Version 0.35.3

* Check for leftout files in builddir, for for generated files (Rodney Dawes)
* Load POTFILES.{skip,ignore} from $SRCDIR in intltool-update
  -- bug #391892 (Rodney Dawes)
* Ignore files in POTFILES.{skip,ignore} when looking for leftout files
  -- bug #391892 (Rodney Dawes)
* Match $LINGUAS with LINGUAS file more precisely
  -- bug #342500 (Jürg Billeter)

Version 0.35.2

* Create builddir if it doesn't exist when generating header files
  -- bug #348952 (Rodney Dawes)
* Update checks for leftout files with intltool-update -m
  -- bug #386118 (Rodney Dawes)
* Better support for using $srcdir (Rodney Dawes)
* Run intltool-update -m in make check (Rodney Dawes)
* Handle LINGUAS environment variable properly
  -- bug #342500 (Rodney Dawes)
* Make sure that we always call FindPackageName so variables get set properly
  -- bug #350013 (Rodney Dawes)
* Set $top_builddir in Makefile.in.in for stamp-it rule
  -- bug #345560 (Daniel Leidert)

Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Dec 15 19:31:46 2006 UTC (5 years, 5 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -3 lines
update to 0.35.1
changes:
-Make regex patterns greedier, to avoid perl stack overflows
-Add code to detect DATADIRNAME
-Support older/non-GNU versions of diff when validating tests
-Add new mode to support quoted text in any file
-Fix the warning message for missing IT_PROG_INTLTOOL and error out

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Nov 5 17:06:43 2006 UTC (5 years, 6 months ago) by joerg
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -1 lines
DESTDIR support.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Aug 29 14:03:39 2006 UTC (5 years, 8 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -1 lines
Adjust regex patterns used for line matching in translation catalogs
to generate less back tracing.  On DragonFly 1.6 (but not 1.4) Perl
would hit the stack size in wm/metacity's dz.po otherwise.
Thanks to walt <wa1ter@myrealbox.com> for the tracing down the faulting
expression.
Bump revision.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue May 30 22:19:53 2006 UTC (5 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -3 lines
Update to 0.35.0:

Version 0.35.0

* Support for MSGID_BUGS_ADDRESS variable in Makevars and for xgettext
  -- bug #329346 (Dwayne Bailey, Rodney Dawes)
* Support for po/LINGUAS file being preferred over ALL_LINGUAS variable
  -- bugs #341508 #339770 (Rodney Dawes)
* Support micro-version when validating version requirements
  -- bug #339627 (Rodney Dawes)
* Clean up Makefile.in.in to remove useless bits
  -- bug #338817 (Rodney Dawes)
* Change WARNING to NOTICE for non-UTF-8 po file encodings
  -- bug #331046 (Rodney Dawes)
* Add MAINTAINERS file
  -- bug #335025 (Danilo Segan)
* Work around recursive variable resolution in intltool-update
  -- bug #321785 (Danilo Segan)
* Work around variable stripping in Makefile.in.in substitution
  -- bug #330509 (Rodney Dawes)

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat May 6 03:54:17 2006 UTC (6 years ago) by reed
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
DEPEND on newer p5-XML-Parser. As discussed on pkgsrc-users in late
March, the bumps for the updated expat never saw this package
because it depend on it directly instead of using buildlink3.mk files.

This fixes build problem where you could be attempting to install
intltool with new expat and old p5-XML-Parser.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Mar 4 21:30:46 2006 UTC (6 years, 2 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Feb 7 21:40:44 2006 UTC (6 years, 3 months ago) by drochner
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -3 lines
update to 0.34.2
changes: bugfixes

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:11:02 2006 UTC (6 years, 3 months ago) by joerg
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Jan 24 07:32:37 2006 UTC (6 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -1 lines
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Jan 20 16:15:54 2006 UTC (6 years, 4 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Drop maintainership.  I can't seriously be the maintainer of so many
packages - specially of packages that I haven't touched for a long
while or those that other people can handle better than me.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Oct 8 17:18:47 2005 UTC (6 years, 7 months ago) by jmmv
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -3 lines
Update to 0.34.1:

Version 0.34.1

* automake/autoconf fixes and improvements
  (Rodney Dawes, Stepan Kasal)
* extraction of XML attributes fixed
  (Danilo Segan)

Version 0.34

* Fix the regex for stripping the intltool type tags in POTFILES.in
  -- bug #171330 (Stepan Kasal)
* Add notice about using DISTCLEANFILES for toplevel Makefile.am
  -- bug #309455 (Tim-Philipp Muller)
* Discard not-well-formed translations when merging XML
  -- bug #170471 (Danilo Segan)
* Correct handling of xml:space inheritance
  -- bug #160262 (Danilo Segan)
* Merge multiple comments for the same string in XML files
  -- bug #171579 (Danilo Segan)
* Update sed script to be more practictal for translatable XML
  -- bug #304365 (Nickolay V. Shmyrev)
* Support disting files that may not exist for all packages via EXTRA_DISTFILES
  -- bugs #168788 and #171327 (Rodney Dawes)
* Do not create the pot file during dist, but do build it for check
  (Stepan Kasal)
* Add support for use on win32 native perl (Tor Lillqvist)
* Do not dist .gmo files, and remove them with distclean
  Remove Makefile.in.in with maintainer-clean
  -- bug #166724 (Rodney Dawes)
* Minor fixes to Makefile.in.in (Stepan Kasal)
* Use --verbose instead of --statistics for msgfmt
  -- bug #165881
* Remove the need for patching Makefile.in.in and just copy in our own
  -- bug #165066 (Rodney Dawes)

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Jul 16 19:10:40 2005 UTC (6 years, 10 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -3 lines
Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Jun 1 19:11:41 2005 UTC (6 years, 11 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -7 lines
The gettext-lib/builtin.mk file already takes care of modifying the
dependency for us if we use the pkgsrc version of gettext-lib.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun May 22 20:08:35 2005 UTC (7 years ago) by jlam
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun May 22 05:35:33 2005 UTC (7 years ago) by jlam
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -3 lines
For packages that use GNU configure, don't bother adding "TOOL"
variables into CONFIGURE_ENV if the new tools framework already takes
care of adding them automatically.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:47:35 2005 UTC (7 years, 1 month ago) by tv
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -2 lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Feb 26 17:22:20 2005 UTC (7 years, 2 months ago) by jmmv
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3 lines
Update to 0.33:

* Fix support for srcdir != builddir during make dist/distcheck
  -- bug #159846 (Rodney Dawes)
* Ignore empty strings in XML files that are marked for translation
  -- bug #163689 (Miloslav Trmac)
* Add support for AC_CONFIG_MACRO_DIR to intltoolize
  -- bug #160943 (James Henstridge)
* Re-implement "echo -n" in perl for portability
  -- bug #162027 (Rodney Dawes)
* Fix local mode
  -- bug #163981 (Jeremy Katz)
* Fix nested XML tags translation when only attributes are marked for
  translation in a tag
  -- bug #159511 (Danilo Segan)
* Use # as sed separator and prefix gettext variable names with INTLTOOL
  -- bug #156454 (Rodney Dawes)
* Update serial and serial comparison check for IT_PROG_INTLTOOL to 2
  (Rodney Dawes)
* Support CDATA sections in XML files
  -- bug #157718 (Danilo Segan, Rodney Dawes)

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Feb 4 14:21:00 2005 UTC (7 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Use DEPENDS+= by default, not DEPENDS=.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Dec 25 12:05:59 2004 UTC (7 years, 4 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -4 lines
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).

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Oct 3 00:18:19 2004 UTC (7 years, 7 months ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -1 lines
Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Oct 2 11:57:04 2004 UTC (7 years, 7 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +11 -2 lines
Update to 0.31.3; I'm not sure the way I've used to depend on gettext (only
when needed) is correct but... no answers in tech-pkg@ for several days.

* Use absolute paths and allow env var overrides for gettext scripts
  -- bug #152020 (Rodney Dawes)
* Allow shell-backticks (and other shell features) in variable names
  -- bug #152448 (Danilo Segan)
* Fix typographical error in intltool.m4
  -- bug #153630 (Rodney Dawes)

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Sep 1 13:35:10 2004 UTC (7 years, 8 months ago) by jmmv
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -7 lines
Update to 0.31.2:

Version 0.31.2

* Handle package name extraction better
  -- bug #144725 (Daniel Elstner)
* Support for comments before translatable attributes in XML files,
  support for translating both tag content and attributes
  -- bug #143581. (Danilo Segan)

Version 0.31.1

* Switch to gnome-common for autogen.sh so we can detect automake
  versions better -- bug #145027 (Jordi Mallach)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Jun 27 17:27:12 2004 UTC (7 years, 10 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +9 -4 lines
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)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Jun 4 23:52:46 2004 UTC (7 years, 11 months ago) by xtraeme
Branches: MAIN
CVS tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -1 lines
Enable pkgviews installation.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Feb 11 00:48:58 2004 UTC (8 years, 3 months ago) by xtraeme
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
bl3ify

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Feb 6 18:26:49 2004 UTC (8 years, 3 months ago) by minskim
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +5 -3 lines
Update intltool to 0.30.  This closes PR pkg/24315.
Approved by wiz@.

Changes since 0.28:

Version 0.30

* added missing [] quotation macro name defined in AC_DEFUN()
 (Tomasz Kloczko)
* Handle embedded newlines thereby avoiding the silent corruption of
  files. (Morten Welinder)
* Now intltool-merge does not compress whitespace in attributes
  and CDATA. (Brian Cameron)
* Now intltool-merge supports dashes in attribute names, and  supports
  attributes delimited by single quotes. (Brian Cameron)
* Misc small fixes (Kenneth Chr., Danilo Segan)

Version 0.29

* Removed OrigTree in favor of more simply setting handlers directly
  in intltool-merge (Brian Cameron)
* Work correctly with AC_CONFIG_AUX_DIR (Thomas Vander Stichele,
  Chee Bin HOH and Kees Cook)
* Make intltoolize return a correct exit status (Thomas Vander Stichele)
* Fix usage of a bash-ism (Morten Welinder, Jonathan Blandford)
* Translate GenericName in .desktop files (Kenneth Rohde Christiansen)
* Framework to allow each format have inline comments (Denis Barbier)
* Add $XGETTEXT_ARGS to allow passing extra args to xgettext (Danilo Segan)
* Added support for .kbd files (Kenneth Rohde Christiansen)
* Add $XGETTEXT_KEYWORDS to allow the use of other keywords (Danilo Segan)
* Misc bug fixes (Noah Levitt, Tommi Komulainen)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Jan 24 15:13:20 2004 UTC (8 years, 4 months ago) by grant
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Dec 13 17:19:26 2003 UTC (8 years, 5 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +6 -4 lines
Update to 0.28 and take maintainership:

* made intltool-merge use XML::Parser (#116526 and others) [Brian Cameron]

  - added and updated tests
  - updated so that intltool-merge doesn't add a trailing '\n'
    character to CDATA values.
  - Corrected the logic of encoding/decoding the string
    before/after translation.
  - Added it to build, made it install (Kenneth Christiansen)
    - Added missing DESTDIR (Abel Cheung)
    - Also nstall OrigTree.pm in the distribution tree (Malcolm Tredinnick)
    - Check for the XML::Parser module at build time (Malcolm Tredinnick)

* Added INTLTOOL_KBD_RULE for GOK\s *.kdb files (Bill Haneman)
* Added --multiple-output option (Kenneth Christiansen)
* Avoid bashism in xgettext version check. (#120267) (Abel Cheung)
* Handle standard GNU gettext 0.12 and 0.13 installations (Malcolm Tredinnick)
* Fix the running of test 18 (multiple output test) (Malcolm Tredinnick)

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Dec 3 02:27:11 2003 UTC (8 years, 5 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Updated to 0.27.2 provided by Min Sik Kim PR pkg/23618.

Changes:

* Fixed the source code encoding mark at POTFILES.in support (Abel Cheung).
* Fixed the intltool.spec file so it can build RPMs with this release (it was
  only a package issue (Carlos Perell\xc3\xb3 Mar\xc3\xadn)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Aug 17 19:47:39 2003 UTC (8 years, 9 months ago) by jmmv
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
Update to 0.27.1:
- Fixed .xam support (Abel Cheung)
- Fixed intltool-update, it's not usable with 0.27 :-(  (Carlos Perelló Marín)
- intltool-update -m tells you about files that are at POTFILES.in but does not
  exists anymore (Abel Cheung)
- Small scheme support fixes (Callum McKenzie)
- Added support for .lang files (Gustavo Giraldez)
- Added support for .xam files (Abel Cheung)
- Updated I18N-HOWTO (Kenneth, Bruno Haible)
- Updated all manual pages and command help (Abel Cheung)
- Improved the package name detection code (Abel Cheung)
- better .server files handling (Abel Cheung)
- source code with non-ASCII chars support with
  GNU gettext 0.12 (bug #99005, Abel Cheung, Carlos Perelló Marín)
- intltool-unicodify is deprecated, please use msgconv (Abel Cheung)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jul 17 22:54:20 2003 UTC (8 years, 10 months ago) by grant
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
s/netbsd.org/NetBSD.org/

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jun 3 19:27:52 2003 UTC (8 years, 11 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -4 lines
Update to 0.26:
- Handle no translations in get_newest_po_age (Rodney Dawes)
- Cleaned up tests and fixed few bugs (Kenneth)
- Send error messages to stderr, and fix other similar bugs (bug #105013,
  Denis Barbier)
- handle using a different output file. (James Henstridge)
- Correct the invocation of INTLTOOL_MERGE. (bug #106898, Malcolm Tredinnick)
- Extract attributes in XML when there are spaces arount the equal sign
  (Alberto Manuel Brand?o Sim?es)
- use iconv -f, instead of iconv --f (bug #105181, Hidetoshi Tajima)
- Added variable substitution. (Kenneth)
- Added small section for packages not using the aufo* tools (Kenneth)
- Call msgmerge with options before non-options to fix potential non-GNU
  getopt issues. (Gregory Stark, Jordi Mallach)
- Make it work when running an UTF-8 locale (Kenneth)
- Fix some iconv/charset issues (bug #113121, Morten Welinder)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jun 2 01:16:41 2003 UTC (8 years, 11 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Feb 19 13:22:54 2003 UTC (9 years, 3 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -2 lines
Do not install the xml-i18n-toolize program, so this package can coexist
with xml-i18n-tools.  Bump PKGREVISION.

This fixes the build of the gnome meta-package; pointed out by tron.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Feb 1 16:08:15 2003 UTC (9 years, 3 months ago) by jmmv
Branches: MAIN
CVS tags: netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Update to 0.25.  This closes my own PR pkg/18891.  Changes since 0.18:

Version 0.25
* support latest version of Makefile.in.in from glib-gettextize
  from glib >= 2.1.5 (Frederic Crozat)

Version 0.24
* strip the hints from POTFILES.in in -M mode. (Yanko Kaneti)
* Don't generate .h.h lines in the POTFILES.in
  for xgettext when the input file line is from a known type and also has
  the [type: gettext/..] hint. (Yanko Kaneti)
* Fix xml-i18n-tools part to work with new gettext 4 (Yanko Kaneti)
* Fixed #96169  (Kenneth, Laurent Vivier and Morten Welinder)
* Added a new .theme.in -> .theme rule (Jonathan Blandford, Glynn Foster)

Version 0.23
* gettextize 4.x work (Kenneth).
* Build system fixes (Kenneth).
* Recognise the "xml:space" attribute and preserve whitespace
  if set to "preserve" (Mark McLoughlin).
* GConf schemas handling changes as described in bug #94611. (Yanko).
* Added support for rfc822deb format (Denis Barbier).
* Use charset.alias if available (Denis Barbier, Jacob Berkman).
* Add support for 'default' tags #89747 (Kenneth).
* Spec file cleanup #48446. (Gregory Leblanc).
* Hardcode aclocal-1.4/automake-1.4 so that users with both automake 1.6
  and 1.4 installed get the right automake. (Havoc).
* Other bugfixes (Kjartan Maraas).

Version 0.22
* Added support for translation of descriptions used by ATK in glade files
 (Kenneth).
* Made schemas extraction code more bulletproof (Kenneth).
* Force intltool-update to exit if POTFILES.in is not found (Abel Cheung).
* Add detection of glade2 files in -m mode (Abel Cheung).

Version 0.21
* Use $srcdir in the version check (Mark McLoughlin)

Version 0.20
* Added support for .schemas files (Kenneth)

Version 0.19
* A few .m4 fixes (Jacob Berkman)
* Now works with configure.ac (Kenneth, Abel Cheung)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Dec 5 12:05:51 2002 UTC (9 years, 5 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -1 lines
intltool conflicts with xml-i18n-tools (they install files in the same
place). Add CONFLICTS sentenctes according to this.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Oct 19 10:54:58 2002 UTC (9 years, 7 months ago) by rh
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Track directory layout change at MASTER_SITE_GNOME.
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Aug 25 18:40:02 2002 UTC (9 years, 9 months ago) by jlam
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.

Revision 1.1.1.1.2.1: download - view: text, markup, annotated - select for diffs
Sun Jun 30 06:24:18 2002 UTC (9 years, 10 months ago) by jlam
Branches: buildlink2
Diff to: previous 1.1.1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.1.1: +3 -3 lines
Convert to use the buildlink2 framework.  Trim any unnecessary changes in
the patches or remove them entirely.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon May 6 13:15:21 2002 UTC (10 years ago) by rh
Branches: TNF
CVS tags: pkgviews-base, pkgviews, pkgsrc-base, netbsd-1-6-RELEASE-base, netbsd-1-6, buildlink2-base
Branch point for: buildlink2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of intltool-0.18, an internationalisation toolkit used
mainly by GNOME applications.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon May 6 13:15:21 2002 UTC (10 years ago) by rh
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>