Changeset fde30f3 for pst/xml


Ignore:
Timestamp:
11/15/2015 12:19:54 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d1920c49
Parents:
32600b8
Message:
  • Update to xmlto-0.0.27.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/xml/xmlto.xml

    r32600b8 rfde30f3  
    77  <!ENTITY xmlto-download-http "https://fedorahosted.org/releases/x/m/xmlto/xmlto-&xmlto-version;.tar.bz2">
    88  <!ENTITY xmlto-download-ftp  " ">
    9   <!ENTITY xmlto-md5sum        "c90a47c774e0963581c1ba57235f64f4">
    10   <!ENTITY xmlto-size          "120 KB">
    11   <!ENTITY xmlto-buildsize     "1.4 MB">
    12   <!ENTITY xmlto-time          "less than 0.1 SBU">
     9  <!ENTITY xmlto-md5sum        "bd1189afde95083d81bad967e4b4526c">
     10  <!ENTITY xmlto-size          "128 KB">
     11  <!ENTITY xmlto-buildsize     "1.5 MB (with tests)">
     12  <!ENTITY xmlto-time          "less than 0.1 SBU (with tests)">
    1313]>
    1414
     
    6969    backend post-processing)</bridgehead>
    7070    <para role="optional">
    71     <ulink url="http://dblatex.sourceforge.net/">dblatex</ulink>,
     71    <xref linkend="fop"/>,
     72<!--    <ulink url="http://dblatex.sourceforge.net/">dblatex</ulink>, and -->
     73    <ulink url="http://sourceforge.net/projects/dblatex/files/dblatex/">dblatex</ulink>, and
    7274    <ulink url="http://www.garshol.priv.no/download/xmltools/prod/PassiveTeX.html">
    73     PassiveTeX</ulink>, and
    74     <xref linkend="fop"/></para>
     75    PassiveTeX</ulink></para>
    7576
    7677    <bridgehead renderas="sect4">Optional (for text backend
    7778    post-processing)</bridgehead>
    7879    <para role="optional">One of
    79     <xref linkend="w3m"/>,
    80     <xref linkend="Links"/>, or
    81     <xref linkend="lynx"/></para>
     80    <xref linkend="Links"/>,
     81    <xref linkend="lynx"/>,
     82    <xref linkend="w3m"/>, or
     83    <ulink url="http://elinks.or.cz/">ELinks</ulink></para>
    8284
    8385    <para condition="html" role="usernotes">User Notes:
     
    9294    commands:</para>
    9395
    94 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     96<screen><userinput>LINKS="/usr/bin/links" \
     97./configure --prefix=/usr &amp;&amp;
     98
    9599make</userinput></screen>
    96100
     
    100104
    101105<screen role="root"><userinput>make install</userinput></screen>
     106
     107  </sect2>
     108
     109  <sect2 role="commands">
     110    <title>Command Explanations</title>
     111
     112    <para>
     113      <envar>LINKS="/usr/bin/links"</envar>: This environment variable fixes a
     114      bug causing <command>xmlto</command> to think that
     115      <command>links</command> command is the same as
     116      <command>elinks</command>. Setting this variable does not cause problem
     117      if <xref linkend="links"/> is not installed, unless
     118      you have <ulink url="http://elinks.or.cz/">ELinks</ulink> installed, and
     119      wishes to use it for text backend post-processing, in which case,
     120      remove it.
     121    </para>
    102122
    103123  </sect2>
Note: See TracChangeset for help on using the changeset viewer.