Changeset b852852


Ignore:
Timestamp:
03/27/2007 03:13:32 AM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
615db3f
Parents:
bb9c341
Message:

Updated to HTML Tidy-cvs_20070326

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rbb9c341 rb852852  
    44-->
    55
    6 <!ENTITY day          "26">                   <!-- Always 2 digits -->
     6<!ENTITY day          "27">                   <!-- Always 2 digits -->
    77<!ENTITY month        "03">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
     
    154154<!ENTITY intltool-version             "0.35.5">
    155155<!ENTITY screen-version               "4.0.3">
    156 <!ENTITY tidy-version                 "051026">
     156<!ENTITY tidy-version                 "cvs_20070326">
    157157<!ENTITY desktop-file-utils-version   "0.11">
    158158<!ENTITY xscreensaver-version         "4.24">
  • general/genutils/tidy.xml

    rbb9c341 rb852852  
    55  %general-entities;
    66
    7   <!ENTITY tidy-download-http "http://tidy.sourceforge.net/src/old/tidy_src_&tidy-version;.tgz">
    8   <!ENTITY tidy-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/tidy_src_&tidy-version;.tgz">
    9   <!ENTITY tidy-md5sum        "1e39fafd6808978871346658c8da1454">
    10   <!ENTITY tidy-size          "256 KB">
    11   <!ENTITY tidy-buildsize     "10.3 MB">
     7  <!ENTITY tidy-download-http "&files-anduin;/sources/tidy-&tidy-version;.tar.bz2">
     8  <!ENTITY tidy-download-ftp  " ">
     9  <!ENTITY tidy-md5sum        "468bfaa5cf917a8ecbe7834c13a61376">
     10  <!ENTITY tidy-size          "872 KB">
     11  <!ENTITY tidy-buildsize     "15 MB">
    1212  <!ENTITY tidy-time          "0.2 SBU">
    1313
     
    6262      </listitem>
    6363    </itemizedlist>
     64
     65    <para><application>HTML Tidy</application> tarballs are no longer generated
     66    by the maintainers. To build from source, the
     67    <application>HTML Tidy</application> developers recommend using current
     68    CVS. The source tarball shown above was created by the BLFS team by pulling
     69    a CVS version and generating the autotool components. BLFS made no changes
     70    to the existing source files.</para>
    6471
    6572    <!-- <note>
     
    7582    </note> -->
    7683
    77     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    78 
    79     <bridgehead renderas="sect4">Documentation</bridgehead>
     84    <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead> -->
     85
     86    <!-- <bridgehead renderas="sect4">Documentation</bridgehead>
    8087    <itemizedlist spacing="compact">
    8188      <listitem>
     
    8895        <para>Download size: &tidy-docs-size;</para>
    8996      </listitem>
    90     </itemizedlist>
    91 
    92     <bridgehead renderas="sect4">Patches</bridgehead>
     97    </itemizedlist> -->
     98
     99    <!-- <bridgehead renderas="sect4">Patches</bridgehead>
    93100    <itemizedlist spacing="compact">
    94101      <listitem>
     
    96103        url="&patch-root;/tidy-&tidy-version;-prevent_PRE_newlines-1.patch"/></para>
    97104      </listitem>
    98     </itemizedlist>
     105    </itemizedlist> -->
    99106
    100107    <bridgehead renderas="sect3">HTML Tidy Dependencies</bridgehead>
    101108
    102     <bridgehead renderas="sect4">Recommended (To Build the Man Page and Quick
     109    <!-- <bridgehead renderas="sect4">Recommended (To Build the Man Page and Quick
    103110    Reference Docs)</bridgehead>
    104     <para role="recommended"><xref linkend="libxslt"/></para>
     111    <para role="recommended"><xref linkend="libxslt"/></para> -->
    105112
    106113    <bridgehead renderas="sect4">Optional</bridgehead>
     
    115122    <title>Installation of HTML Tidy</title>
    116123
    117     <para>The <application>HTML Tidy</application> documentation
     124    <!-- <para>The <application>HTML Tidy</application> documentation
    118125    is contained in a separate tarball. Unpack both the source and docs
    119     tarballs before starting the build.</para>
     126    tarballs before starting the build.</para> -->
    120127
    121128    <para>Install <application>HTML Tidy</application> by
    122129    running the following commands:</para>
    123130
    124 <screen><userinput>patch -Np1 -i ../tidy-&tidy-version;-prevent_PRE_newlines-1.patch &amp;&amp;
    125 sh build/gnuauto/setup.sh &amp;&amp;
    126 ./configure --prefix=/usr &amp;&amp;
     131<screen><userinput>./configure --prefix=/usr &amp;&amp;
    127132make</userinput></screen>
    128133
    129     <para>This package does not come with a test suite.</para>
     134    <para>To test the results, issue: <command>make check</command>.</para>
    130135
    131136    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    133138<screen role="root"><userinput>make install</userinput></screen>
    134139
    135     <para>If you have <xref linkend="libxslt"/> installed, issue the following
     140    <para>If you wish to install the API documentation, issue the following
     141    command as the <systemitem class="username">root</systemitem> user:</para>
     142
     143<screen role="root"><userinput>make -C htmldoc install_apidocs</userinput></screen>
     144
     145    <!-- <para>If you have <xref linkend="libxslt"/> installed, issue the following
    136146    commands as an unprivileged user to build the man page and HTML
    137147    documentation:</para>
     
    155165
    156166<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/tidy-&tidy-docs-version; &amp;&amp;
    157 cp -v -R htmldoc/* /usr/share/doc/tidy-&tidy-docs-version;</userinput></screen>
    158 
    159   </sect2>
    160 
    161   <sect2 role="commands">
     167cp -v -R htmldoc/* /usr/share/doc/tidy-&tidy-docs-version;</userinput></screen> -->
     168
     169  </sect2>
     170
     171  <!-- <sect2 role="commands">
    162172    <title>Command Explanations</title>
    163173
     
    166176    tools.</para>
    167177
    168   </sect2>
     178  </sect2> -->
    169179
    170180  <sect2 role="configuration">
  • introduction/welcome/changelog.xml

    rbb9c341 rb852852  
    4343
    4444    <listitem>
     45      <para>March 27th, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to HTML Tidy-cvs_20070326.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>March 26th, 2007</para>
    4655      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.