Changeset bd43819a for basicnet


Ignore:
Timestamp:
01/27/2004 08:45:25 PM (20 years ago)
Author:
Igor Živković <igor@…>
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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8b7bb010
Parents:
f6d89c6
Message:

updated to w3m-0.4.2

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

Location:
basicnet/textweb
Files:
1 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • basicnet/textweb/w3m.xml

    rf6d89c6 rbd43819a  
    55&w3m-intro;
    66&w3m-inst;
    7 &w3m-exp;
    8 <!-- &w3m-config; -->
     7&w3m-config;
    98&w3m-desc;
    109
  • basicnet/textweb/w3m/w3m-config.xml

    rf6d89c6 rbd43819a  
    11<sect2>
    2 <title>Configuration</title>
     2<title>Configuring <application>w3m</application></title>
    33
    4 <para>If you compiled w3m with mouse support then you must create a symbolic
    5 link to the <acronym>GPM</acronym> library because w3m expects it to be
    6 located at <filename>/usr/lib/libgpm.so.1</filename>. To create this symbolic
    7 link run the following command:</para>
    8 
    9 <screen><userinput><command>ln -sf /usr/lib/libgpm.so.?.* /usr/lib/libgpm.so.1</command>
    10 </userinput></screen>
     4<sect3><title>Config files</title>
     5<para><filename>/etc/w3m/*</filename>, <filename>~/.w3m/*</filename></para>
     6</sect3>
    117
    128</sect2>
    13 
    14 <sect2>
    15 <title>Possible problems with <acronym>GPM</acronym></title>
    16 
    17 <para>Depending on what version of <acronym>GPM</acronym> you are using, and whether or not
    18 any patches were applied to <acronym>GPM</acronym>, you might receive the following
    19 warning when starting w3m:</para>
    20 
    21 <screen>*** debug ***: [/usr/src/gpm-1.20.0/src/liblow.c(202)]:</screen>
    22 
    23 <para>Currently, the only known solution to this problem is to disable
    24 mouse support via the -no-mouse parameter. The origin of this problem is
    25 currently unknown.</para>
    26 
    27 </sect2>
  • basicnet/textweb/w3m/w3m-inst.xml

    rf6d89c6 rbd43819a  
    22<title>Installation of <application>w3m</application></title>
    33
    4 <para>We configure <application>w3m</application> to use the "monster" model, which includes color,
    5 menu, mouse, cookie, and <acronym>SSL</acronym> support. Other models include:</para>
    6 
    7 <literallayout>baby   - bare minimum
    8 little - color and menu support
    9 mouse  - color, menu, and mouse support
    10 cookie - color, menu, mouse, and cookie support</literallayout>
    11 
    124<para>Install <application>w3m</application> by running the following commands:</para>
    135
    14 <screen><userinput><command>./configure -yes -lang=en -model=monster -prefix=/usr &amp;&amp;
     6<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc &amp;&amp;
    157make &amp;&amp;
    16 make install</command></userinput></screen>
     8make install &amp;&amp;
     9cp doc/keymap.default /etc/w3m/keymap &amp;&amp;
     10cp doc/menu.default /etc/w3m/menu</command></userinput></screen>
    1711
    1812</sect2>
  • basicnet/textweb/w3m/w3m-intro.xml

    rf6d89c6 rbd43819a  
    1515
    1616<sect3><title><application>w3m</application> dependencies</title>
     17<sect4><title>Required</title>
     18<para>
     19<ulink url="http://www.hpl.hp.com/personal/Hans_Boehm/gc/">GC</ulink>
     20</para></sect4>
    1721<sect4><title>Optional</title>
    18 <para><xref linkend="gpm"/>, <xref linkend="openssl"/>, <xref
    19 linkend="imlib"/>, <xref linkend="imlib2"/>, <xref linkend="gdk"/> and <xref
    20 linkend="compface"/></para></sect4>
     22<para>
     23<xref linkend="gpm"/>,
     24<xref linkend="openssl"/>,
     25<xref linkend="imlib"/>,
     26<xref linkend="imlib2"/>,
     27<xref linkend="gdk"/> and
     28<xref linkend="compface"/>
     29</para></sect4>
    2130</sect3>
    2231
  • basicnet/textweb/w3m/w3m.ent

    rf6d89c6 rbd43819a  
    22<!ENTITY w3m-intro SYSTEM "w3m-intro.xml">
    33<!ENTITY w3m-inst SYSTEM "w3m-inst.xml">
    4 <!ENTITY w3m-exp SYSTEM "w3m-exp.xml">
    54<!ENTITY w3m-config SYSTEM "w3m-config.xml">
    65<!ENTITY w3m-desc SYSTEM "w3m-desc.xml">
    7 <!ENTITY w3m-version "0.4.1">
     6<!ENTITY w3m-version "0.4.2">
    87<!ENTITY w3m-download-http "http://unc.dl.sourceforge.net/sourceforge/w3m/w3m-&w3m-version;.tar.gz">
    98<!ENTITY w3m-download-ftp "ftp://sunsite.ccu.edu.tw/pub15/sourceforge/w/w3m/w3m-&w3m-version;.tar.gz">
    10 <!ENTITY w3m-size "1.2 MB">
    11 <!ENTITY w3m-buildsize "8.2 MB">
    12 <!ENTITY w3m-time "0.20 SBU">
     9<!ENTITY w3m-size "646 KB">
     10<!ENTITY w3m-buildsize "11 MB">
     11<!ENTITY w3m-time "0.28 SBU">
Note: See TracChangeset for help on using the changeset viewer.