Kaynağa Gözat

Add Tcl to Appendix A.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2894 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Greg Schafer 22 yıl önce
ebeveyn
işleme
ad3db0e0b6

+ 1 - 0
appendixa/appendixa.xml

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

+ 9 - 0
appendixa/tcl-dep.xml

@@ -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 - 0
appendixa/tcl-desc.xml

@@ -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 - 0
appendixa/tcl-down.xml

@@ -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>

+ 17 - 0
appendixa/tcl-shortdesc.xml

@@ -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 - 0
appendixa/tcl.xml

@@ -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>
+

+ 2 - 0
chapter05/tcl.xml

@@ -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>

+ 2 - 0
entities/tcl.ent

@@ -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">