Changeset e4123d2 for general


Ignore:
Timestamp:
11/08/2011 07:45:29 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f36b992b
Parents:
c18da99c
Message:

Add check-0.9.8.
Update to dejagnu-1.5.
Update to parted-3.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8948 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • general/prog/dejagnu.xml

    rc18da99c re4123d2  
    88  <!ENTITY dejagnu-download-http " ">
    99  <!ENTITY dejagnu-download-ftp  "ftp://ftp.gnu.org/pub/gnu/dejagnu/dejagnu-&dejagnu-version;.tar.gz">
    10   <!ENTITY dejagnu-md5sum        "053f18fd5d00873de365413cab17a666">
    11   <!ENTITY dejagnu-size          "1.08 MB">
    12   <!ENTITY dejagnu-buildsize     "8.5 MB">
    13   <!ENTITY dejagnu-time          ".04 SBU">
     10  <!ENTITY dejagnu-md5sum        "3df1cbca885e751e22d3ebd1ac64dc3c">
     11  <!ENTITY dejagnu-size          "568 KB">
     12  <!ENTITY dejagnu-buildsize     "4.5 MB">
     13  <!ENTITY dejagnu-time          "less than 0.1 SBU">
    1414]>
    1515
     
    3333    <para><application>DejaGnu</application> is a framework for running test
    3434    suites on GNU tools. It is written in <command>expect</command>, which
    35     uses <application>Tcl</application> (Tool command language).</para>
     35    uses <application>Tcl</application> (Tool command language). It was installed
     36    by LFS in the temprary /tools directory.  These instructions install it
     37    permanently.</para>
    3638
    37     &lfs67_checked;
     39    &lfs70_checked;
    3840
    3941    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/prog/expect.xml

    rc18da99c re4123d2  
    77  <!ENTITY expect-download-http "http://sourceforge.net/projects/expect/files/Expect/&expect-version;/expect-&expect-version;.tar.bz2">
    88  <!ENTITY expect-download-ftp  " ">
    9   <!ENTITY expect-md5sum        "9307bbf67e19125036ce34544a78dadf">
    10   <!ENTITY expect-size          "547 KB">
    11   <!ENTITY expect-buildsize     "4.6 MB">
    12   <!ENTITY expect-time          "0.1 SBU">
     9  <!ENTITY expect-md5sum        "44e1a4f4c877e9ddc5a542dfa7ecc92b">
     10  <!ENTITY expect-size          "620 KB">
     11  <!ENTITY expect-buildsize     "4.1 MB">
     12  <!ENTITY expect-time          "0.2 SBU">
    1313]>
    1414
     
    3030    <title>Introduction to Expect</title>
    3131
    32     <para>The <application>Expect</application> package contains tools for
     32    <para>The <application>Expect</application> package was installed in the
     33    LFS temporary tools directory for testing other packages.  These
     34    procedures install it in a prmanent location.  It contains tools for
    3335    automating interactive applications such as <command>telnet</command>,
    3436    <command>ftp</command>, <command>passwd</command>,
     
    3840    tasks that are prohibitively difficult with anything else.</para>
    3941
     42    &lfs70_checked;
     43
    4044    <bridgehead renderas="sect3">Package Information</bridgehead>
    4145    <itemizedlist spacing="compact">
     
    5963      </listitem>
    6064    </itemizedlist>
    61 
    62     <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    63     <itemizedlist spacing="compact">
    64       <listitem>
    65         <para>Required Patch: <ulink
    66         url="&patch-root;/expect-&expect-version;-tcl_&tcl-version;_fix-1.patch"/></para>
    67       </listitem>
    68       <listitem>
    69         <para>Required Patch: <ulink
    70         url="&patch-root;/expect-&expect-version;-spawn-2.patch"/></para>
    71       </listitem>
    72     </itemizedlist> -->
    7365
    7466    <bridgehead renderas="sect3">Expect Dependencies</bridgehead>
     
    10597
    10698<screen role="root"><userinput>make install &amp;&amp;
    107 ln -sf expect5.44.1.15/libexpect5.44.1.15.so /usr/lib</userinput></screen>
     99ln -svf expect&expect-version;/libexpect&expect-version;.so /usr/lib</userinput></screen>
    108100
    109101  </sect2>
     
    120112
    121113    <!-- Not really sure if this is required any longer as the library is now
    122          installed directly in the libexec dir and not in /usr/lib. -->
     114         installed directly in /usr/lib/expect5.45/. -->
    123115    <para><command>ln -sf ...</command>: This command creates a required link
    124116    to the shared library.</para>
     
    172164        linked against <application>Tk</application>), expectk, multixterm,
    173165        tknewsbiff, tkpasswd, xkibitz, and xpstat</seg>
    174         <seg>libexpect5.44.1.15.so</seg>
    175         <seg>/usr/lib/expect5.44.1.15</seg>
     166        <seg>libexpect&expect-version;.so</seg>
     167        <seg>/usr/lib/expect&expect-version;</seg>
    176168      </seglistitem>
    177169    </segmentedlist>
     
    432424
    433425      <varlistentry id="libexpect">
    434         <term><filename class='libraryfile'>libexpect5.44.1.15.so</filename></term>
     426        <term><filename class='libraryfile'>libexpect&expect-version;.so</filename></term>
    435427        <listitem>
    436428          <para> contains functions that allow <application>Expect</application> to be
     
    438430          C or C++ (without <application>Tcl</application>).</para>
    439431          <indexterm zone="expect libexpect">
    440             <primary sortas="c-libexpect5.44.1.15">libexpect5.44.1.15.so</primary>
     432            <primary sortas="c-libexpect&expect-version;">libexpect&expect-version;.so</primary>
    441433          </indexterm>
    442434        </listitem>
  • general/prog/prog.xml

    rc18da99c re4123d2  
    2323  system's development capabilities.</para>
    2424
     25  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="check.xml"/>
    2526  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cmake.xml"/>
    2627  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cvs.xml"/>
  • general/sysutils/eject.xml

    rc18da99c re4123d2  
    3232    <para>The <application>Eject</application> package is a program for ejecting
    3333    removable media under software control.</para>
     34
     35    &lfs70_checked;
    3436
    3537    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/sysutils/parted.xml

    rc18da99c re4123d2  
    3232    <para>The <application>Parted</application> package is a disk partitioning
    3333    and partition resizing tool.</para>
     34
     35    &lfs70_checked;
    3436
    3537    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.