aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-09-27 09:12:02 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-09-27 09:12:02 +0000
commit6a616bc4cf9f01594aa508ee8e10d5634e71037d (patch)
tree94dc718b15467d66c46f53eb9599cde163da70f7
parent927815580f5b59848503eb9bf1b74b126b0c7577 (diff)
Add DejaGnu to Appendix A.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2897 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--appendixa/appendixa.xml1
-rw-r--r--appendixa/dejagnu-dep.xml9
-rw-r--r--appendixa/dejagnu-desc.xml10
-rw-r--r--appendixa/dejagnu-down.xml6
-rw-r--r--appendixa/dejagnu-shortdesc.xml14
-rw-r--r--appendixa/dejagnu.xml13
-rw-r--r--appendixa/expect-shortdesc.xml2
-rw-r--r--appendixa/tcl-shortdesc.xml2
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter05/dejagnu.xml2
-rw-r--r--entities/dejagnu.ent2
11 files changed, 62 insertions, 2 deletions
diff --git a/appendixa/appendixa.xml b/appendixa/appendixa.xml
index 8606f6baf..98051a1ef 100644
--- a/appendixa/appendixa.xml
+++ b/appendixa/appendixa.xml
@@ -10,6 +10,7 @@
&aa-bison;
&aa-bzip2;
&aa-coreutils;
+&aa-dejagnu;
&aa-diffutils;
&aa-e2fsprogs;
&aa-ed;
diff --git a/appendixa/dejagnu-dep.xml b/appendixa/dejagnu-dep.xml
new file mode 100644
index 000000000..aafdb21a5
--- /dev/null
+++ b/appendixa/dejagnu-dep.xml
@@ -0,0 +1,9 @@
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
+
+<sect2>
+<title>DejaGnu Installation Dependencies</title>
+
+<literallayout>(Not checked yet.)</literallayout>
+
+</sect2>
+
diff --git a/appendixa/dejagnu-desc.xml b/appendixa/dejagnu-desc.xml
new file mode 100644
index 000000000..994ef2956
--- /dev/null
+++ b/appendixa/dejagnu-desc.xml
@@ -0,0 +1,10 @@
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
+
+<sect2><title>Descriptions</title>
+
+<para>(Last checked against version &dejagnu-contversion;.)</para>
+
+<para><command>runtest</command> is the wrapper script that finds the proper
+expect shell then runs DejaGnu</para>
+
+</sect2>
diff --git a/appendixa/dejagnu-down.xml b/appendixa/dejagnu-down.xml
new file mode 100644
index 000000000..e758360c5
--- /dev/null
+++ b/appendixa/dejagnu-down.xml
@@ -0,0 +1,6 @@
+<sect2>
+<title>Official Download Location</title>
+
+<para><literallayout>DejaGnu (&dejagnu-version;):
+<ulink url="ftp://ftp.gnu.org/gnu/dejagnu/"/></literallayout></para>
+</sect2>
diff --git a/appendixa/dejagnu-shortdesc.xml b/appendixa/dejagnu-shortdesc.xml
new file mode 100644
index 000000000..b31a47f93
--- /dev/null
+++ b/appendixa/dejagnu-shortdesc.xml
@@ -0,0 +1,14 @@
+<sect2><title>Contents of DejaGnu</title>
+
+<para>(Last checked against version &dejagnu-contversion;.)</para>
+
+<para>The DejaGnu package contains a framework for testing other programs.</para>
+
+<para>DejaGnu installs the following files:</para>
+
+<sect3><title>Program Files</title>
+
+<para>runtest</para></sect3>
+
+</sect2>
+
diff --git a/appendixa/dejagnu.xml b/appendixa/dejagnu.xml
new file mode 100644
index 000000000..59cadabcb
--- /dev/null
+++ b/appendixa/dejagnu.xml
@@ -0,0 +1,13 @@
+<sect1 id="aa-dejagnu" xreflabel="DejaGnu">
+<title>DejaGnu</title>
+<?dbhtml filename="dejagnu.html" dir="appendixa"?>
+
+<para>For installation instructions see <xref linkend="ch05-dejagnu"/>.</para>
+
+&aa-dejagnu-down;
+&aa-dejagnu-shortdesc;
+&aa-dejagnu-desc;
+&aa-dejagnu-dep;
+
+</sect1>
+
diff --git a/appendixa/expect-shortdesc.xml b/appendixa/expect-shortdesc.xml
index ed5f608fe..7d3647250 100644
--- a/appendixa/expect-shortdesc.xml
+++ b/appendixa/expect-shortdesc.xml
@@ -3,7 +3,7 @@
<para>(Last checked against version &expect-contversion;.)</para>
<para>The Expect package provides a program that performs programmed dialogue
-with other interactive programs</para>
+with other interactive programs.</para>
<para>Expect installs the following files:</para>
diff --git a/appendixa/tcl-shortdesc.xml b/appendixa/tcl-shortdesc.xml
index eff2944df..de10a98ba 100644
--- a/appendixa/tcl-shortdesc.xml
+++ b/appendixa/tcl-shortdesc.xml
@@ -2,7 +2,7 @@
<para>(Last checked against version &tcl-contversion;.)</para>
-<para>The Tcl package contains the Tool Command Language</para>
+<para>The Tcl package contains the Tool Command Language.</para>
<para>Tcl installs the following files:</para>
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 6e25e8ec1..a1d4549af 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -95,6 +95,9 @@
</itemizedlist>
</para></listitem>
+<listitem><para>September 27th, 2003 [greg]: Add Tcl, Expect and DejaGnu items
+to Appendix A. Closes Bug 661.</para></listitem>
+
<listitem><para>September 26th, 2003 [jeremy]: Added new workaround for the
devpts problems</para></listitem>
diff --git a/chapter05/dejagnu.xml b/chapter05/dejagnu.xml
index a57dbccbf..832ef1f92 100644
--- a/chapter05/dejagnu.xml
+++ b/chapter05/dejagnu.xml
@@ -5,6 +5,8 @@
<screen>Estimated build time: &dejagnu-time-static;
Estimated required disk space: &dejagnu-compsize-static;</screen>
+&aa-dejagnu-shortdesc;
+&aa-dejagnu-dep;
&c5-dejagnu-inst;
</sect1>
diff --git a/entities/dejagnu.ent b/entities/dejagnu.ent
index 365a1e867..adb1bd484 100644
--- a/entities/dejagnu.ent
+++ b/entities/dejagnu.ent
@@ -10,6 +10,8 @@
<!ENTITY aa-dejagnu-down SYSTEM "../appendixa/dejagnu-down.xml">
<!ENTITY dejagnu-version "1.4.3">
+<!ENTITY dejagnu-depversion "1.4.3">
+<!ENTITY dejagnu-contversion "1.4.3">
<!ENTITY dejagnu-package "dejagnu-&dejagnu-version;.tar.bz2">
<!ENTITY dejagnu-dir "dejagnu-&dejagnu-version;">
<!ENTITY dejagnu-size "">