Add Expect to Appendix A.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2895 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Greg Schafer 2003-09-27 07:04:03 +00:00
parent ad3db0e0b6
commit 278c35c768
8 changed files with 61 additions and 0 deletions

View File

@ -13,6 +13,7 @@
&aa-diffutils;
&aa-e2fsprogs;
&aa-ed;
&aa-expect;
&aa-file;
&aa-findutils;
&aa-flex;

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

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

10
appendixa/expect-desc.xml Normal file
View File

@ -0,0 +1,10 @@
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2><title>Descriptions</title>
<para>(Last checked against version &expect-contversion;.)</para>
<para><command>expect</command> "talks" to other interactive programs according
to a script.</para>
</sect2>

View File

@ -0,0 +1,6 @@
<sect2>
<title>Official Download Location</title>
<para><literallayout>expect (&expect-version;):
<ulink url="http://expect.nist.gov/src/"/></literallayout></para>
</sect2>

View File

@ -0,0 +1,18 @@
<sect2><title>Contents of Expect</title>
<para>(Last checked against version &expect-contversion;.)</para>
<para>The Expect package provides a program that performs programmed dialogue
with other interactive programs</para>
<para>Expect installs the following files:</para>
<sect3><title>Program Files</title>
<para>expect</para></sect3>
<sect3><title>Library Files</title>
<para>libexpect5.39.a</para></sect3>
</sect2>

13
appendixa/expect.xml Normal file
View File

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

View File

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

View File

@ -11,6 +11,8 @@
<!ENTITY aa-expect-down SYSTEM "../appendixa/expect-down.xml">
<!ENTITY expect-version "5.39.0">
<!ENTITY expect-depversion "5.39.0">
<!ENTITY expect-contversion "5.39.0">
<!ENTITY expect-patch-version "5.39.0">
<!ENTITY expect-package "expect-&expect-version;.tar.bz2">
<!ENTITY expect-dir "expect-&expect-version;">