source: general/genlib/aspell.xml@ f27505a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f27505a was 22ac237, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Typo fix. General.

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

  • Property mode set to 100644
File size: 10.5 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[52d29f7]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[60867ce]7 <!ENTITY aspell-download-http "http://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz">
[b280fcc]8 <!ENTITY aspell-download-ftp "ftp://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz">
[60867ce]9 <!ENTITY aspell-md5sum "ca44ac2fcfdc7213e03d3b5610ce141a">
[0e726f8]10 <!ENTITY aspell-size "1.6 MB">
[791ed7a4]11 <!ENTITY aspell-buildsize "26.0 MB (Additional 8 MB for en dict)">
[60867ce]12 <!ENTITY aspell-time "0.62 SBU">
[52d29f7]13]>
14
[7b6e8a6]15<sect1 id="aspell" xreflabel="Aspell-&aspell-version;">
[b280fcc]16 <?dbhtml filename="aspell.html"?>
[4e82a189]17
[b280fcc]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
[4f26c54]21 <keywordset>
22 <keyword role="package">aspell-&aspell-version;.tar</keyword>
[22ac237]23 <keyword role="ftpdir">aspell</keyword>
[4f26c54]24 </keywordset>
[b280fcc]25 </sect1info>
[4e82a189]26
[b280fcc]27 <title>Aspell-&aspell-version;</title>
[4e82a189]28
[b280fcc]29 <indexterm zone="aspell">
30 <primary sortas="a-Aspell">Aspell</primary>
31 </indexterm>
32
[4e82a189]33 <sect2 role="package">
[b280fcc]34 <title>Introduction to Aspell</title>
[4e82a189]35
36 <para>The <application>Aspell</application> package contains an interactive
[b280fcc]37 spell checking program and the <application>Aspell</application> libraries.
38 <application>Aspell</application> can either be used as a library or as an
39 independent spell checker.</para>
[4e82a189]40
[b280fcc]41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&aspell-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&aspell-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &aspell-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &aspell-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &aspell-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &aspell-time;</para>
60 </listitem>
61 </itemizedlist>
[4e82a189]62
[b280fcc]63 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
[4e82a189]64 <para>You'll need to download at least one dictionary. The link below will take
[b280fcc]65 you to a page containing links to dictionaries in many languages.</para>
[4e82a189]66
[b280fcc]67 <itemizedlist spacing='compact'>
68 <listitem>
[4e82a189]69 <para>Aspell dictionaries: <ulink
[b280fcc]70 url="ftp://ftp.gnu.org/gnu/aspell/dict"/></para>
71 </listitem>
72 </itemizedlist>
[4e82a189]73
[b280fcc]74 <bridgehead renderas="sect3">Aspell Dependencies</bridgehead>
[4e82a189]75
[b280fcc]76 <bridgehead renderas="sect4">Required</bridgehead>
[4f26c54]77 <para role="required"><xref linkend="which"/></para>
[4e82a189]78
[b280fcc]79 </sect2>
[4e82a189]80
[b280fcc]81 <sect2 role="installation">
82 <title>Installation of Aspell</title>
83
[4e82a189]84 <para>Install <application>Aspell</application> by running the following
[b280fcc]85 commands:</para>
86
87<screen><userinput>./configure --prefix=/usr &amp;&amp;
88make</userinput></screen>
[4e82a189]89
[b280fcc]90 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[4e82a189]91
[b280fcc]92<screen role="root"><userinput>make install</userinput></screen>
[4e82a189]93
[4f26c54]94 <para>If you do not plan to install <application>Ispell</application>,
95 then copy the wrapper script <command>ispell</command>:</para>
[f14dde87]96
[60b430f]97<screen role="root"><userinput>install -v -m 755 scripts/ispell /usr/bin/</userinput></screen>
[f14dde87]98
[4f26c54]99 <para>If you do not plan to install <application>Spell</application>,
100 then copy the wrapper script <command>spell</command>:</para>
[f14dde87]101
[60b430f]102<screen role="root"><userinput>install -v -m 755 scripts/spell /usr/bin/</userinput></screen>
[f14dde87]103
[b280fcc]104 </sect2>
105
106 <sect2 role="configuration">
107 <title>Configuring Aspell</title>
[4e82a189]108
[b280fcc]109 <sect3>
110 <title>Configuration Information</title>
[4e82a189]111
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
[b280fcc]114 commands:</para>
[4e82a189]115
[b280fcc]116<screen><userinput>./configure &amp;&amp;
117make</userinput></screen>
[4e82a189]118
[b280fcc]119 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[4e82a189]120
[b280fcc]121<screen role="root"><userinput>make install</userinput></screen>
[4e82a189]122
[b280fcc]123 </sect3>
[4e82a189]124
[b280fcc]125 </sect2>
[4e82a189]126
[b280fcc]127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Programs</segtitle>
132 <segtitle>Installed Libraries</segtitle>
133 <segtitle>Installed Directories</segtitle>
[4e82a189]134
[b280fcc]135 <seglistitem>
[60b430f]136 <seg>aspell, aspell-import, precat, preunzip, prezip, prezip-bin,
137 pspell-config, run-with-aspell, word-list-compress and optionally,
138 ispell and spell</seg>
[b280fcc]139 <seg>libaspell.so and libpspell.so</seg>
140 <seg>/usr/include/pspell and /usr/lib/aspell-0.60</seg>
141 </seglistitem>
142 </segmentedlist>
[4e82a189]143
[b280fcc]144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
[4e82a189]148
[b280fcc]149 <varlistentry id="aspell-prog">
150 <term><command>aspell</command></term>
151 <listitem>
[4e82a189]152 <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
[b280fcc]155 a utility for managing dictionaries.</para>
156 <indexterm zone="aspell aspell-prog">
157 <primary sortas="b-aspell">aspell</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
[4e82a189]161
[0e726f8]162 <varlistentry id="aspell-ispell">
163 <term><command>ispell</command></term>
164 <listitem>
165 <para>is a wrapper around <command>aspell</command> to invoke it in
166 <command>ispell</command> compatible mode.</para>
167 <indexterm zone="aspell aspell-ispell">
168 <primary sortas="b-ispell">ispell</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 <varlistentry id="aspell-spell">
174 <term><command>spell</command></term>
175 <listitem>
176 <para>is a wrapper around <command>aspell</command> to invoke it in
177 <command>spell</command> compatible mode.</para>
178 <indexterm zone="aspell aspell-spell">
179 <primary sortas="b-spell">spell</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
[b280fcc]184 <varlistentry id="aspell-import">
185 <term><command>aspell-import</command></term>
186 <listitem>
187 <para>imports old personal dictionaries into
188 <application>Aspell</application>.</para>
189 <indexterm zone="aspell aspell-import">
190 <primary sortas="b-aspell-import">aspell-import</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
[4e82a189]194
[b280fcc]195 <varlistentry id="precat">
196 <term><command>precat</command></term>
197 <listitem>
[4e82a189]198 <para>decompresses a <command>prezip</command>ped file to
[b280fcc]199 stdout.</para>
200 <indexterm zone="aspell precat">
201 <primary sortas="b-precat">precat</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
[4e82a189]205
[b280fcc]206 <varlistentry id="preunzip">
207 <term><command>preunzip</command></term>
208 <listitem>
209 <para>decompresses a <command>prezip</command>ped file.</para>
210 <indexterm zone="aspell preunzip">
211 <primary sortas="b-preunzip">preunzip</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
[4e82a189]215
[b280fcc]216 <varlistentry id="prezip">
217 <term><command>prezip</command></term>
218 <listitem>
[4e82a189]219 <para>is a prefix delta compressor, used to compress sorted word
[b280fcc]220 lists or other similar text files.</para>
221 <indexterm zone="aspell prezip">
222 <primary sortas="b-prezip">prezip</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
[4e82a189]226
[b280fcc]227 <varlistentry id="prezip-bin">
228 <term><command>prezip-bin</command></term>
229 <listitem>
[4e82a189]230 <para>is called by the various wrapper scripts to perform the
[b280fcc]231 actual compressing and decompressing.</para>
232 <indexterm zone="aspell prezip-bin">
233 <primary sortas="b-prezip-bin">prezip-bin</primary>
234 </indexterm>
235 </listitem>
236 </varlistentry>
[4e82a189]237
[b280fcc]238 <varlistentry id="pspell-config">
239 <term><command>pspell-config</command></term>
240 <listitem>
[4e82a189]241 <para>displays information about the
242 <filename class='libraryfile'>libpspell</filename> installation, mostly for use
[b280fcc]243 in build scripts.</para>
244 <indexterm zone="aspell pspell-config">
245 <primary sortas="b-pspell-config">pspell-config</primary>
246 </indexterm>
247 </listitem>
248 </varlistentry>
[4e82a189]249
[b280fcc]250 <varlistentry id="run-with-aspell">
251 <term><command>run-with-aspell</command></term>
252 <listitem>
[4e82a189]253 <para>is a script to help use <application>Aspell</application>
[b280fcc]254 as an <command>ispell</command> replacement.</para>
255 <indexterm zone="aspell run-with-aspell">
256 <primary sortas="b-run-with-aspell">run-with-aspell</primary>
257 </indexterm>
258 </listitem>
259 </varlistentry>
[4e82a189]260
[b280fcc]261 <varlistentry id="word-list-compress">
262 <term><command>word-list-compress</command></term>
263 <listitem>
[4e82a189]264 <para>compresses or decompresses sorted word lists for use with the
[b280fcc]265 <application>Aspell</application> spell checker.</para>
266 <indexterm zone="aspell word-list-compress">
267 <primary sortas="b-word-list-compress">word-list-compress</primary>
268 </indexterm>
269 </listitem>
270 </varlistentry>
[4e82a189]271
[b280fcc]272 <varlistentry id="libaspell">
273 <term><filename class='libraryfile'>libaspell.so</filename></term>
274 <listitem>
275 <para>contains spell checking API functions.</para>
276 <indexterm zone="aspell libaspell">
277 <primary sortas="c-lib">libaspell.so</primary>
278 </indexterm>
279 </listitem>
280 </varlistentry>
[4e82a189]281
[b280fcc]282 <varlistentry id="libpspell">
283 <term><filename class='libraryfile'>libpspell.so</filename></term>
284 <listitem>
[4e82a189]285 <para>is an interface to the
286 <filename class='libraryfile'>libaspell</filename> library. All the spell
[919683dc]287 checking functionality is now in
[b280fcc]288 <filename class='libraryfile'>libaspell</filename> but this library is
[919683dc]289 included for backward compatibility.</para>
[b280fcc]290 <indexterm zone="aspell libpspell">
291 <primary sortas="c-libpspell">libpspell.so</primary>
292 </indexterm>
293 </listitem>
294 </varlistentry>
[4e82a189]295
[b280fcc]296 </variablelist>
297
298 </sect2>
[368512b3]299
300</sect1>
301
Note: See TracBrowser for help on using the repository browser.