source: BOOK/testsuite-tools/mips/expect.xml @ 1da2a84

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 1da2a84 was 1da2a84, checked in by Joe Ciccone <jciccone@…>, 16 years ago

Checked and Updated Download Locations.
Updated Tree to 1.5.2.1.
Updated Util-Linux-NG to 2.14.1.
Updated TCL to 8.5.4.
Updated E2fsprogs to 1.41.1.
Updated M4 to 1.4.11.
Updated Kbd to 1.14.
Updated Bzip2 to 1.0.5.
Updated Autoconf to 2.63.
Updated Findutils to 4.4.0.
Updated Man-Pages to 3.09.
Updated Man to 1.6f.
Updated Shadow to 4.1.2.1.
Updated IPRoute2 to 2.6.26.
Updated Libtool to 2.2.6a.
Updated Module-Init-Tools to 3.4.1.
Updated Texinfo to 4.12.
Updated Vim to 7.2.
Updated MPFR to 2.3.2.
Updated Udev to 128.
Updated Linux to 2.6.26.5.
Applied fixes to Expect to make it compatible with TCL 8.5.
Add -Duseshrplib to the perl configure command. This causes perl to build a shared libperl.
Formatting fixes on multiple pages.
Use a Common inittab across all architectures.
Updated Bootscripts to 1.2-pre1.

  • Property mode set to 100644
File size: 3.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-testsuite-tools-expect" role="wrap">
9  <?dbhtml filename="expect.html"?>
10
11  <title>Expect-&expect-version;</title>
12
13  <indexterm zone="ch-testsuite-tools-expect">
14    <primary sortas="a-Expect">Expect</primary>
15  </indexterm>
16
17  <sect2 role="package">
18    <title/>
19
20    <para>The Expect package contains a program for carrying out scripted
21    dialogues with other interactive programs.</para>
22
23  </sect2>
24
25  <sect2 role="installation">
26    <title>Installation of Expect</title>
27
28   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
29    href="../common/expect.xml"
30    xpointer="xpointer(//*[@os='s1'])"/>
31
32    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
33    href="../common/expect.xml"
34    xpointer="xpointer(//*[@os='s2'])"/>
35
36   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
37    href="../common/expect.xml"
38    xpointer="xpointer(//*[@os='t1'])"/>
39
40    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
41    href="../common/expect.xml"
42    xpointer="xpointer(//*[@os='t2'])"/>
43
44   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
45    href="../common/expect.xml"
46    xpointer="xpointer(//*[@os='t3'])"/>
47
48    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
49    href="../common/expect.xml"
50    xpointer="xpointer(//*[@os='t4'])"/>
51
52   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
53    href="../common/expect.xml"
54    xpointer="xpointer(//*[@os='p1'])"/>
55
56    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
57    href="../common/expect.xml"
58    xpointer="xpointer(//*[@os='p2'])"/>
59
60   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
61    href="../common/expect.xml"
62    xpointer="xpointer(//*[@os='a'])"/>
63
64    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
65    href="../common/expect.xml"
66    xpointer="xpointer(//*[@os='b'])"/>
67
68    <para os="p1">This patch updates <filename>config.guess</filename> and
69    <filename>config.sub</filename> for MIPS processors:</para>
70
71<screen os="p2"><userinput>patch -Np1 -i ../&expect-config_update-patch;</userinput></screen>
72
73    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
74    href="../common/expect.xml"
75    xpointer="xpointer(//*[@os='c'])"/>
76
77    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
78    href="../common/expect.xml"
79    xpointer="xpointer(//*[@os='d'])"/>
80
81    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
82    href="../common/expect.xml"
83    xpointer="xpointer(//*[@os='e'])"/>
84
85    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
86    href="../common/expect.xml"
87    xpointer="xpointer(//*[@os='f'])"/>
88
89    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
90    href="../common/expect.xml"
91    xpointer="xpointer(//*[@os='g'])"/>
92
93    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
94    href="../common/expect.xml"
95    xpointer="xpointer(//*[@os='i'])"/>
96
97    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
98    href="../common/expect.xml"
99    xpointer="xpointer(//*[@os='j'])"/>
100
101    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
102    href="../common/expect.xml"
103    xpointer="xpointer(//*[@os='k'])"/>
104
105  </sect2>
106
107  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
108  href="../common/expect.xml"
109  xpointer="xpointer(id('contents-expect'))"/>
110
111</sect1>
Note: See TracBrowser for help on using the repository browser.