From 626a2806e8283523f6bec72772055b124ecaead8 Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Mon, 17 Jun 2002 01:01:46 +0000 Subject: Updated gettext package contents, made a descriptions header for the GCC page, and fixed a typo on vim. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1999 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/gcc-desc.xml | 4 ++- appendixa/gettext-desc.xml | 84 ++++++++++++++++++++++++++++++++++++++++++++-- appendixa/vim-desc.xml | 2 +- chapter01/changelog.xml | 3 ++ entities/gettext.ent | 2 +- index.xml | 4 +-- 6 files changed, 91 insertions(+), 8 deletions(-) diff --git a/appendixa/gcc-desc.xml b/appendixa/gcc-desc.xml index 4a7bce989..bb3db0146 100644 --- a/appendixa/gcc-desc.xml +++ b/appendixa/gcc-desc.xml @@ -58,7 +58,9 @@ i686-pc-linux-gnu-gcc Library Files libgcc.a, libgcc_eh.a, libgcc_s.so, libiberty.a, libstdc++.[a,so], -libsupc++.a +libsupc++.a + +Descriptions libgcc, libgcc_eh, libgcc_s Run-time support files for gcc. diff --git a/appendixa/gettext-desc.xml b/appendixa/gettext-desc.xml index e30cd9f0f..9ce42dba3 100644 --- a/appendixa/gettext-desc.xml +++ b/appendixa/gettext-desc.xml @@ -3,11 +3,22 @@ Last checked against version &gettext-contversion;. Program Files -gettext, gettextize, msgcmp, msgcomm, msgfmt, msgmerge, msgunfmt, -ngettext and xgettext +config.charset, config.rpath, gettext, gettextize, hostname, +msgattrib, msgcmp, msgcomm, msgconv, msgen, msgexec, msgfilter, msgfmt, +msggrep, msginit, msgmerge, msgunfmt, msguniq, ngettext, project-id, +team-address, trigger, urlget, user-email and xgettext Descriptions +config.charset +The config.charset script outputs a system dependent table of +character encoding aliases. + +config.rpath +The config.rpath script outputs a system dependent set of variables, +describing how to set the run time search path of shared libraries in an +executable. + gettext The gettext package is used for internationalization (also known as i18n) and for localization (also known as l10n). Programs can be @@ -19,6 +30,14 @@ language. The gettextize program copies all standard gettext files into a directory. It's used to make a package with gettext translations. +hostname +The hostname program displays a network hostname in various +forms. + +msgattrib +The msgattrib program filters the messages of a translation catalog +according to their attributes, and manipulates the attributes. + msgcmp The msgcmp program compares two raw translation files. @@ -26,10 +45,34 @@ directory. It's used to make a package with gettext translations. The msgcomm program searches messages which appear in several .po files. It's used to compare how things are translated. +msgconv +The msgconv program converts a translation catalog to a different +character encoding. + +msgen +The msgen program creates an English translation catalog. + +msgexec +The msgexec program applies a command to all translations of a +translation catalog. + +msgfilter +The msgfilter program applies a filter to all translations of a +translation catalog. + msgfmt The msgfmt program compiles raw translation into machine code. It's used to create the final program/package translation file. +msggrep +The msggrep program extracts all messages of a translation +catalog that match a given pattern or belong to some given source +files. + +msginit +The msginit program creates a new PO file, initializing the +meta information with values from the user's environment. + msgmerge The msgmerge program combines two raw translations into one file. It's used to update the raw translation with the source extract. @@ -39,15 +82,50 @@ It's used to update the raw translation with the source extract. translation text. It can only be used if the compiled versions are available. +msguniq +The msguniq program unifies duplicate translations in a translation +catalog. + ngettext The ngettext program displays native language translations of a textual message whose grammatical form depends on a number. +project-id +The project-id script prints a package's identification package +version or package. + +team-address +The team-address script prints the team's address to stdout and +outputs additional instructions. + +trigger +The trigger script tests whether the current package is a GNOME or +KDE package. + +urlget +The urlget program gets the contents of a URL. + +user-email +The user-email script prints the user's email address, with +confirmation from the user. + xgettext The xgettext program extracts the message lines from the programmers' C files. It's used to make the first translation template. - +Library Files +libgettextlib[a,so], libgettextsrc[a,so] + +Descriptions + +libgettextlib +No description is currently available. + +libgettextsrc +No description is currently available. + + + diff --git a/appendixa/vim-desc.xml b/appendixa/vim-desc.xml index 1a6d6248b..a54d3c0aa 100644 --- a/appendixa/vim-desc.xml +++ b/appendixa/vim-desc.xml @@ -21,7 +21,7 @@ and Vim can't be suspended. and Vim can't be suspended. vi -vi starst vim in vi-compatible mode. +vi starts vim in vi-compatible mode. view view starts vim in read-only mode. diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d3fb725fb..6e288ba43 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -45,6 +45,9 @@ +June 16th, 2002 [timothy]: Chapter 05 & 06 - Gettext: +Updated package contents. + June 14th, 2002 [timothy]: Chapter 05 & 06 - Binutils, Bzip2, Diffutils, Grep: Updated package contents. diff --git a/entities/gettext.ent b/entities/gettext.ent index 1c8d9b195..6ce9eb3ff 100644 --- a/entities/gettext.ent +++ b/entities/gettext.ent @@ -10,7 +10,7 @@ - + diff --git a/index.xml b/index.xml index 621fbfc65..5085e1de8 100644 --- a/index.xml +++ b/index.xml @@ -4,8 +4,8 @@ - - + + -- cgit v1.2.3-54-g00ecf