Changeset 4885a05


Ignore:
Timestamp:
12/28/2014 12:06:48 PM (9 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
75457cc
Parents:
fea3a473
Message:

Update to links-2.9.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rfea3a473 r4885a05  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[igor] - Update to links-2.9. Fixes
     52          <ulink url="&blfs-ticket-root;5980">#5980</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[fernando] - exim-4.84: change URL.</para>
    5256        </listitem>
  • networking/textweb/links.xml

    rfea3a473 r4885a05  
    77  <!ENTITY links-download-http "http://links.twibright.com/download/links-&Links-version;.tar.bz2">
    88  <!ENTITY links-download-ftp  "&gentoo-ftp-repo;/links-&Links-version;.tar.bz2">
    9   <!ENTITY links-md5sum        "d5fb7c45ca41dad2b20f5c056498ea07">
    10   <!ENTITY links-size          "4 MB">
     9  <!ENTITY links-md5sum        "b0b1a0110d0845cc97da7f6f7c5e007c">
     10  <!ENTITY links-size          "3.9 MB">
    1111  <!ENTITY links-buildsize     "31 MB">
    12   <!ENTITY links-time          "0.3 SBU">
     12  <!ENTITY links-time          "0.2 SBU">
    1313]>
    1414
     
    5959    </itemizedlist>
    6060
    61 <!--    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    62     <itemizedlist spacing='compact'>
    63       <listitem>
    64         <para>Recommended patch: <ulink
    65           url="&gentoo-ftp-repo;/links-2.1pre33-utf8.diff.bz2"/>
    66           (works for 2.2)</para>
    67       </listitem>
    68     </itemizedlist>
    69 
    70     <bridgehead renderas="sect3">Do I Need the Patch?</bridgehead>
    71 
    72       <para>In text mode, unpatched <application>Links</application> cannot be
    73       configured to use UTF-8 or other multibyte encodings for the terminal
    74       input/output. This limitation renders <application>Links</application>
    75       useless as a text-based browser in multibyte locales. See general
    76       discussion of this type of issue in the
    77       <xref linkend="locale-not-valid-option"/> section
    78       on the <xref linkend="locale-issues"/> page.</para>
    79 
    80       <para>The patch adds the <quote>UTF-8 I/O</quote> configuration option.
    81       With this option enabled, <application>Links</application> first renders
    82       the page using an 8-bit character set configured by the user, and then
    83       converts from this character set to UTF-8. The opposite conversion is
    84       applied to user input. This approach works if there is an 8-bit character
    85       set that contains all the characters that the user considers to be
    86       important. Such character set does not exist, e.g., for Chinese
    87       hieroglyphs, or when it is required to display both Cyrillic and Greek
    88       characters.</para>
    89 
    90     <bridgehead renderas="sect3">Do I Have to Enable Graphics Support?</bridgehead>
    91       <para>In graphical mode, <application>Links</application> displays text
    92       correctly even in UTF-8 locales, if all characters exist in the built-in
    93       font used by <application>Links</application>. This font contains
    94       Basic Latin, Latin-1 Supplement (without superscripts and vulgar
    95       fractions), Latin Extended-A, Latin Extended-B (partially), Greek,
    96       Cyrillic and Hebrew characters. Form submission in non-ISO-8859-1
    97       locales is handled correctly when running in X11-based graphical mode.
    98       Input handlers for other graphics drivers (fb, directfb, svgalib) either
    99       misinterpret non-ASCII characters, or don't allow them
    100       at all.</para>
    101 
    102       <para>The patch has no effect on <application>Links</application>
    103       behavior in graphical mode.</para> -->
    104 
    10561    <bridgehead renderas="sect3">Links Dependencies</bridgehead>
    10662
    10763    <bridgehead renderas="sect4">Recommended</bridgehead>
    108     <para role="recommended"><xref linkend="gpm"/> (if mouse support is
    109     desired) and
    110     <xref linkend="openssl"/></para>
    111     <!-- pcre was used in previous versions only, for javascript
    112     <xref linkend="pcre"/>
    113     -->
     64    <para role="recommended"><xref linkend="openssl"/></para>
    11465
    11566    <bridgehead renderas="sect4">Optional</bridgehead>
    116     <para role="optional">Support for graphical mode requires at least one of
    117     <xref linkend="gpm"/> (to be used with a framebuffer-based console),
     67    <para role="optional">Graphics mode requires at least one of
     68    <xref linkend="gpm"/> (mouse support to be used with a framebuffer-based console),
    11869    <ulink url="http://www.svgalib.org/">SVGAlib</ulink>,
    119     <!-- SDL support is removed upstream until someone fixes it
    120     <xref linkend="sdl"/>,
    121     -->
    12270    <ulink url="http://www.directfb.org/">DirectFB</ulink>, and
    12371    <xref linkend="x-window-system"/></para>
     
    13684  <sect2 role="installation">
    13785    <title>Installation of Links</title>
    138 
    139 <!--   <para>If desired, apply the patch:</para>
    140 
    141 <screen><userinput>bzcat ../links-2.1pre33-utf8.diff.bz2 | patch -p1 &amp;&amp;
    142 cd intl &amp;&amp;
    143 ./gen-intl &amp;&amp; ./synclang &amp;&amp;
    144 cd ..</userinput></screen> -->
    14586
    14687   <para>Install <application>Links</application> by running the following
     
    163104  <sect2 role="commands">
    164105    <title>Command Explanations</title>
    165 
    166 <!--    <para><command>./gen-intl &amp;&amp; ./synclang</command>: These commands
    167     regenerate the language table.</para> -->
    168106
    169107    <para><option>--enable-graphics</option>: This switch enables support
     
    193131      files are created automatically when <command>links</command> is run for the
    194132      first time.</para>
    195 
    196 <!--      <para>For the correct display of non-ASCII characters,
    197       <application>Links</application> has to be configured through the menu
    198       (accessible by pressing the ESC key), as follows:</para>
    199 
    200       <itemizedlist>
    201         <listitem>
    202           <para>If running <application>Links</application> in the text mode in a
    203           UTF-8 based locale, go to the <quote>Setup &gt; Terminal options</quote>
    204           menu item and check the <quote>UTF-8 I/O</quote> box.</para>
    205         </listitem>
    206         <listitem>
    207           <para>If running <application>Links</application> in the text mode,
    208           go to the <quote>Setup &gt; Character set</quote> menu item and select
    209           the character set that matches your locale or, if you use UTF-8 based
    210           locale, the character set that contains all characters that you want
    211           <application>Links</application> to be able to display.</para>
    212         </listitem>
    213         <listitem>
    214           <para>Optionally, go to the <quote>Setup &gt; Language</quote> menu
    215           and select the user interface language.</para>
    216         </listitem>
    217         <listitem>
    218           <para>Finally, select the <quote>Setup &gt; Save options</quote>
    219           menu item.</para>
    220         </listitem>
    221       </itemizedlist> -->
    222133
    223134    </sect3>
  • packages.ent

    rfea3a473 r4885a05  
    382382
    383383<!-- Chapter 18 -->
    384 <!ENTITY Links-version                "2.8">
     384<!ENTITY Links-version                "2.9">
    385385<!ENTITY lynx-version                 "2.8.8rel.2">
    386386<!ENTITY w3m-version                  "0.5.3">
Note: See TracChangeset for help on using the changeset viewer.