Changeset f42801c for networking/textweb


Ignore:
Timestamp:
02/13/2012 07:17:36 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
2a01794
Parents:
6192077
Message:

Uppdate to lynx-2.8.8dev.10

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/textweb/lynx.xml

    r6192077 rf42801c  
    77  <!ENTITY lynx-download-http "http://lynx.isc.org/current/lynx&lynx-version;.tar.bz2">
    88  <!ENTITY lynx-download-ftp  "ftp://lynx.isc.org/current/lynx&lynx-version;.tar.bz2">
    9   <!ENTITY lynx-md5sum        "cb936aef812e4e463ab86cbbe14d4db9">
    10   <!ENTITY lynx-size          "2.3 MB">
    11   <!ENTITY lynx-buildsize     "24 MB">
    12   <!ENTITY lynx-time          "0.5 SBU">
     9  <!ENTITY lynx-md5sum        "1c9ef3746520c69914b461f88de6b12e">
     10  <!ENTITY lynx-size          "2.4 MB">
     11  <!ENTITY lynx-buildsize     "26 MB">
     12  <!ENTITY lynx-time          "0.4 SBU">
    1313]>
    1414
     
    3232    <para><application>Lynx</application> is a text based web browser.</para>
    3333
    34     &lfs65_checked;
     34    &lfs70_checked;
    3535
    3636    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5959
    6060    <bridgehead renderas="sect4">Optional</bridgehead>
    61     <para role="optional"><xref linkend="openssl"/> or
    62     <xref linkend="gnutls"/> (experimental),
    63     <xref linkend="zip"/>,
    64     <xref linkend="unzip"/>,
    65     an <xref linkend="server-mail"/> (that provides a <command>sendmail</command> command), and
    66     <!-- <ulink
    67     url="http://ftp.ibiblio.org/pub/linux/utils/compress/ncompress-4.2.4.tar.Z">
    68     ncompress</ulink> and -->
    69     <xref linkend='sharutils'/>
    70     (for a <command>uudecode</command> program)</para>
     61    <para role="optional">
     62      <xref linkend="openssl"/> or
     63      <xref linkend="gnutls"/> (experimental),
     64      <xref linkend="zip"/>,
     65      <xref linkend="unzip"/>,
     66      an <xref linkend="server-mail"/> (that provides a <command>sendmail</command> command), and
     67      <xref linkend='sharutils'/> (for a <command>uudecode</command> program)
     68    </para>
    7169
    7270<!-- Attempt to utilize S-Lang (- -with-screen=slang) leads to a build failure -->
     
    8381    commands:</para>
    8482
    85 <screen><userinput>./configure --prefix=/usr \
     83<screen><userinput>
     84./configure --prefix=/usr          \
    8685            --sysconfdir=/etc/lynx \
    8786            --datadir=/usr/share/doc/lynx-&lynx-version; \
    88             --with-zlib \
    89             --with-bzlib \
     87            --with-zlib            \
     88            --with-bzlib           \
    9089            --with-screen=ncursesw \
    9190            --enable-locale-charset &amp;&amp;
     
    212211      <xref linkend="vim"/>, set this option to <quote>vi</quote>).</para>
    213212
    214 <!--  For editors:
    215       The list should be updated from src/LYEdit.c when a new version of Lynx
    216       comes out. Anyway, upstream promises (in
    217       ftp://lynx.isc.org/current/CHANGES ) to fix the multibyte issue for 2.8.7
    218 
    219       2.8.7rel.1: This needs to be checked.
    220 -->
    221 
    222213      <para>By default, <application>Lynx</application> doesn't save cookies
    223214      between sessions. Change this setting:</para>
Note: See TracChangeset for help on using the changeset viewer.