Add Tcl to Appendix A.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2894 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Greg Schafer 2003-09-27 06:11:31 +00:00
parent 7e602eabe6
commit ad3db0e0b6
8 changed files with 60 additions and 0 deletions

View File

@ -49,6 +49,7 @@
&aa-sysklogd;
&aa-sysvinit;
&aa-tar;
&aa-tcl;
&aa-texinfo;
&aa-utillinux;
&aa-vim;

9
appendixa/tcl-dep.xml Normal file
View File

@ -0,0 +1,9 @@
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2>
<title>Tcl Installation Dependencies</title>
<literallayout>(Not checked yet.)</literallayout>
</sect2>

9
appendixa/tcl-desc.xml Normal file
View File

@ -0,0 +1,9 @@
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2><title>Descriptions</title>
<para>(Last checked against version &tcl-contversion;.)</para>
<para><command>tclsh</command> is the Tcl command shell.</para>
</sect2>

7
appendixa/tcl-down.xml Normal file
View File

@ -0,0 +1,7 @@
<sect2>
<title>Official Download Location</title>
<para><literallayout>Tcl (&tcl-version;):
<ulink url="http://download.sourceforge.net/tcl/"/>
<ulink url="ftp://download.sourceforge.net/pub/sourceforge/tcl/"/></literallayout></para>
</sect2>

View File

@ -0,0 +1,17 @@
<sect2><title>Contents of Tcl</title>
<para>(Last checked against version &tcl-contversion;.)</para>
<para>The Tcl package contains the Tool Command Language</para>
<para>Tcl installs the following files:</para>
<sect3><title>Program Files</title>
<para>tclsh</para></sect3>
<sect3><title>Library Files</title>
<para>libtcl8.4.so</para></sect3>
</sect2>

13
appendixa/tcl.xml Normal file
View File

@ -0,0 +1,13 @@
<sect1 id="aa-tcl" xreflabel="Tcl">
<title>Tcl</title>
<?dbhtml filename="tcl.html" dir="appendixa"?>
<para>For installation instructions see <xref linkend="ch05-tcl"/>.</para>
&aa-tcl-down;
&aa-tcl-shortdesc;
&aa-tcl-desc;
&aa-tcl-dep;
</sect1>

View File

@ -5,6 +5,8 @@
<screen>Estimated build time: &tcl-time-static;
Estimated required disk space: &tcl-compsize-static;</screen>
&aa-tcl-shortdesc;
&aa-tcl-dep;
&c5-tcl-inst;
</sect1>

View File

@ -10,6 +10,8 @@
<!ENTITY aa-tcl-down SYSTEM "../appendixa/tcl-down.xml">
<!ENTITY tcl-version "8.4.4">
<!ENTITY tcl-depversion "8.4.4">
<!ENTITY tcl-contversion "8.4.4">
<!ENTITY tcl-package "tcl-&tcl-version;.tar.bz2">
<!ENTITY tcl-dir "tcl-&tcl-version;">
<!ENTITY tcl-size "3,370 KB">