Add DejaGnu to Appendix A.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2897 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Greg Schafer 2003-09-27 09:12:02 +00:00
parent 927815580f
commit 6a616bc4cf
11 changed files with 62 additions and 2 deletions

View File

@ -10,6 +10,7 @@
&aa-bison;
&aa-bzip2;
&aa-coreutils;
&aa-dejagnu;
&aa-diffutils;
&aa-e2fsprogs;
&aa-ed;

View File

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

View File

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

View File

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

View File

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

13
appendixa/dejagnu.xml Normal file
View File

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

View File

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

View File

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

View File

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

View File

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

View File

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