Changeset a73d16df


Ignore:
Timestamp:
03/24/2006 09:03:21 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, 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:
2eb3bfa5
Parents:
0762c70
Message:

Updated to Expat-2.0.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0762c70 ra73d16df  
    8989<!ENTITY libgsf-version               "1.13.3">
    9090<!ENTITY libglade-version             "2.5.1">
    91 <!ENTITY expat-version                "1.95.8">
     91<!ENTITY expat-version                "2.0.0">
    9292<!ENTITY libesmtp-version             "1.0.3r1">
    9393<!ENTITY aspell-version               "0.60.4">
  • general/genlib/expat.xml

    r0762c70 ra73d16df  
    66
    77  <!ENTITY expat-download-http "http://prdownloads.sourceforge.net/expat/expat-&expat-version;.tar.gz">
    8   <!ENTITY expat-download-ftp " ">
    9   <!ENTITY expat-md5sum "aff487543845a82fe262e6e2922b4c8e">
    10   <!ENTITY expat-size "314 KB">
    11   <!ENTITY expat-buildsize "4.5 MB">
    12   <!ENTITY expat-time "0.1 SBU">
     8  <!ENTITY expat-download-ftp  " ">
     9  <!ENTITY expat-md5sum        "d945df7f1c0868c5c73cf66ba9596f3f">
     10  <!ENTITY expat-size          "450 KB">
     11  <!ENTITY expat-buildsize     "5.8 MB">
     12  <!ENTITY expat-time          "0.1 SBU">
    1313]>
    1414
     
    3434    <title>Introduction to Expat</title>
    3535
    36     <para>The <application>expat</application> package contains a stream oriented
     36    <para>The <application>Expat</application> package contains a stream oriented
    3737    C library for parsing XML.</para>
    3838
     
    5959    </itemizedlist>
    6060
    61     <bridgehead renderas="sect3">Expat Dependencies</bridgehead>
    62 
    63     <bridgehead renderas="sect4">Optional</bridgehead>
    64     <para role="optional"><ulink url="http://check.sourceforge.net/">Check</ulink>
    65     (for running the test suite)</para>
    66 
    6761  </sect2>
    6862
     
    7064    <title>Installation of Expat</title>
    7165
    72     <para>Install <application>expat</application> by running the following
     66    <para>Install <application>Expat</application> by running the following
    7367    commands:</para>
    7468
    7569<screen><userinput>./configure --prefix=/usr &amp;&amp;
    7670make</userinput></screen>
    77 
    78     <para>To test the results, issue: <command>make check</command>.</para>
    7971
    8072    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    8375install -v -m755 -d /usr/share/doc/expat-&expat-version; &amp;&amp;
    8476install -v -m644 doc/*.{html,png,css} /usr/share/doc/expat-&expat-version;</userinput></screen>
     77
     78    <para>To test the results, issue: <command>make check</command> as an
     79    unprivileged user. Note this must be done after the package is
     80    installed.</para>
    8581
    8682  </sect2>
     
    9288      <segtitle>Installed Program</segtitle>
    9389      <segtitle>Installed Library</segtitle>
    94       <segtitle>Installed Directories</segtitle>
     90      <segtitle>Installed Directory</segtitle>
    9591
    9692      <seglistitem>
    9793        <seg>xmlwf</seg>
    9894        <seg>libexpat.[so,a]</seg>
    99         <seg>None</seg>
     95        <seg>/usr/share/doc/expat-&expat-version;</seg>
    10096      </seglistitem>
    10197    </segmentedlist>
  • introduction/welcome/changelog.xml

    r0762c70 ra73d16df  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to Expat-2.0.0.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to S-Lang-2.0.6.</para>
    4952        </listitem>
Note: See TracChangeset for help on using the changeset viewer.