Ignore:
Timestamp:
01/25/2005 07:30:29 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, 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:
1ae02579
Parents:
82e035a8
Message:

Updated to libxml2-2.6.17

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxml2.xml

    r82e035a8 rf71c3c5  
    88<!ENTITY libxml2-download-ftp "ftp://xmlsoft.org/libxml2-&libxml2-version;.tar.gz">
    99<!ENTITY libxml2-size "3.0 MB">
    10 <!ENTITY libxml2-buildsize "154 MB">
    11 <!ENTITY libxml2-time "0.96 SBU">
     10<!ENTITY libxml2-md5sum "2d53bba9a4768ec57d8bf2bdadb75c87">
     11<!ENTITY libxml2-buildsize "165 MB">
     12<!ENTITY libxml2-time "1.25 SBU (additional 1.45 SBU to run the test suite)">
    1213]>
    1314
     
    1920<?dbhtml filename="libxml2.html"?>
    2021<title>libxml2-&libxml2-version;</title>
     22<indexterm zone="libxml2">
     23<primary sortas="a-Libxml2">Libxml2</primary></indexterm>
    2124
    2225<sect2>
     
    3437url="&libxml2-download-ftp;"/></para></listitem>
    3538<listitem><para>Download size: &libxml2-size;</para></listitem>
     39<listitem><para>Download MD5 sum: &libxml2-md5sum;</para></listitem>
    3640<listitem><para>Estimated disk space
    3741required: &libxml2-buildsize;</para></listitem>
     
    4246<sect3><title><application>libxml2</application> dependencies</title>
    4347<sect4><title>Optional</title>
    44 <para><xref linkend="python"/></para></sect4>
     48<para><xref linkend="python"/></para>
     49</sect4>
    4550</sect3>
    4651
     
    5459
    5560<screen><userinput><command>./configure --prefix=/usr --with-history &amp;&amp;
    56 make &amp;&amp;
    57 make install</command></userinput></screen>
     61make</command></userinput></screen>
     62
     63<para>Now, as the root user:</para>
     64
     65<screen><userinput role='root'><command>make install</command></userinput></screen>
    5866
    5967</sect2>
     
    7078<title>Contents</title>
    7179
    72 <para>The <application>libxml2</application> package contains
    73 <filename class='libraryfile'>libxml2</filename> libraries,
    74 <command>xmllint</command>,
    75 <command>xmlcatalog</command> and
    76 <command>xml2-config</command>.
    77 </para>
     80<segmentedlist>
     81<segtitle>Installed Programs</segtitle>
     82<segtitle>Installed Libraries</segtitle>
     83<segtitle>Installed Directories</segtitle>
     84<seglistitem>
     85<seg>xml2-config, xmlcatalog and xmllint</seg>
     86<seg>libxml2.[so,a] and optionally, the libxml2mod.[so,a]
     87<application>Python</application> module</seg>
     88<seg>/usr/share/doc/libxml2-&libxml2-version; and
     89/usr/share/doc/libxml2-python-&libxml2-version;</seg>
     90</seglistitem>
     91</segmentedlist>
    7892
    79 </sect2>
     93<variablelist>
     94<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     95<?dbfo list-presentation="list"?>
    8096
    81 <sect2><title>Description</title>
     97<varlistentry id="xml2-config">
     98<term><command>xml2-config</command></term>
     99<listitem><para>determines the compile and linker flags that should be used to
     100compile and link programs that use
     101<filename class='libraryfile'>libxml2</filename>.</para>
     102<indexterm zone="libxml2 xml2-config">
     103<primary sortas="b-xml2-config">xml2-config</primary></indexterm>
     104</listitem>
     105</varlistentry>
    82106
    83 <sect3><title>libxml2 libraries</title>
    84 <para><filename class='libraryfile'>libxml2</filename> libraries provide
    85 the functions for programs to parse files that use the <acronym>XML</acronym>
    86 format.</para></sect3>
     107<varlistentry id="xmlcatalog">
     108<term><command>xmlcatalog</command></term>
     109<listitem><para>is used to monitor and manipulate <acronym>XML</acronym>
     110and <acronym>SGML</acronym> catalogs.</para>
     111<indexterm zone="libxml2 xmlcatalog">
     112<primary sortas="b-xmlcatalog">xmlcatalog</primary></indexterm>
     113</listitem>
     114</varlistentry>
    87115
    88 <sect3><title>xmllint</title>
    89 <para><command>xmllint</command> parses <acronym>XML</acronym> files and
    90 outputs reports (based upon options) to detect errors in
    91 <acronym>XML</acronym> coding.</para></sect3>
     116<varlistentry id="xmllint">
     117<term><command>xmllint</command></term>
     118<listitem><para>parses <acronym>XML</acronym> files and outputs reports (based
     119upon options) to detect errors in <acronym>XML</acronym> coding.</para>
     120<indexterm zone="libxml2 xmllint">
     121<primary sortas="b-xmllint">xmllint</primary></indexterm>
     122</listitem>
     123</varlistentry>
    92124
    93 <sect3><title>xmlcatalog</title>
    94 <para><command>xmlcatalog</command> allows users to monitor and manipulate
    95 <acronym>XML</acronym> and <acronym>SGML</acronym> catalogs.</para></sect3>
     125<varlistentry id="libxml2-lib">
     126<term><filename class='libraryfile'>libxml2.[so,a]</filename></term>
     127<listitem><para> libraries provide the functions for programs to parse files
     128that use the <acronym>XML</acronym> format.</para>
     129<indexterm zone="libxml2 libxml2-lib">
     130<primary sortas="c-libxml2">libxml2.[so,a]</primary></indexterm>
     131</listitem>
     132</varlistentry>
     133</variablelist>
    96134
    97135</sect2>
Note: See TracChangeset for help on using the changeset viewer.