aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/expect.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2004-05-03 10:59:46 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2004-05-03 10:59:46 +0000
commit673b0d84ba9591e07c0bdf0ee49d92eba10f502c (patch)
tree129e27a1450727b440da4378e0117a468eb9c25e /chapter05/expect.xml
parent287ea55da70ceb1f0990554b7db921d525fef816 (diff)
* Merged newxml into HEAD
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/expect.xml')
-rw-r--r--chapter05/expect.xml44
1 files changed, 33 insertions, 11 deletions
diff --git a/chapter05/expect.xml b/chapter05/expect.xml
index 752fcb977..24d1cbcac 100644
--- a/chapter05/expect.xml
+++ b/chapter05/expect.xml
@@ -1,17 +1,24 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../general.ent">
+ %general-entities;
+]>
<sect1 id="ch-tools-expect" xreflabel="Expect">
-<title>Installing Expect-&expect-version;</title>
-<?dbhtml filename="expect.html" dir="chapter05"?>
+<title>Expect-&expect-version;</title>
+<?dbhtml filename="expect.html"?>
+
+<indexterm zone="ch-tools-expect"><primary sortas="a-Expect">Expect</primary></indexterm>
<para>The Expect package contains a program for doing scripted dialogues with
other interactive programs.</para>
-<screen>&buildtime; &expect-time-tools;
-&diskspace; &expect-compsize-tools;</screen>
+<screen>&buildtime; 0.1 SBU
+&diskspace; 3.9 MB</screen>
+
+<para>Expect installation depends on: Bash, Binutils, Coreutils, Diffutils,
+GCC, Glibc, Grep, Make, Sed, Tcl.</para>
-&aa-expect-down;
-&aa-expect-dep;
-<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2>
<title>Installation of Expect</title>
@@ -19,7 +26,7 @@ other interactive programs.</para>
<para>First fix a bug that can result in bogus failures during the GCC test
suite run:</para>
-<screen><userinput>patch -Np1 -i ../&expect-patch;</userinput></screen>
+<screen><userinput>patch -Np1 -i ../expect-&expect-version;-spawn-1.patch</userinput></screen>
<para>Now prepare Expect for compilation:</para>
@@ -63,8 +70,23 @@ of the supplementary expect scripts which are not needed.</para></listitem>
</sect2>
-&aa-expect-shortdesc;
-&aa-expect-desc;
-</sect1>
+<sect2 id="contents-expect"><title>Contents of Expect</title>
+
+<para><emphasis>Installed program</emphasis>: expect</para>
+
+<para><emphasis>Installed library</emphasis>: libexpect&expect-version;.a</para>
+
+</sect2>
+
+<sect2><title>Short description</title>
+
+<indexterm zone="ch-tools-expect expect"><primary sortas="b-expect">expect</primary></indexterm>
+<para id="expect"><command>expect</command> <quote>talks</quote> to other interactive
+programs according to a script.</para>
+
+</sect2>
+
+
+</sect1>