2004-03-05 20:25:43 by Johnny C. Lam | Files touched by this commit (256) |
Log message:
Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
|
2004-02-11 01:48:58 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
bl3ify
|
2004-02-08 21:57:29 by Julio M. Merino Vidal | Files touched by this commit (1) |
Log message:
Automatically override intltool utilities in a package using this file.
This will use the latest version of the tools and also handle (hidden) build
dependancies automatically and in a consistent way.
|
2004-02-06 19:41:02 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Bump dependency. Suggested by jmmv@.
|
2004-02-06 19:26:49 by Min Sik Kim | Files touched by this commit (4) |
Log message:
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)
|
2004-01-24 16:13:20 by grant beattie | Files touched by this commit (31) |
Log message:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
|
2003-12-13 18:19:26 by Julio M. Merino Vidal | Files touched by this commit (5) | |
Log message:
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)
|
2003-12-03 03:27:11 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
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)
|
2003-09-11 12:52:50 by Julio M. Merino Vidal | Files touched by this commit (1) |
Log message:
Bump version to 0.27.1. This is always a build dependancy, so we can do
it safely (to satisfy all intltool version requirements successfully).
|
2003-08-17 21:47:39 by Julio M. Merino Vidal | Files touched by this commit (4) | |
Log message:
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)
|