source: general/genlib/aspell.xml@ 0f9a1f08

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 0f9a1f08 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 19 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 11.9 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[52d29f7]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[8dfc5c3]7 <!ENTITY aspell-download-http "&gnu-http;/aspell/aspell-&aspell-version;.tar.gz">
8 <!ENTITY aspell-download-ftp "&gnu-ftp;/aspell/aspell-&aspell-version;.tar.gz">
[ee5e397]9 <!ENTITY aspell-md5sum "012fa9209203ae4e5a61c2a668fd10e3">
10 <!ENTITY aspell-size "3.3 MB">
11 <!ENTITY aspell-buildsize "51 MB (Additional 8 MB for EN dictionary)">
[b2bd00db]12 <!ENTITY aspell-time "0.4 SBU">
[52d29f7]13]>
14
[7b6e8a6]15<sect1 id="aspell" xreflabel="Aspell-&aspell-version;">
[b280fcc]16 <?dbhtml filename="aspell.html"?>
[4e82a189]17
18
[b280fcc]19 <title>Aspell-&aspell-version;</title>
[4e82a189]20
[b280fcc]21 <indexterm zone="aspell">
22 <primary sortas="a-Aspell">Aspell</primary>
23 </indexterm>
24
[4e82a189]25 <sect2 role="package">
[b280fcc]26 <title>Introduction to Aspell</title>
[4e82a189]27
[9e7fa16]28 <para>
29 The <application>Aspell</application> package contains an interactive
30 spell checking program and the <application>Aspell</application>
31 libraries. <application>Aspell</application> can either be used as a
32 library or as an independent spell checker.
33 </para>
[4e82a189]34
[0ddf4e7]35 &lfs112_checked;
[fd91fea]36
[b280fcc]37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
[9e7fa16]40 <para>
41 Download (HTTP): <ulink url="&aspell-download-http;"/>
42 </para>
[b280fcc]43 </listitem>
44 <listitem>
[9e7fa16]45 <para>
46 Download (FTP): <ulink url="&aspell-download-ftp;"/>
47 </para>
[b280fcc]48 </listitem>
49 <listitem>
[9e7fa16]50 <para>
51 Download MD5 sum: &aspell-md5sum;
52 </para>
[b280fcc]53 </listitem>
54 <listitem>
[9e7fa16]55 <para>
56 Download size: &aspell-size;
57 </para>
[b280fcc]58 </listitem>
59 <listitem>
[9e7fa16]60 <para>
61 Estimated disk space required: &aspell-buildsize;
62 </para>
[b280fcc]63 </listitem>
64 <listitem>
[9e7fa16]65 <para>
66 Estimated build time: &aspell-time;
67 </para>
[b280fcc]68 </listitem>
69 </itemizedlist>
[4e82a189]70
[b280fcc]71 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
[9e7fa16]72 <para>
73 You'll need to download at least one dictionary. The link below will take
74 you to a page containing links to dictionaries in many languages.
75 </para>
[4e82a189]76
[9e7fa16]77 <itemizedlist spacing="compact">
[b280fcc]78 <listitem>
[9e7fa16]79 <para>
[8dfc5c3]80 Aspell dictionaries: <ulink url="&gnu-http;/aspell/dict"/>
[9e7fa16]81 </para>
[b280fcc]82 </listitem>
83 </itemizedlist>
[4e82a189]84
[4484a54]85 <bridgehead renderas="sect3">Aspell Dependencies</bridgehead>
[4e82a189]86
[b280fcc]87 <bridgehead renderas="sect4">Required</bridgehead>
[9e7fa16]88 <para role="required">
89 <xref linkend="which"/> (for the dictionaries)
90 </para>
[1039de3]91
[9e7fa16]92 <para condition="html" role="usernotes">
93 User Notes: <ulink url="&blfs-wiki;/aspell"/>
94 </para>
[b280fcc]95 </sect2>
[4e82a189]96
[b280fcc]97 <sect2 role="installation">
98 <title>Installation of Aspell</title>
99
[9e7fa16]100 <para>
101 Install <application>Aspell</application> by running the following
102 commands:
103 </para>
[b280fcc]104
105<screen><userinput>./configure --prefix=/usr &amp;&amp;
106make</userinput></screen>
[4e82a189]107
[9e7fa16]108 <para>
109 This package does not come with a test suite.
110 </para>
[28bfba0]111
[9e7fa16]112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
[4e82a189]115
[28bfba0]116<screen role="root"><userinput>make install &amp;&amp;
[d45a9e69]117ln -svfn aspell-0.60 /usr/lib/aspell &amp;&amp;
118
[28bfba0]119install -v -m755 -d /usr/share/doc/aspell-&aspell-version;/aspell{,-dev}.html &amp;&amp;
[34fb49a7]120
[28bfba0]121install -v -m644 manual/aspell.html/* \
122 /usr/share/doc/aspell-&aspell-version;/aspell.html &amp;&amp;
[34fb49a7]123
[28bfba0]124install -v -m644 manual/aspell-dev.html/* \
125 /usr/share/doc/aspell-&aspell-version;/aspell-dev.html</userinput></screen>
126
[9e7fa16]127 <para>
128 If you do not plan to install <application>Ispell</application>, then copy
129 the wrapper script <command>ispell</command>:
130 </para>
[f14dde87]131
[60b430f]132<screen role="root"><userinput>install -v -m 755 scripts/ispell /usr/bin/</userinput></screen>
[f14dde87]133
[9e7fa16]134 <para>
135 If you do not plan to install <application>Spell</application>, then copy
136 the wrapper script <command>spell</command>:
137 </para>
[f14dde87]138
[60b430f]139<screen role="root"><userinput>install -v -m 755 scripts/spell /usr/bin/</userinput></screen>
[28bfba0]140 </sect2>
141
[d45a9e69]142 <sect2 role="commands">
[28bfba0]143 <title>Command Explanations</title>
[6473e74]144
[d45a9e69]145<!-- <para>
146 <command>make -C manual pdf</command>: This command is listed twice as
147 the first time it runs it will display an error and abort, although it
148 creates the requested file. Running the command again ensures the other
149 file is also created.
150 </para>
151 -->
[9e7fa16]152 <para>
[d45a9e69]153 <command>ln -svfn aspell-0.60 /usr/lib/aspell</command>: This command is
154 useful for configuration of other applications, such as
155 <xref linkend="enchant"/>.
[9e7fa16]156 </para>
[d45a9e69]157 </sect2>
[b280fcc]158
159 <sect2 role="configuration">
160 <title>Configuring Aspell</title>
[4e82a189]161
[b280fcc]162 <sect3>
163 <title>Configuration Information</title>
[4e82a189]164
[9e7fa16]165 <para>
166 After <application>Aspell</application> is installed, you must set up at
167 least one dictionary. Install one or more dictionaries by running the
168 following commands:
169 </para>
[4e82a189]170
[b280fcc]171<screen><userinput>./configure &amp;&amp;
172make</userinput></screen>
[4e82a189]173
[9e7fa16]174 <para>
175 Now, as the <systemitem class="username">root</systemitem> user:
176 </para>
[4e82a189]177
[b280fcc]178<screen role="root"><userinput>make install</userinput></screen>
179 </sect3>
180 </sect2>
[4e82a189]181
[b280fcc]182 <sect2 role="content">
183 <title>Contents</title>
184
185 <segmentedlist>
186 <segtitle>Installed Programs</segtitle>
187 <segtitle>Installed Libraries</segtitle>
188 <segtitle>Installed Directories</segtitle>
[4e82a189]189
[b280fcc]190 <seglistitem>
[9e7fa16]191 <seg>
192 aspell, aspell-import, precat, preunzip, prezip, prezip-bin,
193 pspell-config, run-with-aspell, word-list-compress and optionally,
194 ispell and spell.
195 </seg>
[b280fcc]196 <seg>libaspell.so and libpspell.so</seg>
197 <seg>/usr/include/pspell and /usr/lib/aspell-0.60</seg>
198 </seglistitem>
199 </segmentedlist>
[4e82a189]200
[b280fcc]201 <variablelist>
202 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
203 <?dbfo list-presentation="list"?>
204 <?dbhtml list-presentation="table"?>
[4e82a189]205
[b280fcc]206 <varlistentry id="aspell-prog">
207 <term><command>aspell</command></term>
208 <listitem>
[9e7fa16]209 <para>
210 is a utility that can function as an <command>ispell -a</command>
211 replacement, as an independent spell checker, as a test utility to
212 test out <application>Aspell</application> features, and as a
[4c24eb0a]213 utility for managing dictionaries
[9e7fa16]214 </para>
[b280fcc]215 <indexterm zone="aspell aspell-prog">
216 <primary sortas="b-aspell">aspell</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
[4e82a189]220
[0e726f8]221 <varlistentry id="aspell-ispell">
222 <term><command>ispell</command></term>
223 <listitem>
[9e7fa16]224 <para>
225 is a wrapper around <command>aspell</command> to invoke it in
[4c24eb0a]226 <command>ispell</command> compatible mode
[9e7fa16]227 </para>
[0e726f8]228 <indexterm zone="aspell aspell-ispell">
229 <primary sortas="b-ispell">ispell</primary>
230 </indexterm>
231 </listitem>
232 </varlistentry>
233
234 <varlistentry id="aspell-spell">
235 <term><command>spell</command></term>
236 <listitem>
[9e7fa16]237 <para>
238 is a wrapper around <command>aspell</command> to invoke it in
[4c24eb0a]239 <command>spell</command> compatible mode
[9e7fa16]240 </para>
[0e726f8]241 <indexterm zone="aspell aspell-spell">
242 <primary sortas="b-spell">spell</primary>
243 </indexterm>
244 </listitem>
245 </varlistentry>
246
[b280fcc]247 <varlistentry id="aspell-import">
248 <term><command>aspell-import</command></term>
249 <listitem>
[9e7fa16]250 <para>
251 imports old personal dictionaries into
[4c24eb0a]252 <application>Aspell</application>
[9e7fa16]253 </para>
[b280fcc]254 <indexterm zone="aspell aspell-import">
255 <primary sortas="b-aspell-import">aspell-import</primary>
256 </indexterm>
257 </listitem>
258 </varlistentry>
[4e82a189]259
[b280fcc]260 <varlistentry id="precat">
261 <term><command>precat</command></term>
262 <listitem>
[9e7fa16]263 <para>
[4c24eb0a]264 decompresses a <command>prezip</command>ped file to stdout
[9e7fa16]265 </para>
[b280fcc]266 <indexterm zone="aspell precat">
267 <primary sortas="b-precat">precat</primary>
268 </indexterm>
269 </listitem>
270 </varlistentry>
[4e82a189]271
[b280fcc]272 <varlistentry id="preunzip">
273 <term><command>preunzip</command></term>
274 <listitem>
[9e7fa16]275 <para>
[4c24eb0a]276 decompresses a <command>prezip</command>ped file
[9e7fa16]277 </para>
[b280fcc]278 <indexterm zone="aspell preunzip">
279 <primary sortas="b-preunzip">preunzip</primary>
280 </indexterm>
281 </listitem>
282 </varlistentry>
[4e82a189]283
[b280fcc]284 <varlistentry id="prezip">
285 <term><command>prezip</command></term>
286 <listitem>
[9e7fa16]287 <para>
288 is a prefix delta compressor, used to compress sorted word lists or
[4c24eb0a]289 other similar text files
[9e7fa16]290 </para>
[b280fcc]291 <indexterm zone="aspell prezip">
292 <primary sortas="b-prezip">prezip</primary>
293 </indexterm>
294 </listitem>
295 </varlistentry>
[4e82a189]296
[b280fcc]297 <varlistentry id="prezip-bin">
298 <term><command>prezip-bin</command></term>
299 <listitem>
[9e7fa16]300 <para>
301 is called by the various wrapper scripts to perform the actual
[4c24eb0a]302 compressing and decompressing
[9e7fa16]303 </para>
[b280fcc]304 <indexterm zone="aspell prezip-bin">
305 <primary sortas="b-prezip-bin">prezip-bin</primary>
306 </indexterm>
307 </listitem>
308 </varlistentry>
[4e82a189]309
[b280fcc]310 <varlistentry id="pspell-config">
311 <term><command>pspell-config</command></term>
312 <listitem>
[9e7fa16]313 <para>
314 displays information about the
315 <filename class="libraryfile">libpspell</filename> installation,
[4c24eb0a]316 mostly for use in build scripts
[9e7fa16]317 </para>
[b280fcc]318 <indexterm zone="aspell pspell-config">
319 <primary sortas="b-pspell-config">pspell-config</primary>
320 </indexterm>
321 </listitem>
322 </varlistentry>
[4e82a189]323
[b280fcc]324 <varlistentry id="run-with-aspell">
325 <term><command>run-with-aspell</command></term>
326 <listitem>
[9e7fa16]327 <para>
328 is a script to help use <application>Aspell</application> as an
[4c24eb0a]329 <command>ispell</command> replacement
[9e7fa16]330 </para>
[b280fcc]331 <indexterm zone="aspell run-with-aspell">
332 <primary sortas="b-run-with-aspell">run-with-aspell</primary>
333 </indexterm>
334 </listitem>
335 </varlistentry>
[4e82a189]336
[b280fcc]337 <varlistentry id="word-list-compress">
338 <term><command>word-list-compress</command></term>
339 <listitem>
[9e7fa16]340 <para>
341 compresses or decompresses sorted word lists for use with the
[4c24eb0a]342 <application>Aspell</application> spell checker
[9e7fa16]343 </para>
[b280fcc]344 <indexterm zone="aspell word-list-compress">
345 <primary sortas="b-word-list-compress">word-list-compress</primary>
346 </indexterm>
347 </listitem>
348 </varlistentry>
[4e82a189]349
[b280fcc]350 <varlistentry id="libaspell">
[9e7fa16]351 <term><filename class="libraryfile">libaspell.so</filename></term>
[b280fcc]352 <listitem>
[9e7fa16]353 <para>
[4c24eb0a]354 contains spell checking API functions
[9e7fa16]355 </para>
[b280fcc]356 <indexterm zone="aspell libaspell">
[e2abad8e]357 <primary sortas="c-libaspell">libaspell.so</primary>
[b280fcc]358 </indexterm>
359 </listitem>
360 </varlistentry>
[4e82a189]361
[b280fcc]362 <varlistentry id="libpspell">
[9e7fa16]363 <term><filename class="libraryfile">libpspell.so</filename></term>
[b280fcc]364 <listitem>
[9e7fa16]365 <para>
366 is an interface to the
367 <filename class="libraryfile">libaspell</filename> library. All the
368 spell checking functionality is now in
369 <filename class="libraryfile">libaspell</filename> but this library
[4c24eb0a]370 is included for backward compatibility
[9e7fa16]371 </para>
[b280fcc]372 <indexterm zone="aspell libpspell">
373 <primary sortas="c-libpspell">libpspell.so</primary>
374 </indexterm>
375 </listitem>
376 </varlistentry>
377 </variablelist>
378 </sect2>
[4c24eb0a]379
[368512b3]380</sect1>
Note: See TracBrowser for help on using the repository browser.