Updated to libxslt-1.1.16

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6056 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2006-05-12 21:09:06 +00:00
parent 765a4942e5
commit 02a9980a6a
3 changed files with 26 additions and 9 deletions

View File

@ -89,7 +89,7 @@
<!ENTITY gamin-version "0.1.7">
<!ENTITY libxml-version "1.8.17">
<!ENTITY libxml2-version "2.6.24">
<!ENTITY libxslt-version "1.1.15">
<!ENTITY libxslt-version "1.1.16">
<!ENTITY libgtkhtml-version "2.11.0">
<!ENTITY gmp-version "4.2">
<!ENTITY gdbm-version "1.8.3">

View File

@ -9,9 +9,9 @@
<!ENTITY libxslt-download-http "http://xmlsoft.org/libxslt/libxslt-&libxslt-version;.tar.gz">
-->
<!ENTITY libxslt-download-ftp "ftp://xmlsoft.org/libxslt/libxslt-&libxslt-version;.tar.gz">
<!ENTITY libxslt-md5sum "238de9eda71b570ff7b78aaf65308fc6">
<!ENTITY libxslt-md5sum "8cfa382264be71b101bc2ff04d028df4">
<!ENTITY libxslt-size "2.6 MB">
<!ENTITY libxslt-buildsize "37 MB">
<!ENTITY libxslt-buildsize "37.3 MB">
<!ENTITY libxslt-time "0.3 SBU">
]>
@ -27,14 +27,14 @@
</keywordset>
</sect1info>
<title>Libxslt-&libxslt-version;</title>
<title>libxslt-&libxslt-version;</title>
<indexterm zone="libxslt">
<primary sortas="a-Libxslt">Libxslt</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Libxslt</title>
<title>Introduction to libxslt</title>
<para>The <application>libxslt</application> package contains
XSLT libraries. These are useful for extending <filename
@ -63,7 +63,7 @@
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Libxslt Dependencies</bridgehead>
<bridgehead renderas="sect3">libxslt Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="libxml2"/></para>
@ -81,12 +81,13 @@
</sect2>
<sect2 role="installation">
<title>Installation of Libxslt</title>
<title>Installation of libxslt</title>
<para>Install <application>libxslt</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
<screen><userinput>sed -i "s/\$(PYTHON_SITE_PACKAGES)/'&amp;'/" configure &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
@ -97,6 +98,16 @@ make</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para><command>sed -i "s/\$(PYTHON_SITE_PACKAGES)/'&amp;'/"
configure</command>: The quotes around this variable were inadvertently
removed in this release. This command puts the quotes back in so that
the variable is not interpreted as a shell command.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
@ -109,7 +120,9 @@ make</userinput></screen>
<seg>xslt-config and xsltproc</seg>
<seg>libexslt.{so,a}, libxslt.{so,a} and optionally, libxsltmod.{so,a}
<application>Python</application> modules</seg>
<seg>/usr/include/libxslt, /usr/share/doc/libxslt-&libxslt-version;, and
<seg>/usr/include/lib{e}xslt,
/usr/lib/libxslt-plugins,
/usr/share/doc/libxslt-&libxslt-version;, and
/usr/share/doc/libxslt-python-&libxslt-version;</seg>
</seglistitem>
</segmentedlist>

View File

@ -40,9 +40,13 @@
</listitem>
-->
<listitem>
<para>May 12th, 2006</para>
<itemizedlist>
<listitem>
<para>[randy] - Updated to libxslt-1.1.16.</para>
</listitem>
<listitem>
<para>[bdubbs] - Created a consolidated autofs patch to
combine nine small patches and updated autofs to