Changeset b280fcc


Ignore:
Timestamp:
04/30/2005 08:01:50 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fc7e79c
Parents:
f2c510ee
Message:

Tagged aspell.xml

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/aspell.xml

    rf2c510ee rb280fcc  
    55  %general-entities;
    66
    7 <!ENTITY aspell-download-http "http://gnu.mirror.mcgill.ca/aspell/aspell-&aspell-version;.tar.gz">
    8 <!ENTITY aspell-download-ftp  "ftp://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz">
    9 <!ENTITY aspell-md5sum        "d067596a1d9029d127d85e5040bab0ab">
    10 <!ENTITY aspell-size          "1.6 MB">
    11 <!ENTITY aspell-buildsize     "41.5 MB (includes the English dictionary)">
    12 <!ENTITY aspell-time          "0.76 SBU">
     7  <!ENTITY aspell-download-http "http://gnu.mirror.mcgill.ca/aspell/aspell-&aspell-version;.tar.gz">
     8  <!ENTITY aspell-download-ftp  "ftp://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz">
     9  <!ENTITY aspell-md5sum        "d067596a1d9029d127d85e5040bab0ab">
     10  <!ENTITY aspell-size          "1.6 MB">
     11  <!ENTITY aspell-buildsize     "41.5 MB (includes the English dictionary)">
     12  <!ENTITY aspell-time          "0.76 SBU">
    1313]>
    1414
    1515<sect1 id="aspell" xreflabel="Aspell-&aspell-version;">
    16 <sect1info>
    17 <othername>$LastChangedBy$</othername>
    18 <date>$Date$</date>
    19 </sect1info>
    20 <?dbhtml filename="aspell.html"?>
    21 <title>Aspell-&aspell-version;</title>
    22 <indexterm zone="aspell">
    23 <primary sortas="a-Aspell">Aspell</primary></indexterm>
    24 
    25 <sect2>
    26 <title>Introduction to <application>Aspell</application></title>
    27 
    28 <para>The <application>Aspell</application> package contains an interactive
    29 spell checking program and the <application>Aspell</application> libraries.
    30 <application>Aspell</application> can either be used as a library or as an
    31 independent spell checker.</para>
    32 
    33 <sect3><title>Package information</title>
    34 <itemizedlist spacing='compact'>
    35 <listitem><para>Download (HTTP): <ulink
    36 url="&aspell-download-http;"/></para></listitem>
    37 <listitem><para>Download (FTP): <ulink
    38 url="&aspell-download-ftp;"/></para></listitem>
    39 <listitem><para>Download MD5 sum: &aspell-md5sum;</para></listitem>
    40 <listitem><para>Download size: &aspell-size;</para></listitem>
    41 <listitem><para>Estimated disk space required:
    42 &aspell-buildsize;</para></listitem>
    43 <listitem><para>Estimated build time:
    44 &aspell-time;</para></listitem></itemizedlist>
    45 </sect3>
    46 
    47 <sect3><title>Additional download(s)</title>
    48 <para>You'll need to download at least one dictionary. The link below will take
    49 you to a page containing links to dictionaries in many languages.</para>
    50 
    51 <itemizedlist spacing='compact'>
    52 <listitem><para>Aspell dictionaries: <ulink
    53 url="ftp://ftp.gnu.org/gnu/aspell/dict"/></para></listitem>
    54 </itemizedlist>
    55 </sect3>
    56 
    57 <sect3><title><application>Aspell</application> dependencies</title>
    58 <sect4><title>Required</title>
    59 <para><xref linkend="which"/></para>
    60 </sect4>
    61 </sect3>
    62 
    63 </sect2>
    64 
    65 <sect2>
    66 <title>Installation of <application>Aspell</application></title>
    67 
    68 <para>Install <application>Aspell</application> by running the following
    69 commands:</para>
    70 
    71 <screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    72 make</command></userinput></screen>
    73 
    74 <para>Now, as the root user:</para>
    75 
    76 <screen><userinput role='root'><command>make install</command></userinput></screen>
    77 
    78 </sect2>
    79 
    80 <sect2>
    81 <title>Configuring <application>Aspell</application></title>
    82 
    83 <sect3><title>Configuration Information</title>
    84 
    85 <para>After <application>Aspell</application> is installed, you must set up at
    86 least one dictionary. Install one or more dictionaries by running the following
    87 commands:</para>
    88 
    89 <screen><userinput><command>./configure &amp;&amp;
    90 make</command></userinput></screen>
    91 
    92 <para>Now, as the root user:</para>
    93 
    94 <screen><userinput role='root'><command>make install</command></userinput></screen>
    95 </sect3>
    96 
    97 </sect2>
    98 
    99 <sect2>
    100 <title>Contents</title>
    101 
    102 <segmentedlist>
    103 <segtitle>Installed Programs</segtitle>
    104 <segtitle>Installed Libraries</segtitle>
    105 <segtitle>Installed Directories</segtitle>
    106 
    107 <seglistitem>
    108 <seg>aspell, aspell-import, precat, preunzip, prezip, prezip-bin, pspell-config,
    109 run-with-aspell and word-list-compress</seg>
    110 <seg>libaspell.so and libpspell.so</seg>
    111 <seg>/usr/include/pspell and /usr/lib/aspell-0.60</seg>
    112 </seglistitem>
    113 </segmentedlist>
    114 
    115 <variablelist>
    116 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    117 <?dbfo list-presentation="list"?>
    118 
    119 <varlistentry id="aspell-prog">
    120 <term><command>aspell</command></term>
    121 <listitem><para>is a utility that can function as an
    122 <command>ispell -a</command> replacement, as an independent spell checker, as
    123 a test utility to test out <application>Aspell</application> features, and as
    124 a utility for managing dictionaries.</para>
    125 <indexterm zone="aspell aspell-prog">
    126 <primary sortas="b-aspell">aspell</primary>
    127 </indexterm></listitem>
    128 </varlistentry>
    129 
    130 <varlistentry id="aspell-import">
    131 <term><command>aspell-import</command></term>
    132 <listitem><para>imports old personal dictionaries into
    133 <application>Aspell</application>.</para>
    134 <indexterm zone="aspell aspell-import">
    135 <primary sortas="b-aspell-import">aspell-import</primary>
    136 </indexterm></listitem>
    137 </varlistentry>
    138 
    139 <varlistentry id="precat">
    140 <term><command>precat</command></term>
    141 <listitem><para>decompresses a <command>prezip</command>ped file to
    142 stdout.</para>
    143 <indexterm zone="aspell precat">
    144 <primary sortas="b-precat">precat</primary>
    145 </indexterm></listitem>
    146 </varlistentry>
    147 
    148 <varlistentry id="preunzip">
    149 <term><command>preunzip</command></term>
    150 <listitem><para>decompresses a <command>prezip</command>ped file.</para>
    151 <indexterm zone="aspell preunzip">
    152 <primary sortas="b-preunzip">preunzip</primary>
    153 </indexterm></listitem>
    154 </varlistentry>
    155 
    156 <varlistentry id="prezip">
    157 <term><command>prezip</command></term>
    158 <listitem><para>is a prefix delta compressor, used to compress sorted word
    159 lists or other similar text files.</para>
    160 <indexterm zone="aspell prezip">
    161 <primary sortas="b-prezip">prezip</primary>
    162 </indexterm></listitem>
    163 </varlistentry>
    164 
    165 <varlistentry id="prezip-bin">
    166 <term><command>prezip-bin</command></term>
    167 <listitem><para>is called by the various wrapper scripts to perform the
    168 actual compressing and decompressing.</para>
    169 <indexterm zone="aspell prezip-bin">
    170 <primary sortas="b-prezip-bin">prezip-bin</primary>
    171 </indexterm></listitem>
    172 </varlistentry>
    173 
    174 <varlistentry id="pspell-config">
    175 <term><command>pspell-config</command></term>
    176 <listitem><para>displays information about the
    177 <filename class='libraryfile'>libpspell</filename> installation, mostly for use
    178 in build scripts.</para>
    179 <indexterm zone="aspell pspell-config">
    180 <primary sortas="b-pspell-config">pspell-config</primary>
    181 </indexterm></listitem>
    182 </varlistentry>
    183 
    184 <varlistentry id="run-with-aspell">
    185 <term><command>run-with-aspell</command></term>
    186 <listitem><para>is a script to help use <application>Aspell</application>
    187 as an <command>ispell</command> replacement.</para>
    188 <indexterm zone="aspell run-with-aspell">
    189 <primary sortas="b-run-with-aspell">run-with-aspell</primary>
    190 </indexterm></listitem>
    191 </varlistentry>
    192 
    193 <varlistentry id="word-list-compress">
    194 <term><command>word-list-compress</command></term>
    195 <listitem><para>compresses or decompresses sorted word lists for use with the
    196 <application>Aspell</application> spell checker.</para>
    197 <indexterm zone="aspell word-list-compress">
    198 <primary sortas="b-word-list-compress">word-list-compress</primary>
    199 </indexterm></listitem>
    200 </varlistentry>
    201 
    202 <varlistentry id="libaspell">
    203 <term><filename class='libraryfile'>libaspell.so</filename></term>
    204 <listitem><para>contains spell checking <acronym>API</acronym>
    205 functions.</para>
    206 <indexterm zone="aspell libaspell">
    207 <primary sortas="c-lib">libaspell.so</primary>
    208 </indexterm></listitem>
    209 </varlistentry>
    210 
    211 <varlistentry id="libpspell">
    212 <term><filename class='libraryfile'>libpspell.so</filename></term>
    213 <listitem><para>is an interface to the
    214 <filename class='libraryfile'>libaspell</filename> library. All the spell
    215 checking funtionality is now in
    216 <filename class='libraryfile'>libaspell</filename> but this library is
    217 included for backwards compatibility.</para>
    218 <indexterm zone="aspell libpspell">
    219 <primary sortas="c-libpspell">libpspell.so</primary>
    220 </indexterm></listitem>
    221 </varlistentry>
    222 </variablelist>
    223 
    224 </sect2>
     16  <?dbhtml filename="aspell.html"?>
     17 
     18  <sect1info>
     19    <othername>$LastChangedBy$</othername>
     20    <date>$Date$</date>
     21  </sect1info>
     22 
     23  <title>Aspell-&aspell-version;</title>
     24 
     25  <indexterm zone="aspell">
     26    <primary sortas="a-Aspell">Aspell</primary>
     27  </indexterm>
     28
     29  <sect2>
     30    <title>Introduction to Aspell</title>
     31   
     32    <para>The <application>Aspell</application> package contains an interactive
     33    spell checking program and the <application>Aspell</application> libraries.
     34    <application>Aspell</application> can either be used as a library or as an
     35    independent spell checker.</para>
     36   
     37    <bridgehead renderas="sect3">Package Information</bridgehead>
     38    <itemizedlist spacing="compact">
     39      <listitem>
     40        <para>Download (HTTP): <ulink url="&aspell-download-http;"/></para>
     41      </listitem>
     42      <listitem>
     43        <para>Download (FTP): <ulink url="&aspell-download-ftp;"/></para>
     44      </listitem>
     45      <listitem>
     46        <para>Download MD5 sum: &aspell-md5sum;</para>
     47      </listitem>
     48      <listitem>
     49        <para>Download size: &aspell-size;</para>
     50      </listitem>
     51      <listitem>
     52        <para>Estimated disk space required: &aspell-buildsize;</para>
     53      </listitem>
     54      <listitem>
     55        <para>Estimated build time: &aspell-time;</para>
     56      </listitem>
     57    </itemizedlist>
     58   
     59    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     60    <para>You'll need to download at least one dictionary. The link below will take
     61    you to a page containing links to dictionaries in many languages.</para>
     62   
     63    <itemizedlist spacing='compact'>
     64      <listitem>
     65        <para>Aspell dictionaries: <ulink
     66        url="ftp://ftp.gnu.org/gnu/aspell/dict"/></para>
     67      </listitem>
     68    </itemizedlist>
     69   
     70    <bridgehead renderas="sect3">Aspell Dependencies</bridgehead>
     71   
     72    <bridgehead renderas="sect4">Required</bridgehead>
     73    <para><xref linkend="which"/></para>
     74   
     75  </sect2>
     76 
     77  <sect2 role="installation">
     78    <title>Installation of Aspell</title>
     79
     80    <para>Install <application>Aspell</application> by running the following
     81    commands:</para>
     82
     83<screen><userinput>./configure --prefix=/usr &amp;&amp;
     84make</userinput></screen>
     85   
     86    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     87   
     88<screen role="root"><userinput>make install</userinput></screen>
     89   
     90  </sect2>
     91
     92  <sect2 role="configuration">
     93    <title>Configuring Aspell</title>
     94   
     95    <sect3>
     96      <title>Configuration Information</title>
     97     
     98      <para>After <application>Aspell</application> is installed, you must set up at
     99      least one dictionary. Install one or more dictionaries by running the following
     100      commands:</para>
     101     
     102<screen><userinput>./configure &amp;&amp;
     103make</userinput></screen>
     104   
     105      <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     106   
     107<screen role="root"><userinput>make install</userinput></screen>
     108     
     109    </sect3>
     110   
     111  </sect2>
     112 
     113  <sect2 role="content">
     114    <title>Contents</title>
     115
     116    <segmentedlist>
     117      <segtitle>Installed Programs</segtitle>
     118      <segtitle>Installed Libraries</segtitle>
     119      <segtitle>Installed Directories</segtitle>
     120     
     121      <seglistitem>
     122        <seg>aspell, aspell-import, precat, preunzip, prezip, prezip-bin, pspell-config,
     123        run-with-aspell and word-list-compress</seg>
     124        <seg>libaspell.so and libpspell.so</seg>
     125        <seg>/usr/include/pspell and /usr/lib/aspell-0.60</seg>
     126      </seglistitem>
     127    </segmentedlist>
     128   
     129    <variablelist>
     130      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     131      <?dbfo list-presentation="list"?>
     132      <?dbhtml list-presentation="table"?>
     133     
     134      <varlistentry id="aspell-prog">
     135        <term><command>aspell</command></term>
     136        <listitem>
     137          <para>is a utility that can function as an
     138          <command>ispell -a</command> replacement, as an independent spell checker, as
     139          a test utility to test out <application>Aspell</application> features, and as
     140          a utility for managing dictionaries.</para>
     141          <indexterm zone="aspell aspell-prog">
     142            <primary sortas="b-aspell">aspell</primary>
     143          </indexterm>
     144        </listitem>
     145      </varlistentry>
     146     
     147      <varlistentry id="aspell-import">
     148        <term><command>aspell-import</command></term>
     149        <listitem>
     150          <para>imports old personal dictionaries into
     151          <application>Aspell</application>.</para>
     152          <indexterm zone="aspell aspell-import">
     153            <primary sortas="b-aspell-import">aspell-import</primary>
     154          </indexterm>
     155        </listitem>
     156      </varlistentry>
     157     
     158      <varlistentry id="precat">
     159        <term><command>precat</command></term>
     160        <listitem>
     161          <para>decompresses a <command>prezip</command>ped file to
     162          stdout.</para>
     163          <indexterm zone="aspell precat">
     164            <primary sortas="b-precat">precat</primary>
     165          </indexterm>
     166        </listitem>
     167      </varlistentry>
     168     
     169      <varlistentry id="preunzip">
     170        <term><command>preunzip</command></term>
     171        <listitem>
     172          <para>decompresses a <command>prezip</command>ped file.</para>
     173          <indexterm zone="aspell preunzip">
     174            <primary sortas="b-preunzip">preunzip</primary>
     175          </indexterm>
     176        </listitem>
     177      </varlistentry>
     178     
     179      <varlistentry id="prezip">
     180        <term><command>prezip</command></term>
     181        <listitem>
     182          <para>is a prefix delta compressor, used to compress sorted word
     183          lists or other similar text files.</para>
     184          <indexterm zone="aspell prezip">
     185            <primary sortas="b-prezip">prezip</primary>
     186          </indexterm>
     187        </listitem>
     188      </varlistentry>
     189     
     190      <varlistentry id="prezip-bin">
     191        <term><command>prezip-bin</command></term>
     192        <listitem>
     193          <para>is called by the various wrapper scripts to perform the
     194          actual compressing and decompressing.</para>
     195          <indexterm zone="aspell prezip-bin">
     196            <primary sortas="b-prezip-bin">prezip-bin</primary>
     197          </indexterm>
     198        </listitem>
     199      </varlistentry>
     200     
     201      <varlistentry id="pspell-config">
     202        <term><command>pspell-config</command></term>
     203        <listitem>
     204          <para>displays information about the
     205          <filename class='libraryfile'>libpspell</filename> installation, mostly for use
     206          in build scripts.</para>
     207          <indexterm zone="aspell pspell-config">
     208            <primary sortas="b-pspell-config">pspell-config</primary>
     209          </indexterm>
     210        </listitem>
     211      </varlistentry>
     212     
     213      <varlistentry id="run-with-aspell">
     214        <term><command>run-with-aspell</command></term>
     215        <listitem>
     216          <para>is a script to help use <application>Aspell</application>
     217          as an <command>ispell</command> replacement.</para>
     218          <indexterm zone="aspell run-with-aspell">
     219            <primary sortas="b-run-with-aspell">run-with-aspell</primary>
     220          </indexterm>
     221        </listitem>
     222      </varlistentry>
     223     
     224      <varlistentry id="word-list-compress">
     225        <term><command>word-list-compress</command></term>
     226        <listitem>
     227          <para>compresses or decompresses sorted word lists for use with the
     228          <application>Aspell</application> spell checker.</para>
     229          <indexterm zone="aspell word-list-compress">
     230            <primary sortas="b-word-list-compress">word-list-compress</primary>
     231          </indexterm>
     232        </listitem>
     233      </varlistentry>
     234     
     235      <varlistentry id="libaspell">
     236        <term><filename class='libraryfile'>libaspell.so</filename></term>
     237        <listitem>
     238          <para>contains spell checking API functions.</para>
     239          <indexterm zone="aspell libaspell">
     240            <primary sortas="c-lib">libaspell.so</primary>
     241          </indexterm>
     242        </listitem>
     243      </varlistentry>
     244     
     245      <varlistentry id="libpspell">
     246        <term><filename class='libraryfile'>libpspell.so</filename></term>
     247        <listitem>
     248          <para>is an interface to the
     249          <filename class='libraryfile'>libaspell</filename> library. All the spell
     250          checking funtionality is now in
     251          <filename class='libraryfile'>libaspell</filename> but this library is
     252          included for backwards compatibility.</para>
     253          <indexterm zone="aspell libpspell">
     254            <primary sortas="c-libpspell">libpspell.so</primary>
     255          </indexterm>
     256        </listitem>
     257      </varlistentry>
     258   
     259    </variablelist>
     260
     261  </sect2>
    225262
    226263</sect1>
Note: See TracChangeset for help on using the changeset viewer.