source: general/genlib/aspell.xml@ 223a2fa

11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 223a2fa was 9029db2, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Tag most of General Libraries and dependencies

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

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