summaryrefslogtreecommitdiff
path: root/textproc/intltool/patches
AgeCommit message (Collapse)AuthorFilesLines
2015-07-12Escape braces in intltool-update. This is evident when using the --versionrodent1-0/+47
option. The programme emits deprecation warnings which break package builds which depend on that output being sane.
2007-09-18update to 0.36.2drochner1-18/+0
changes: minor bugfixes
2007-08-08Do not insist on GNU iconv. NetBSD iconv, for example, is perfectly fine.wiz1-0/+18
Bump PKGREVISION.
2006-12-15update to 0.35.1drochner1-30/+0
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
2006-08-29Adjust regex patterns used for line matching in translation catalogsjoerg1-0/+30
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.
2004-06-27Update to 0.31. While here, make this package also install the xml-i18n-toolsjmmv2-44/+0
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)
2004-02-06Update intltool to 0.30. This closes PR pkg/24315.minskim1-0/+13
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)
2003-12-13Update to 0.28 and take maintainership:jmmv1-21/+23
* 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)
2003-08-17Update to 0.27.1:jmmv1-23/+21
- 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)
2003-06-03Update to 0.26:jmmv1-5/+5
- 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)
2003-02-19Do not install the xml-i18n-toolize program, so this package can coexistjmmv1-0/+31
with xml-i18n-tools. Bump PKGREVISION. This fixes the build of the gnome meta-package; pointed out by tron.