aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-09-27 06:11:31 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-09-27 06:11:31 +0000
commitad3db0e0b6bd996dcd8fd32ec5cf1b80e235f18a (patch)
treeb3c7d192a3e0bcd5ebf39a4da0d263b4873533f4
parent7e602eabe602030b09e5d299f8c7e5c2a751081b (diff)
Add Tcl to Appendix A.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2894 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--appendixa/appendixa.xml1
-rw-r--r--appendixa/tcl-dep.xml9
-rw-r--r--appendixa/tcl-desc.xml9
-rw-r--r--appendixa/tcl-down.xml7
-rw-r--r--appendixa/tcl-shortdesc.xml17
-rw-r--r--appendixa/tcl.xml13
-rw-r--r--chapter05/tcl.xml2
-rw-r--r--entities/tcl.ent2
8 files changed, 60 insertions, 0 deletions
diff --git a/appendixa/appendixa.xml b/appendixa/appendixa.xml
index 5328e7c34..bae01b34c 100644
--- a/appendixa/appendixa.xml
+++ b/appendixa/appendixa.xml
@@ -49,6 +49,7 @@
&aa-sysklogd;
&aa-sysvinit;
&aa-tar;
+&aa-tcl;
&aa-texinfo;
&aa-utillinux;
&aa-vim;
diff --git a/appendixa/tcl-dep.xml b/appendixa/tcl-dep.xml
new file mode 100644
index 000000000..d4fc3c432
--- /dev/null
+++ b/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>
+
diff --git a/appendixa/tcl-desc.xml b/appendixa/tcl-desc.xml
new file mode 100644
index 000000000..26864c3d6
--- /dev/null
+++ b/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>
diff --git a/appendixa/tcl-down.xml b/appendixa/tcl-down.xml
new file mode 100644
index 000000000..3546b19e5
--- /dev/null
+++ b/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>
diff --git a/appendixa/tcl-shortdesc.xml b/appendixa/tcl-shortdesc.xml
new file mode 100644
index 000000000..eff2944df
--- /dev/null
+++ b/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>
+
diff --git a/appendixa/tcl.xml b/appendixa/tcl.xml
new file mode 100644
index 000000000..ca0445c09
--- /dev/null
+++ b/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>
+
diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml
index 17ab337d9..8ababe922 100644
--- a/chapter05/tcl.xml
+++ b/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>
diff --git a/entities/tcl.ent b/entities/tcl.ent
index 20be6c656..3ffae00bc 100644
--- a/entities/tcl.ent
+++ b/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">