Ignore:
Timestamp:
09/19/2012 11:47:53 AM (12 years ago)
Author:
Krejzi <krejzi@…>
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:
f123dfe7
Parents:
2895b89d
Message:

libxml2 2.9.0 and libxslt 1.1.27.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxml2.xml

    r2895b89d r8180b89  
    55  %general-entities;
    66
    7   <!ENTITY libxml2-download-http
    8     "http://xmlsoft.org/sources/libxml2-&libxml2-version;.tar.gz">
    9   <!ENTITY libxml2-download-ftp
    10     "ftp://xmlsoft.org/libxml2/libxml2-&libxml2-version;.tar.gz">
    11   <!ENTITY libxml2-md5sum        "c62106f02ee00b6437f0fb9d370c1093">
    12   <!ENTITY libxml2-size          "4.7 MB">
    13   <!ENTITY libxml2-buildsize     "89 MB">
     7  <!ENTITY libxml2-download-http "http://xmlsoft.org/sources/libxml2-&libxml2-version;.tar.gz">
     8  <!ENTITY libxml2-download-ftp  "ftp://xmlsoft.org/libxml2/libxml2-&libxml2-version;.tar.gz">
     9  <!ENTITY libxml2-md5sum        "5b9bebf4f5d2200ae2c4efe8fa6103f7">
     10  <!ENTITY libxml2-size          "5.0 MB">
     11  <!ENTITY libxml2-buildsize     "100 MB">
    1412  <!ENTITY libxml2-time          "0.7 SBU">
    1513]>
     
    2624
    2725  <indexterm zone="libxml2">
    28     <primary sortas="a-Libxml2">Libxml2</primary>
     26    <primary sortas="a-libxml2">libxml2</primary>
    2927  </indexterm>
    3028
     
    3331
    3432    <para>
    35       The <application>libxml2</application> package contains XML libraries.
    36       These are useful for parsing XML files.
     33      The <application>libxml2</application> package contains libraries
     34      and utilities used for parsing XML files.
    3735    </para>
    3836
     
    4240    <itemizedlist spacing="compact">
    4341      <listitem>
    44         <para>Download (HTTP): <ulink url="&libxml2-download-http;"/></para>
    45       </listitem>
    46       <listitem>
    47         <para>Download (FTP): <ulink url="&libxml2-download-ftp;"/></para>
    48       </listitem>
    49       <listitem>
    50         <para>Download MD5 sum: &libxml2-md5sum;</para>
    51       </listitem>
    52       <listitem>
    53         <para>Download size: &libxml2-size;</para>
    54       </listitem>
    55       <listitem>
    56         <para>Estimated disk space required: &libxml2-buildsize;</para>
    57       </listitem>
    58       <listitem>
    59         <para>Estimated build time: &libxml2-time;</para>
     42        <para>
     43          Download (HTTP): <ulink url="&libxml2-download-http;"/>
     44        </para>
     45      </listitem>
     46      <listitem>
     47        <para>
     48          Download (FTP): <ulink url="&libxml2-download-ftp;"/>
     49        </para>
     50      </listitem>
     51      <listitem>
     52        <para>
     53          Download MD5 sum: &libxml2-md5sum;
     54        </para>
     55      </listitem>
     56      <listitem>
     57        <para>
     58          Download size: &libxml2-size;
     59        </para>
     60      </listitem>
     61      <listitem>
     62        <para>
     63          Estimated disk space required: &libxml2-buildsize;
     64        </para>
     65      </listitem>
     66      <listitem>
     67        <para>
     68          Estimated build time: &libxml2-time;
     69        </para>
    6070      </listitem>
    6171    </itemizedlist>
    6272
    6373    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    64     <itemizedlist spacing='compact'>
     74    <itemizedlist spacing="compact">
    6575      <listitem>
    6676        <para>
     
    8696        <application>GNOME Doc Utils</application>) need the
    8797        <application>Python</application> module installed to function properly
    88         and some packages (such as GNOME Panel) will not build properly if the
     98        and some packages (such as MesaLib) will not build properly if the
    8999        <application>Python</application> module is not available.
    90100      </para>
     
    111121make</userinput></screen>
    112122
    113     <para>To test the results, issue: <command>make check</command>.</para>
     123    <para>
     124      To test the results, issue: <command>make check</command>.
     125    </para>
    114126
    115127    <para>
     
    127139
    128140    <para>
    129       <option>--with-history</option>: If this option is used, it enables
     141      <option>--with-history</option>: If this switch is used, it enables
    130142      <application>Readline</application> support when running
    131143      <command>xmlcatalog</command> or <command>xmllint</command> in shell mode.
    132144    </para>
     145
    133146  </sect2>
    134147
     
    143156      <seglistitem>
    144157        <seg>
    145           xml2-config,
    146           xmlcatalog and
    147           xmllint
     158          xml2-config, xmlcatalog and xmllint
    148159        </seg>
    149160        <seg>
     
    205216
    206217      <varlistentry id="libxml2-lib">
    207         <term><filename class='libraryfile'>libxml2.so</filename></term>
     218        <term><filename class="libraryfile">libxml2.so</filename></term>
    208219        <listitem>
    209220          <para>
     
    216227        </listitem>
    217228      </varlistentry>
     229
    218230    </variablelist>
    219   </sect2>
     231
     232  </sect2>
     233
    220234</sect1>
Note: See TracChangeset for help on using the changeset viewer.