source: general/genlib/aspell.xml@ 4f26c54

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
Last change on this file since 4f26c54 was 4f26c54, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Adding automatized scripts generation related tags. Genlib chapter.

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

  • Property mode set to 100644
File size: 10.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY aspell-download-http "http://ftp.gnu.org/gnu/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 "ca44ac2fcfdc7213e03d3b5610ce141a">
10 <!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">
13]>
14
15<sect1 id="aspell" xreflabel="Aspell-&aspell-version;">
16 <?dbhtml filename="aspell.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">aspell-&aspell-version;.tar</keyword>
23 <keyword role="ftptdir">aspell</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Aspell-&aspell-version;</title>
28
29 <indexterm zone="aspell">
30 <primary sortas="a-Aspell">Aspell</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Aspell</title>
35
36 <para>The <application>Aspell</application> package contains an interactive
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>
40
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>
62
63 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
64 <para>You'll need to download at least one dictionary. The link below will take
65 you to a page containing links to dictionaries in many languages.</para>
66
67 <itemizedlist spacing='compact'>
68 <listitem>
69 <para>Aspell dictionaries: <ulink
70 url="ftp://ftp.gnu.org/gnu/aspell/dict"/></para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Aspell Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required"><xref linkend="which"/></para>
78
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of Aspell</title>
83
84 <para>Install <application>Aspell</application> by running the following
85 commands:</para>
86
87<screen><userinput>./configure --prefix=/usr &amp;&amp;
88make</userinput></screen>
89
90 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
91
92<screen role="root"><userinput>make install</userinput></screen>
93
94 <para>If you do not plan to install <application>Ispell</application>,
95 then copy the wrapper script <command>ispell</command>:</para>
96
97<screen role="root"><userinput>install -v -m 755 scripts/ispell /usr/bin/</userinput></screen>
98
99 <para>If you do not plan to install <application>Spell</application>,
100 then copy the wrapper script <command>spell</command>:</para>
101
102<screen role="root"><userinput>install -v -m 755 scripts/spell /usr/bin/</userinput></screen>
103
104 </sect2>
105
106 <sect2 role="configuration">
107 <title>Configuring Aspell</title>
108
109 <sect3>
110 <title>Configuration Information</title>
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
114 commands:</para>
115
116<screen><userinput>./configure &amp;&amp;
117make</userinput></screen>
118
119 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
120
121<screen role="root"><userinput>make install</userinput></screen>
122
123 </sect3>
124
125 </sect2>
126
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>
134
135 <seglistitem>
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>
139 <seg>libaspell.so and libpspell.so</seg>
140 <seg>/usr/include/pspell and /usr/lib/aspell-0.60</seg>
141 </seglistitem>
142 </segmentedlist>
143
144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149 <varlistentry id="aspell-prog">
150 <term><command>aspell</command></term>
151 <listitem>
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
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>
161
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
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>
194
195 <varlistentry id="precat">
196 <term><command>precat</command></term>
197 <listitem>
198 <para>decompresses a <command>prezip</command>ped file to
199 stdout.</para>
200 <indexterm zone="aspell precat">
201 <primary sortas="b-precat">precat</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
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>
215
216 <varlistentry id="prezip">
217 <term><command>prezip</command></term>
218 <listitem>
219 <para>is a prefix delta compressor, used to compress sorted word
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>
226
227 <varlistentry id="prezip-bin">
228 <term><command>prezip-bin</command></term>
229 <listitem>
230 <para>is called by the various wrapper scripts to perform the
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>
237
238 <varlistentry id="pspell-config">
239 <term><command>pspell-config</command></term>
240 <listitem>
241 <para>displays information about the
242 <filename class='libraryfile'>libpspell</filename> installation, mostly for use
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>
249
250 <varlistentry id="run-with-aspell">
251 <term><command>run-with-aspell</command></term>
252 <listitem>
253 <para>is a script to help use <application>Aspell</application>
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>
260
261 <varlistentry id="word-list-compress">
262 <term><command>word-list-compress</command></term>
263 <listitem>
264 <para>compresses or decompresses sorted word lists for use with the
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>
271
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>
281
282 <varlistentry id="libpspell">
283 <term><filename class='libraryfile'>libpspell.so</filename></term>
284 <listitem>
285 <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>
290 <indexterm zone="aspell libpspell">
291 <primary sortas="c-libpspell">libpspell.so</primary>
292 </indexterm>
293 </listitem>
294 </varlistentry>
295
296 </variablelist>
297
298 </sect2>
299
300</sect1>
301
Note: See TracBrowser for help on using the repository browser.