Updated to libxml2-2.6.17

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3333 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-01-25 07:30:29 +00:00
parent 82e035a857
commit f71c3c5bd8
3 changed files with 65 additions and 26 deletions

View File

@ -63,7 +63,7 @@
<!ENTITY slang-version "1.4.9">
<!ENTITY fam-version "2.7.0">
<!ENTITY libxml-version "1.8.17">
<!ENTITY libxml2-version "2.6.16">
<!ENTITY libxml2-version "2.6.17">
<!ENTITY libxslt-version "1.1.12">
<!ENTITY gmp-version "4.1.4">
<!ENTITY gdbm-version "1.8.3">

View File

@ -7,8 +7,9 @@
<!ENTITY libxml2-download-http "http://ftp.gnome.org/pub/GNOME/sources/libxml2/2.6/libxml2-&libxml2-version;.tar.bz2">
<!ENTITY libxml2-download-ftp "ftp://xmlsoft.org/libxml2-&libxml2-version;.tar.gz">
<!ENTITY libxml2-size "3.0 MB">
<!ENTITY libxml2-buildsize "154 MB">
<!ENTITY libxml2-time "0.96 SBU">
<!ENTITY libxml2-md5sum "2d53bba9a4768ec57d8bf2bdadb75c87">
<!ENTITY libxml2-buildsize "165 MB">
<!ENTITY libxml2-time "1.25 SBU (additional 1.45 SBU to run the test suite)">
]>
<sect1 id="libxml2" xreflabel="libxml2-&libxml2-version;">
@ -18,6 +19,8 @@
</sect1info>
<?dbhtml filename="libxml2.html"?>
<title>libxml2-&libxml2-version;</title>
<indexterm zone="libxml2">
<primary sortas="a-Libxml2">Libxml2</primary></indexterm>
<sect2>
<title>Introduction to <application>libxml2</application></title>
@ -33,6 +36,7 @@ url="&libxml2-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&libxml2-download-ftp;"/></para></listitem>
<listitem><para>Download size: &libxml2-size;</para></listitem>
<listitem><para>Download MD5 sum: &libxml2-md5sum;</para></listitem>
<listitem><para>Estimated disk space
required: &libxml2-buildsize;</para></listitem>
<listitem><para>Estimated build time:
@ -41,7 +45,8 @@ required: &libxml2-buildsize;</para></listitem>
<sect3><title><application>libxml2</application> dependencies</title>
<sect4><title>Optional</title>
<para><xref linkend="python"/></para></sect4>
<para><xref linkend="python"/></para>
</sect4>
</sect3>
</sect2>
@ -53,8 +58,11 @@ required: &libxml2-buildsize;</para></listitem>
commands:</para>
<screen><userinput><command>./configure --prefix=/usr --with-history &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
make</command></userinput></screen>
<para>Now, as the root user:</para>
<screen><userinput role='root'><command>make install</command></userinput></screen>
</sect2>
@ -69,30 +77,60 @@ make install</command></userinput></screen>
<sect2>
<title>Contents</title>
<para>The <application>libxml2</application> package contains
<filename class='libraryfile'>libxml2</filename> libraries,
<command>xmllint</command>,
<command>xmlcatalog</command> and
<command>xml2-config</command>.
</para>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>xml2-config, xmlcatalog and xmllint</seg>
<seg>libxml2.[so,a] and optionally, the libxml2mod.[so,a]
<application>Python</application> module</seg>
<seg>/usr/share/doc/libxml2-&libxml2-version; and
/usr/share/doc/libxml2-python-&libxml2-version;</seg>
</seglistitem>
</segmentedlist>
</sect2>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<sect2><title>Description</title>
<varlistentry id="xml2-config">
<term><command>xml2-config</command></term>
<listitem><para>determines the compile and linker flags that should be used to
compile and link programs that use
<filename class='libraryfile'>libxml2</filename>.</para>
<indexterm zone="libxml2 xml2-config">
<primary sortas="b-xml2-config">xml2-config</primary></indexterm>
</listitem>
</varlistentry>
<sect3><title>libxml2 libraries</title>
<para><filename class='libraryfile'>libxml2</filename> libraries provide
the functions for programs to parse files that use the <acronym>XML</acronym>
format.</para></sect3>
<varlistentry id="xmlcatalog">
<term><command>xmlcatalog</command></term>
<listitem><para>is used to monitor and manipulate <acronym>XML</acronym>
and <acronym>SGML</acronym> catalogs.</para>
<indexterm zone="libxml2 xmlcatalog">
<primary sortas="b-xmlcatalog">xmlcatalog</primary></indexterm>
</listitem>
</varlistentry>
<sect3><title>xmllint</title>
<para><command>xmllint</command> parses <acronym>XML</acronym> files and
outputs reports (based upon options) to detect errors in
<acronym>XML</acronym> coding.</para></sect3>
<varlistentry id="xmllint">
<term><command>xmllint</command></term>
<listitem><para>parses <acronym>XML</acronym> files and outputs reports (based
upon options) to detect errors in <acronym>XML</acronym> coding.</para>
<indexterm zone="libxml2 xmllint">
<primary sortas="b-xmllint">xmllint</primary></indexterm>
</listitem>
</varlistentry>
<sect3><title>xmlcatalog</title>
<para><command>xmlcatalog</command> allows users to monitor and manipulate
<acronym>XML</acronym> and <acronym>SGML</acronym> catalogs.</para></sect3>
<varlistentry id="libxml2-lib">
<term><filename class='libraryfile'>libxml2.[so,a]</filename></term>
<listitem><para> libraries provide the functions for programs to parse files
that use the <acronym>XML</acronym> format.</para>
<indexterm zone="libxml2 libxml2-lib">
<primary sortas="c-libxml2">libxml2.[so,a]</primary></indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>

View File

@ -23,7 +23,8 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>January 25th, 2005 [randy]: Modified dependency list and added
patches to Cdrdao so that the gcdmaster program will build.</para></listitem>
patches to Cdrdao so that the gcdmaster program will build; updated to
libxml2-2.6.17.</para></listitem>
<listitem><para>January 24th, 2005 [randy]: Updated to
HTML Tidy-050120.</para></listitem>