Changeset f5da8e9


Ignore:
Timestamp:
07/20/2007 11:14:20 PM (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:
bbe9b3da
Parents:
d42aa42
Message:

Updated to W3m-0.5.2

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/textweb/w3m.xml

    rd42aa42 rf5da8e9  
    77  <!ENTITY w3m-download-http "http://downloads.sourceforge.net/w3m/w3m-&w3m-version;.tar.gz">
    88  <!ENTITY w3m-download-ftp  " ">
    9   <!ENTITY w3m-md5sum        "0678b72e07e69c41709d71ef0fe5da13">
     9  <!ENTITY w3m-md5sum        "ba06992d3207666ed1bf2dcf7c72bf58">
    1010  <!ENTITY w3m-size          "1.9 MB">
    11   <!ENTITY w3m-buildsize     "18.4 MB">
    12   <!ENTITY w3m-time          "0.28 SBU">
     11  <!ENTITY w3m-buildsize     "20 MB">
     12  <!ENTITY w3m-time          "0.3 SBU">
    1313]>
    1414
     
    3030    <title>Introduction to W3m</title>
    3131
    32     <para><application>w3m</application> is primarily a pager but it can also be
    33     used as a text-mode WWW browser.</para>
     32    <para><application>w3m</application> is primarily a pager but it can
     33    also be used as a text-mode WWW browser.</para>
    3434
    3535    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6464    <xref linkend="gpm"/>,
    6565    <xref linkend="openssl"/>,
    66     <xref linkend="imlib"/> or
    6766    <xref linkend="imlib2"/>,
     67    <xref linkend="gtk2"/>,
     68    <xref linkend="imlib"/>,
    6869    <xref linkend="gdk"/>,
    6970    <xref linkend="compface"/>,
     
    8283    commands:</para>
    8384
    84 <screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc &amp;&amp;
     85<screen><userinput>./configure --prefix=/usr \
     86            --libexecdir=/usr/lib \
     87            --sysconfdir=/etc &amp;&amp;
    8588make</userinput></screen>
    8689
     
    9093
    9194<screen role="root"><userinput>make install &amp;&amp;
    92 install -v -D -m 644 doc/keymap.default /etc/w3m/keymap &amp;&amp;
    93 install -v -D -m 644 doc/menu.default /etc/w3m/menu &amp;&amp;
    94 install -v -d -m 755 /usr/share/doc/w3m-&w3m-version;/html &amp;&amp;
    95 install -v -m 644 doc/{HISTORY,READM*,keymap.*,menu.*} \
    96     /usr/share/doc/w3m-&w3m-version; &amp;&amp;
    97 install -v -m 644 doc/*.html \
    98     /usr/share/doc/w3m-&w3m-version;/html</userinput></screen>
     95install -v -m644 -D doc/keymap.default /etc/w3m/keymap &amp;&amp;
     96install -v -m644    doc/menu.default /etc/w3m/menu &amp;&amp;
     97install -v -m755 -d /usr/share/doc/w3m-&w3m-version; &amp;&amp;
     98install -v -m644    doc/{HISTORY,READ*,keymap.*,menu.*,*.html} \
     99                    /usr/share/doc/w3m-&w3m-version;</userinput></screen>
    99100
    100101  </sect2>
  • general.ent

    rd42aa42 rf5da8e9  
    44-->
    55
    6 <!ENTITY day          "20">                   <!-- Always 2 digits -->
     6<!ENTITY day          "21">                   <!-- Always 2 digits -->
    77<!ENTITY month        "07">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
    99<!ENTITY version      "svn-&year;&month;&day;">
    10 <!ENTITY releasedate  "July &day;th, &year;">
     10<!ENTITY releasedate  "July &day;st, &year;">
    1111<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1212<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    314314<!ENTITY Links-version                "2.1pre23">
    315315<!ENTITY lynx-version                 "2.8.6">
    316 <!ENTITY w3m-version                  "0.5.1">
     316<!ENTITY w3m-version                  "0.5.2">
    317317
    318318<!-- Chapter 18 -->
  • introduction/welcome/changelog.xml

    rd42aa42 rf5da8e9  
    4343
    4444    <listitem>
     45      <para>July 21st, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to W3m-0.5.2.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>July 20th, 2007</para>
    4655      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.