Changeset 28bfba0 for general


Ignore:
Timestamp:
12/16/2005 12:50:41 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
aacf50a
Parents:
1d3a3fa
Message:

Updated to Aspell-0.60.4

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/aspell.xml

    r1d3a3fa r28bfba0  
    77  <!ENTITY aspell-download-http "http://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz">
    88  <!ENTITY aspell-download-ftp  "ftp://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz">
    9   <!ENTITY aspell-md5sum        "ca44ac2fcfdc7213e03d3b5610ce141a">
     9  <!ENTITY aspell-md5sum        "4f1737e726d66476b9c7388831305510">
    1010  <!ENTITY aspell-size          "1.6 MB">
    11   <!ENTITY aspell-buildsize     "26.0 MB (Additional 8 MB for en dict)">
    12   <!ENTITY aspell-time          "0.62 SBU">
     11  <!ENTITY aspell-buildsize     "40.0 MB (Additional 8.1 MB for EN dictionary)">
     12  <!ENTITY aspell-time          "0.7 SBU">
    1313]>
    1414
     
    7777    <para role="required"><xref linkend="which"/></para>
    7878
     79    <bridgehead renderas="sect4">Optional</bridgehead>
     80    <para role="optional"><xref linkend="tex"/></para>
     81
    7982  </sect2>
    8083
     
    8891make</userinput></screen>
    8992
     93    <para>Pre-built HTML documentation is included in the package. If you have
     94    <application>TeX</application> installed and you wish to build additional
     95    formats of the documentation, issue any or all of the following
     96    commands:</para>
     97
     98<screen><userinput>make -C manual pdf &amp;&amp;
     99make -C manual pdf &amp;&amp;
     100make -C manual ps &amp;&amp;
     101cd manual &amp;&amp;
     102makeinfo --plaintext -o aspell.txt aspell.texi &amp;&amp;
     103makeinfo --plaintext -o aspell-dev.txt aspell-dev.texi &amp;&amp;
     104cd ..</userinput></screen>
     105
     106    <para>This package does not come with a test suite.</para>
     107
    90108    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    91109
    92 <screen role="root"><userinput>make install</userinput></screen>
     110<screen role="root"><userinput>make install &amp;&amp;
     111install -v -m755 -d /usr/share/doc/aspell-&aspell-version;/aspell{,-dev}.html &amp;&amp;
     112install -v -m644 manual/aspell.html/* \
     113    /usr/share/doc/aspell-&aspell-version;/aspell.html &amp;&amp;
     114install -v -m644 manual/aspell-dev.html/* \
     115    /usr/share/doc/aspell-&aspell-version;/aspell-dev.html</userinput></screen>
     116
     117  <para>If you built additional formats of the documentation, install them
     118  by issuing the following command as the
     119  <systemitem class="username">root</systemitem> user:</para>
     120
     121<screen role="root"><userinput>install -v -m644 manual/aspell{,-dev}.{ps,pdf,dvi,txt} \
     122    /usr/share/doc/aspell-&aspell-version;</userinput></screen>
    93123
    94124  <para>If you do not plan to install <application>Ispell</application>,
     
    102132<screen role="root"><userinput>install -v -m 755 scripts/spell /usr/bin/</userinput></screen>
    103133
     134 </sect2>
     135
     136 <sect2 role="commands">
     137    <title>Command Explanations</title>
     138   
     139    <para><command>make -C manual pdf</command>: This command is listed twice
     140    as the first time it runs it will display an error and abort, although it
     141    creates the requested file. Running the command again ensures the other
     142    file is also created.</para>
     143
    104144  </sect2>
    105145
     
    110150      <title>Configuration Information</title>
    111151
    112       <para>After <application>Aspell</application> is installed, you must set up at
    113       least one dictionary. Install one or more dictionaries by running the following
    114       commands:</para>
     152      <para>After <application>Aspell</application> is installed, you must set
     153      up at least one dictionary. Install one or more dictionaries by running
     154      the following commands:</para>
    115155
    116156<screen><userinput>./configure &amp;&amp;
     
    151191        <listitem>
    152192          <para>is a utility that can function as an
    153           <command>ispell -a</command> replacement, as an independent spell checker, as
    154           a test utility to test out <application>Aspell</application> features, and as
     193          <command>ispell -a</command> replacement, as an independent spell
     194          checker, as a test utility to test out
     195          <application>Aspell</application> features, and as
    155196          a utility for managing dictionaries.</para>
    156197          <indexterm zone="aspell aspell-prog">
     
    240281        <listitem>
    241282          <para>displays information about the
    242           <filename class='libraryfile'>libpspell</filename> installation, mostly for use
    243           in build scripts.</para>
     283          <filename class='libraryfile'>libpspell</filename> installation,
     284          mostly for use in build scripts.</para>
    244285          <indexterm zone="aspell pspell-config">
    245286            <primary sortas="b-pspell-config">pspell-config</primary>
     
    284325        <listitem>
    285326          <para>is an interface to the
    286           <filename class='libraryfile'>libaspell</filename> library. All the spell
    287           checking functionality is now in
    288           <filename class='libraryfile'>libaspell</filename> but this library is
    289           included for backward compatibility.</para>
     327          <filename class='libraryfile'>libaspell</filename> library. All the
     328          spell checking functionality is now in
     329          <filename class='libraryfile'>libaspell</filename> but this library
     330          is included for backward compatibility.</para>
    290331          <indexterm zone="aspell libpspell">
    291332            <primary sortas="c-libpspell">libpspell.so</primary>
     
    299340
    300341</sect1>
    301 
Note: See TracChangeset for help on using the changeset viewer.