[Clfs-commits] commit: r4313 - in /branches/clfs-sysroot/BOOK: final-system/ final-system/common/ introduction/common/

svn at cross-lfs.org svn at cross-lfs.org
Sun Jan 4 12:48:03 PST 2009


Author: jciccone
Date: Sun Jan  4 20:48:02 2009
New Revision: 4313

Log:
Add NCurses Widec build.

Added:
    branches/clfs-sysroot/BOOK/final-system/common/ncurses-widec.xml
Modified:
    branches/clfs-sysroot/BOOK/final-system/alpha-chapter.xml
    branches/clfs-sysroot/BOOK/final-system/arm-chapter.xml
    branches/clfs-sysroot/BOOK/final-system/common/ncurses.xml
    branches/clfs-sysroot/BOOK/final-system/hppa-chapter.xml
    branches/clfs-sysroot/BOOK/final-system/x86-chapter.xml
    branches/clfs-sysroot/BOOK/introduction/common/changelog.xml

Modified: branches/clfs-sysroot/BOOK/final-system/alpha-chapter.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/alpha-chapter.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/alpha-chapter.xml Sun Jan  4 20:48:02 2009
@@ -26,6 +26,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/m4.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bison.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/ncurses.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/ncurses-widec.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/procps.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/libtool.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="alpha/perl.xml"/>

Modified: branches/clfs-sysroot/BOOK/final-system/arm-chapter.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/arm-chapter.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/arm-chapter.xml Sun Jan  4 20:48:02 2009
@@ -26,6 +26,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/m4.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bison.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/ncurses.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/ncurses-widec.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/procps.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/libtool.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="arm/perl.xml"/>

Modified: branches/clfs-sysroot/BOOK/final-system/common/ncurses.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/common/ncurses.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/common/ncurses.xml Sun Jan  4 20:48:02 2009
@@ -71,8 +71,7 @@
       <segtitle>Installed libraries</segtitle>
 
       <seglistitem>
-        <seg>captoinfo (link to tic), clear, infocmp, infotocap (link to tic),
-        ncurses5-config, reset (link to tset), tack, tic, toe, tput, and tset</seg>
+        <seg>ncurses5-config</seg>
         <seg>libcurses.[a,so] (link to libncurses.[a,so]), libform.[a,so],
         libmenu.[a,so], libncurses++.a, libncurses.[a,so], and
         libpanel.[a,so]</seg>
@@ -84,119 +83,12 @@
       <?dbfo list-presentation="list"?>
       <?dbhtml list-presentation="table"?>
 
-      <varlistentry id="captoinfo">
-        <term><command>captoinfo</command></term>
-        <listitem>
-          <para>Converts a termcap description into a terminfo description</para>
-          <indexterm zone="ch-system-ncurses captoinfo">
-            <primary sortas="b-captoinfo">captoinfo</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry id="clear">
-        <term><command>clear</command></term>
-        <listitem>
-          <para>Clears the screen, if possible</para>
-          <indexterm zone="ch-system-ncurses clear">
-            <primary sortas="b-clear">clear</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry id="infocmp">
-        <term><command>infocmp</command></term>
-        <listitem>
-          <para>Compares or prints out terminfo descriptions</para>
-          <indexterm zone="ch-system-ncurses infocmp">
-            <primary sortas="b-infocmp">infocmp</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry id="infotocap">
-        <term><command>infotocap</command></term>
-        <listitem>
-          <para>Converts a terminfo description into a termcap description</para>
-          <indexterm zone="ch-system-ncurses infotocap">
-            <primary sortas="b-infotocap">infotocap</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
       <varlistentry id="ncurses5-config">
         <term><command>ncurses5-config</command></term>
         <listitem>
           <para>Provides configuration information for ncurses</para>
           <indexterm zone="ch-system-ncurses ncurses5-config">
             <primary sortas="b-ncurses5-config">ncurses5-config</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry id="reset">
-        <term><command>reset</command></term>
-        <listitem>
-          <para>Reinitializes a terminal to its default values</para>
-          <indexterm zone="ch-system-ncurses reset">
-            <primary sortas="b-reset">reset</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry id="tack">
-        <term><command>tack</command></term>
-        <listitem>
-          <para>The terminfo action checker; it is mainly used to test the
-          accuracy of an entry in the terminfo database</para>
-          <indexterm zone="ch-system-ncurses tack">
-            <primary sortas="b-tack">tack</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry id="tic">
-        <term><command>tic</command></term>
-        <listitem>
-          <para>The terminfo entry-description compiler that translates a
-          terminfo file from source format into the binary format needed for the
-          ncurses library routines. A terminfo file contains information on the
-          capabilities of a certain terminal</para>
-          <indexterm zone="ch-system-ncurses tic">
-            <primary sortas="b-tic">tic</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry id="toe">
-        <term><command>toe</command></term>
-        <listitem>
-          <para>Lists all available terminal types, giving the primary name and
-          description for each</para>
-          <indexterm zone="ch-system-ncurses toe">
-            <primary sortas="b-toe">toe</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry id="tput">
-        <term><command>tput</command></term>
-        <listitem>
-          <para>Makes the values of terminal-dependent capabilities available to
-          the shell; it can also be used to reset or initialize a terminal or
-          report its long name</para>
-          <indexterm zone="ch-system-ncurses tput">
-            <primary sortas="b-tput">tput</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry id="tset">
-        <term><command>tset</command></term>
-        <listitem>
-          <para>Can be used to initialize terminals</para>
-          <indexterm zone="ch-system-ncurses tset">
-            <primary sortas="b-tset">tset</primary>
           </indexterm>
         </listitem>
       </varlistentry>

Modified: branches/clfs-sysroot/BOOK/final-system/hppa-chapter.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/hppa-chapter.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/hppa-chapter.xml Sun Jan  4 20:48:02 2009
@@ -26,6 +26,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/m4.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bison.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/ncurses.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/ncurses-widec.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/procps.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/libtool.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hppa/perl.xml"/>

Modified: branches/clfs-sysroot/BOOK/final-system/x86-chapter.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/x86-chapter.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/x86-chapter.xml Sun Jan  4 20:48:02 2009
@@ -26,6 +26,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/m4.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bison.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/ncurses.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/ncurses-widec.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/procps.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/libtool.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/perl.xml"/>

Modified: branches/clfs-sysroot/BOOK/introduction/common/changelog.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/introduction/common/changelog.xml (original)
+++ branches/clfs-sysroot/BOOK/introduction/common/changelog.xml Sun Jan  4 20:48:02 2009
@@ -39,6 +39,12 @@
     <listitem>
       <para>Janurary 04, 2009</para>
       <itemizedlist>
+        <listitem>
+          <para>[jciccone] - Add NCurses Widec build.</para>
+        </listitem>
+        <listitem>
+          <para>[jciccone] - Add GCC Branch Update Patch.</para>
+        </listitem>
         <listitem>
           <para>[jciccone] - Add GMP and MPFR.</para>
         </listitem>




More information about the Clfs-commits mailing list