From 5e237eda5632e7b719300c25148e9e1907fba907 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Mon, 20 Oct 2003 15:52:27 +0000 Subject: Updated gettext contents git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2998 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/gettext-desc.xml | 12 ++++++++++++ appendixa/gettext-shortdesc.xml | 14 +++++++------- 2 files changed, 19 insertions(+), 7 deletions(-) (limited to 'appendixa') diff --git a/appendixa/gettext-desc.xml b/appendixa/gettext-desc.xml index 750de7f1e..4d4483fc6 100644 --- a/appendixa/gettext-desc.xml +++ b/appendixa/gettext-desc.xml @@ -2,6 +2,9 @@ Short descriptions +autopoint copies standard gettext infrastructure +files into a source package. + config.charset outputs a system-dependent table of character encoding aliases. @@ -66,8 +69,17 @@ textual message whose grammatical form depends on a number. xgettext extracts the translatable message lines from the given source files, to make the first translation template. +libasprintf defines the autosprintf class which +makes C formatted output routines usable in C++ programs, for use with the +<string> strings and the <iostream> streams. + libgettextlib... +libgettextpo is used to write specialized +programs that process PO files. This library is used when the standard +applications shipped with gettext won't suffice (such as msgcomm, msgcmp, +msgattrib and msgen). + libgettextsrc... diff --git a/appendixa/gettext-shortdesc.xml b/appendixa/gettext-shortdesc.xml index 2afbf38e9..37787f2d0 100644 --- a/appendixa/gettext-shortdesc.xml +++ b/appendixa/gettext-shortdesc.xml @@ -7,13 +7,13 @@ localization. Programs can be compiled with Native Language Support (NLS) which enable them to output messages in the user's native language. -Installed programs: config.charset, config.rpath, -gettext, gettextize, hostname, msgattrib, msgcat, msgcmp, msgcomm, msgconv, -msgen, msgexec, msgfilter, msgfmt, msggrep, msginit, msgmerge, msgunfmt, -msguniq, ngettext, project-id, team-address, trigger, urlget, user-email and -xgettext +Installed programs: autopoint, config.charset, +config.rpath, gettext, gettextize, hostname, msgattrib, msgcat, msgcmp, +msgcomm, msgconv, msgen, msgexec, msgfilter, msgfmt, msggrep, msginit, +msgmerge, msgunfmt, msguniq, ngettext, project-id, team-address, trigger, +urlget, user-email and xgettext -Installed libraries: libgettextlib[a,so] and -libgettextsrc[a,so] +Installed libraries: libasprintf[a,so], +libgettextlib[a,so], libgettextpo[a,so] and libgettextsrc[a,so] -- cgit v1.2.3-54-g00ecf