diff options
author | wiz <wiz@pkgsrc.org> | 2013-07-21 20:24:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-07-21 20:24:52 +0000 |
commit | 60f8769c910e6c0ffd0c560327a908737a323770 (patch) | |
tree | 96b9fc339e2a892c16169d0e4fdd8da28c9a835b /devel/gettext-lib | |
parent | 97df0d9bb5782daebf93d745f37f778939ad0b5c (diff) | |
download | pkgsrc-60f8769c910e6c0ffd0c560327a908737a323770.tar.gz |
Update gettext* to 0.18.3:
Version 0.18.3 - July 2013
* Runtime behaviour:
On Mac OS X systems, the setlocale() function now properly
invalidates loaded message catalogs when a locale has been set.
* Programming languages support:
- C++:
The gnu::autosprintf class now provides an assignment operator.
- Glade:
xgettext now supports GtkBuider file format used by Glade 3.
xgettext now also extracts contexts (msgctxt) from Glade 2 and
GtkBuider files.
- JavaScript:
xgettext now partially supports JavaScript. Since the current
JavaScript specification (ECMA-262) does not define the standard
set of formatting methods nor translation functions, the
implementation supports only a limited set of formatting methods
and translation functions commonly used in Gjs and other popular
JavaScript implemenations and libraries.
- Lua:
xgettext now supports Lua, using Ľubomír Remák's lua-gettext.
- Python:
xgettext and msgfmt's format string checking now recognize Python
format string in braced syntax (PEP 3101). xgettext now also
supports explicit string concatenation with '+' and handles
platform dependent line terminators (LF/CR/CRLF) transparently.
- Tcl:
Bug fix in xgettext Unicode escape handling.
- Vala:
xgettext now supports Vala.
* msgattrib now has --previous option to keep previous msgid when
making messages fuzzy, similar to msgmerge --previous.
* msgfmt now checks PO file headers more strictly with less
false-positives.
* 'gettextize' now checks macro directories specified with
AC_CONFIGURE_MACRO_DIRS in configure.ac.
* Portability:
- msginit now does not require GNU sed.
- The Makefile rule for generating en@quot and en@boldquot now uses
@SED@ variable instead of hard-coded 'sed' command to allow users
to supply GNU sed.
* Future backward-incompatibilities:
- In future Gettext versions, the files installed by 'gettextize'
will require Automake 1.10 or later. This will improve the
compatibility of user projects with newer Automake versions.
Diffstat (limited to 'devel/gettext-lib')
-rw-r--r-- | devel/gettext-lib/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/gettext-lib/distinfo b/devel/gettext-lib/distinfo index e62d6c07292..175b1439f59 100644 --- a/devel/gettext-lib/distinfo +++ b/devel/gettext-lib/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.20 2013/03/11 19:41:18 adam Exp $ +$NetBSD: distinfo,v 1.21 2013/07/21 20:24:52 wiz Exp $ -SHA1 (gettext-0.18.2.1.tar.gz) = 86066950cac2fcc49cc7bd23f5ea16bed522b410 -RMD160 (gettext-0.18.2.1.tar.gz) = 4fcd8c5fe1de96f7224cdcf160fd9e6b008ab3df -Size (gettext-0.18.2.1.tar.gz) = 15901092 bytes +SHA1 (gettext-0.18.3.tar.gz) = 1ef780d0e56ae174c2781d71790cdf77a276a4a0 +RMD160 (gettext-0.18.3.tar.gz) = bee5a4b42bd8f888073983dd0ab36aa6685f6da1 +Size (gettext-0.18.3.tar.gz) = 16171945 bytes SHA1 (patch-aa) = aed0e4e34c45fd442ee15254f494fe02c9dd55f7 SHA1 (patch-ab) = 74694c609b942038e8db88bd8ff8edd4700a175f |