Changeset 9a66d5f for general


Ignore:
Timestamp:
03/07/2005 02:02:22 PM (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:
f0a7519
Parents:
ff71191
Message:

Updated to HTML Tidy-0503005; added prevent_PRE_newlines patch to HTML Tidy instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/tidy.xml

    rff71191 r9a66d5f  
    77  <!ENTITY tidy-download-http "http://tidy.sourceforge.net/src/tidy_src_&tidy-version;.tgz">
    88  <!ENTITY tidy-download-ftp  " ">
    9   <!ENTITY tidy-md5sum        "70e72775f4a16293f740ed27da05c05b">
    10   <!ENTITY tidy-size          "244 KB">
    11   <!ENTITY tidy-buildsize     "9.6 MB">
    12   <!ENTITY tidy-time          "0.26 SBU">
     9  <!ENTITY tidy-md5sum        "11f27e0b6767660911a7a2cc5c491784">
     10  <!ENTITY tidy-size          "245 KB">
     11  <!ENTITY tidy-buildsize     "9.7 MB">
     12  <!ENTITY tidy-time          "0.25 SBU">
    1313
    1414  <!ENTITY tidy-docs-download "http://tidy.sourceforge.net/docs/tidy_docs.tgz">
    15   <!ENTITY tidy-docs-md5sum   "4ac92cbb22d86ae1a42c3d56b6c3f424">
    16   <!ENTITY tidy-docs-size     "152 KB">
     15  <!ENTITY tidy-docs-md5sum   "0fc0d02335cdeb945b02c6907850ba5d">
     16  <!ENTITY tidy-docs-size     "153 KB">
    1717]>
    1818
     
    4949<listitem><para>Estimated build time: &tidy-time;</para></listitem>
    5050</itemizedlist>
     51
     52<note><para><application><acronym>HTML</acronym> Tidy</application> is
     53updated very frequently by its maintainers, and the source package listed
     54above may not be available at the listed <acronym>URL</acronym> due to the
     55release of a newer version. The most current source package can be always be
     56downloaded from <ulink url="http://tidy.sourceforge.net/src/"/>. If this
     57version is newer than the version listed above, the following instructions
     58should work, but have not yet been tested by BLFS. If you'd rather download
     59the version listed above, you can find it at
     60<ulink url="http://tidy.sourceforge.net/src/old/"/>.</para></note>
    5161</sect3>
    5262
    5363<sect3><title>Additional downloads</title>
     64<sect4><title>Documentation</title>
    5465<itemizedlist spacing="compact">
    5566<listitem><para>Documentation: <ulink url="&tidy-docs-download;"/></para>
     
    5869<listitem><para>Download size: &tidy-docs-size;</para></listitem>
    5970</itemizedlist>
     71</sect4>
     72
     73<sect4><title>Patches</title>
     74<itemizedlist spacing="compact">
     75<listitem><para>Required patch: <ulink
     76url="&patch-root;/tidy-&tidy-version;-prevent_PRE_newlines-1.patch"/></para>
     77</listitem>
     78</itemizedlist>
     79</sect4>
    6080</sect3>
    6181
     
    80100running the following commands:</para>
    81101
    82 <screen><userinput><command>sh build/gnuauto/setup.sh &amp;&amp;
     102<screen><userinput><command>patch -Np1 -i ../tidy-&tidy-version;-prevent_PRE_newlines-1.patch &amp;&amp;
     103sh build/gnuauto/setup.sh &amp;&amp;
    83104./configure --prefix=/usr &amp;&amp;
    84105make</command></userinput></screen>
     
    173194
    174195</sect1>
     196
Note: See TracChangeset for help on using the changeset viewer.