Changeset cf01fa4a
- Timestamp:
- 03/25/2005 04:05:48 AM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 0b17574
- Parents:
- b1fc792b
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rb1fc792b rcf01fa4a 175 175 <!ENTITY j2sdk-src-version "1.4.2"> 176 176 <!ENTITY ruby-version "1.8.2"> 177 <!ENTITY expect-version "5.4 2.1">177 <!ENTITY expect-version "5.43.0"> 178 178 <!ENTITY dejagnu-version "1.4.4"> 179 179 <!ENTITY gcc-version "3.4.1"> -
general/prog/expect.xml
rb1fc792b rcf01fa4a 7 7 <!ENTITY expect-download-http "http://expect.nist.gov/old/expect-&expect-version;.tar.gz"> 8 8 <!ENTITY expect-download-ftp " "> 9 <!ENTITY expect-md5sum " fea346fac6aaf74b0851f2441f478571">9 <!ENTITY expect-md5sum "230400129630335b3060a42f66fec11d"> 10 10 <!ENTITY expect-size "525 KB"> 11 <!ENTITY expect-buildsize "4. 8MB">12 <!ENTITY expect-time "0. 1SBU">11 <!ENTITY expect-buildsize "4.6 MB"> 12 <!ENTITY expect-time "0.07 SBU"> 13 13 ]> 14 14 … … 51 51 <itemizedlist spacing="compact"> 52 52 <listitem><para>Required Patch: <ulink 53 url="&patch-root;/expect-&expect-version;-spawn- 1.patch"/></para>53 url="&patch-root;/expect-&expect-version;-spawn-2.patch"/></para> 54 54 </listitem></itemizedlist> 55 55 </sect3> … … 73 73 commands:</para> 74 74 75 <screen><userinput><command>patch -Np1 -i ../expect-&expect-version;-spawn- 1.patch &&75 <screen><userinput><command>patch -Np1 -i ../expect-&expect-version;-spawn-2.patch && 76 76 ./configure --prefix=/usr --with-tcl=/usr/lib \ 77 77 --with-tclinclude=/usr/include/tcl8.4 --enable-shared && … … 137 137 linked against <application>Tk</application>), expectk, multixterm, 138 138 tknewsbiff, tkpasswd, xkibitz and xpstat</seg> 139 <seg>libexpect5.4 2.[so,a]</seg>140 <seg>/usr/lib/expect5.4 2</seg>139 <seg>libexpect5.43.[so,a]</seg> 140 <seg>/usr/lib/expect5.43</seg> 141 141 </seglistitem> 142 142 </segmentedlist> … … 352 352 353 353 <varlistentry id="libexpect"> 354 <term><filename class='libraryfile'>libexpect5.4 2.[so,a]</filename></term>354 <term><filename class='libraryfile'>libexpect5.43.[so,a]</filename></term> 355 355 <listitem><para> contains functions that allow 356 356 <application>Expect</application> to be used as a … … 358 358 C++ (without <application>Tcl</application>).</para> 359 359 <indexterm zone="expect libexpect"> 360 <primary sortas="c-libexpect5.4 2">libexpect5.42.[so,a]</primary>360 <primary sortas="c-libexpect5.43">libexpect5.43.[so,a]</primary> 361 361 </indexterm></listitem> 362 362 </varlistentry> -
introduction/welcome/changelog.xml
rb1fc792b rcf01fa4a 23 23 <itemizedlist> 24 24 25 <listitem><para>March 24th, 2005 [randy]: Updated to Sysstat-5.1.5 and26 Fontconfig-2.3.1 ; added a note the the Tk instructions about running the27 test suite.</para></listitem>25 <listitem><para>March 24th, 2005 [randy]: Updated to Sysstat-5.1.5, 26 Fontconfig-2.3.1 and Expect-5.43.0; added a note the the Tk instructions 27 about running the test suite.</para></listitem> 28 28 29 29 <listitem><para>March 23rd, 2005 [randy]: Updated to Shadow-4.0.7; added
Note:
See TracChangeset
for help on using the changeset viewer.