From a33e539816ef7fcca8fef01bb1d663c4df61ab31 Mon Sep 17 00:00:00 2001 From: "Alexander E. Patrakov" Date: Thu, 8 Mar 2007 13:20:07 +0000 Subject: [PATCH] Added Recode-3.6 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6663 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 1 + general/genutils/genutils.xml | 1 + general/genutils/recode.xml | 158 +++++++++++++++++++++++++++++ general/prog/php.xml | 4 +- introduction/welcome/changelog.xml | 8 ++ 5 files changed, 170 insertions(+), 2 deletions(-) create mode 100644 general/genutils/recode.xml diff --git a/general.ent b/general.ent index 6f02cbfd06..863dc45472 100644 --- a/general.ent +++ b/general.ent @@ -157,6 +157,7 @@ $Date$ + diff --git a/general/genutils/genutils.xml b/general/genutils/genutils.xml index 4557688153..30f548dfa5 100644 --- a/general/genutils/genutils.xml +++ b/general/genutils/genutils.xml @@ -36,5 +36,6 @@ $Date$ + diff --git a/general/genutils/recode.xml b/general/genutils/recode.xml new file mode 100644 index 0000000000..4ada22f282 --- /dev/null +++ b/general/genutils/recode.xml @@ -0,0 +1,158 @@ + + + %general-entities; + + + + + + + +]> + + + + + + $LastChangedBy: randy $ + $Date: 2007-01-19 00:38:19 +0500 (Птн, 19 Янв 2007) $ + + + Recode-&recode-version; + + + Recode + + + + + Introduction to Recode + + The Recode package a program for + converting text between character sets, and a library that exposes + this functionality to other applications. Note that the same functionality + (but with different API) is provided by iconv, which is + installed in LFS as a part of Glibc. + + The Recode package is no longer + maintained upstream. Wishlist bugs such as + will never be fixed. + + Package Information + + + Download (HTTP): + + + Download (FTP): + + + Download MD5 sum: &recode-md5sum; + + + Download size: &recode-size; + + + Estimated disk space required: &recode-buildsize; + + + Estimated build time: &recode-time; + + + + Additional Downloads + + + Required patch: + + + + Recode Dependencies + + Optional + + (for the bigauto test), and + Dmalloc + + User Notes: + + + + + + Installation of Recode + + Install Recode by running the following + commands: + +patch -Np1 -i ../recode-&recode-version;-fixes-1.patch && +./configure --prefix=/usr --without-included-gettext && +make + + To test the results, issue: make check. The + testsuite will warn about the bigauto test being + skipped. The editors did not attempt to run this test to the end, because + it uses obsolete Python constructions. + + Now, as the root user: + +make install + + + + + Command Explanations + + --without-included-gettext: This parameter + forces the use of gettext implementation provided + by Glibc instead of the very old internal copy. + The internal copy produces wrong output in UTF-8 locales. + + + + + Contents + + + Installed Program + Installed Library + + + recode + librecode.{so,a} + + + + + Short Descriptions + + + + + recode + + Converts text between character sets + + recode + + + + + + librecode.{so,a} + + contains functions for character set conversion + + librecode.{so,a} + + + + + + + + + diff --git a/general/prog/php.xml b/general/prog/php.xml index 691cf74178..b6ffb7a965 100644 --- a/general/prog/php.xml +++ b/general/prog/php.xml @@ -82,14 +82,14 @@ , , , + , (deprecated alternative to ), OSSP mm, Net-SNMP, GNU Pth, re2c, XMLRPC-EPI, - Dmalloc, - recode, and + Dmalloc, and an (that provides a sendmail command) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 1a54d622d5..8138a39147 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -40,6 +40,14 @@ --> + + March 8th, 2007 + + + [alexander] - Added Recode-3.6. + + + March 7th, 2007