Преглед изворни кода

Add Expect to Appendix A.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2895 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Greg Schafer пре 22 година
родитељ
комит
278c35c768

+ 1 - 0
appendixa/appendixa.xml

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

+ 9 - 0
appendixa/expect-dep.xml

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

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

+ 6 - 0
appendixa/expect-down.xml

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

+ 18 - 0
appendixa/expect-shortdesc.xml

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

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

+ 2 - 0
chapter05/expect.xml

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

+ 2 - 0
entities/expect.ent

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