Changeset d227be52 for general


Ignore:
Timestamp:
03/31/2005 07:02:09 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.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:
1f672c1
Parents:
8327e8b9
Message:

Updated to libxslt-1.1.13

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxslt.xml

    r8327e8b9 rd227be52  
    55  %general-entities;
    66
    7 <!ENTITY libxslt-download-http "http://ftp.gnome.org/pub/GNOME/sources/libxslt/1.1/libxslt-&libxslt-version;.tar.bz2">
     7<!ENTITY libxslt-download-http "http://ftp.gnome.org/pub/GNOME/sources/libxslt/1.1/libxslt-&libxslt-version;.tar.gz">
    88<!ENTITY libxslt-download-ftp "ftp://xmlsoft.org/libxslt-&libxslt-version;.tar.gz">
    9 <!ENTITY libxslt-http-md5sum "57b06895bf1f2833ef73f284f2d2893f">
    10 <!ENTITY libxslt-ftp-md5sum  "cf82a767c016ff1668d1c295c47ae700">
    11 <!ENTITY libxslt-size "1.7 MB">
    12 <!ENTITY libxslt-buildsize "37 MB">
    13 <!ENTITY libxslt-time "0.31 SBU">
     9<!ENTITY libxslt-md5sum  "7429552e61fc0d72836fd33700fd2346">
     10<!ENTITY libxslt-size "2.6 MB">
     11<!ENTITY libxslt-buildsize "36 MB">
     12<!ENTITY libxslt-time "0.32 SBU">
    1413]>
    1514
     
    2120<?dbhtml filename="libxslt.html"?>
    2221<title>libxslt-&libxslt-version;</title>
     22<indexterm zone="libxslt">
     23<primary sortas="a-Libxslt">Libxslt</primary></indexterm>
    2324
    2425<sect2>
     
    3637<listitem><para>Download (FTP): <ulink
    3738url="&libxslt-download-ftp;"/></para></listitem>
    38 <listitem><para>Download MD5 sum (HTTP):
    39 &libxslt-http-md5sum;</para></listitem>
    40 <listitem><para>Download MD5 sum (FTP):
    41 &libxslt-ftp-md5sum;</para></listitem>
     39<listitem><para>Download MD5 sum: &libxslt-md5sum;</para></listitem>
    4240<listitem><para>Download size: &libxslt-size;</para></listitem>
    4341<listitem><para>Estimated disk space required:
     
    6765
    6866<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    69 make &amp;&amp;
    70 make install</command></userinput></screen>
     67make</command></userinput></screen>
     68
     69<para>Now, as the root user:</para>
     70
     71<screen><userinput role='root'><command>make install</command></userinput></screen>
    7172
    7273</sect2>
     
    7576<title>Contents</title>
    7677
    77 <para>The <application>libxslt</application> package contains
    78 <filename>libxslt</filename> libraries,
    79 <filename>libexslt</filename> libraries,
    80 <command>xsltproc</command> and
    81 <command>xslt-config</command>.</para>
     78<segmentedlist>
     79<segtitle>Installed Programs</segtitle>
     80<segtitle>Installed Libraries</segtitle>
     81<segtitle>Installed Directories</segtitle>
    8282
    83 </sect2>
     83<seglistitem>
     84<seg>xslt-config and xsltproc</seg>
     85<seg>libexslt.[so,a], libxslt.[so,a] and optionally, libxsltmod.[so,a]
     86<application>Python</application> modules</seg>
     87<seg>/usr/include/libxslt, /usr/share/doc/libxslt-&libxslt-version; and
     88/usr/share/doc/libxslt-python-&libxslt-version;</seg>
     89</seglistitem>
     90</segmentedlist>
    8491
    85 <sect2><title>Description</title>
     92<variablelist>
     93<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     94<?dbfo list-presentation="list"?>
    8695
    87 <sect3><title>libxslt libraries</title>
    88 <para><filename>libxslt</filename> libraries provide extensions to the
    89 <filename>libxml2</filename> libraries to parse files that use the
    90 <acronym>XSLT</acronym> format.</para></sect3>
     96<varlistentry id="xslt-config">
     97<term><command>xslt-config</command></term>
     98<listitem><para>is used to find out the pre-processor, linking and
     99compiling flags necessary to use the <application>libxslt</application>
     100libraries in 3rd-party programs.</para>
     101<indexterm zone="libxslt xslt-config">
     102<primary sortas="b-xslt-config">xslt-config</primary>
     103</indexterm></listitem>
     104</varlistentry>
    91105
    92 <sect3><title>xsltproc</title>
    93 <para><command>xsltproc</command> is used to apply
    94 <acronym>XSLT</acronym> stylesheets to <acronym>XML</acronym>
    95 documents.</para></sect3>
     106<varlistentry id="xsltproc">
     107<term><command>xsltproc</command></term>
     108<listitem><para>is used to apply <acronym>XSLT</acronym> stylesheets to
     109<acronym>XML</acronym> documents.</para>
     110<indexterm zone="libxslt xsltproc">
     111<primary sortas="b-xsltproc">xsltproc</primary>
     112</indexterm></listitem>
     113</varlistentry>
     114
     115<varlistentry id="libxslt-lib">
     116<term><filename class='libraryfile'>libxslt.[so,a]</filename></term>
     117<listitem><para> provides extensions to the <filename>libxml2</filename>
     118libraries to parse files that use the <acronym>XSLT</acronym> format.</para>
     119<indexterm zone="libxslt libxslt-lib">
     120<primary sortas="c-libxslt">libxslt.[so,a]</primary>
     121</indexterm></listitem>
     122</varlistentry>
     123
     124<varlistentry id="libexslt">
     125<term><filename class='libraryfile'>libexslt.[so,a]</filename></term>
     126<listitem><para>is used to provide extensions to <acronym>XSLT</acronym>
     127functions.</para>
     128<indexterm zone="libxslt libexslt">
     129<primary sortas="c-libexslt">libexslt.[so,a]</primary>
     130</indexterm></listitem>
     131</varlistentry>
     132</variablelist>
    96133
    97134</sect2>
Note: See TracChangeset for help on using the changeset viewer.