Updated to Aspell-0.60.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3695 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-04-09 02:45:20 +00:00
parent 4a7d1a4512
commit 9a9b94f145
3 changed files with 124 additions and 57 deletions

View File

@ -76,7 +76,7 @@
<!ENTITY libglade-version "2.4.1">
<!ENTITY expat-version "1.95.8">
<!ENTITY libesmtp-version "1.0.3r1">
<!ENTITY aspell-version "0.60">
<!ENTITY aspell-version "0.60.2">
<!ENTITY ispell-version "3.2.06.epa7">
<!ENTITY guile-version "1.6.6">
<!ENTITY slib-version "3a1">

View File

@ -6,10 +6,10 @@
<!ENTITY aspell-download-http "http://gnu.mirror.mcgill.ca/aspell/aspell-&aspell-version;.tar.gz">
<!ENTITY aspell-download-ftp "ftp://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz">
<!ENTITY aspell-md5sum "8fa031d0eb37a5538aa6fefa657e707f">
<!ENTITY aspell-md5sum "d067596a1d9029d127d85e5040bab0ab">
<!ENTITY aspell-size "1.6 MB">
<!ENTITY aspell-buildsize "39.3 MB">
<!ENTITY aspell-time "0.74 SBU">
<!ENTITY aspell-buildsize "41.5 MB (includes the English dictionary)">
<!ENTITY aspell-time "0.76 SBU">
]>
<sect1 id="aspell" xreflabel="Aspell-&aspell-version;">
@ -19,6 +19,8 @@
</sect1info>
<?dbhtml filename="aspell.html"?>
<title>Aspell-&aspell-version;</title>
<indexterm zone="aspell">
<primary sortas="a-Aspell">Aspell</primary></indexterm>
<sect2>
<title>Introduction to <application>Aspell</application></title>
@ -67,8 +69,11 @@ url="ftp://ftp.gnu.org/gnu/aspell/dict"/></para></listitem>
commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
make</command></userinput></screen>
<para>Now, as the root user:</para>
<screen><userinput role='root'><command>make install</command></userinput></screen>
</sect2>
@ -82,8 +87,11 @@ least one dictionary. Install one or more dictionaries by running the following
commands:</para>
<screen><userinput><command>./configure &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
make</command></userinput></screen>
<para>Now, as the root user:</para>
<screen><userinput role='root'><command>make install</command></userinput></screen>
</sect3>
</sect2>
@ -91,68 +99,127 @@ make install</command></userinput></screen>
<sect2>
<title>Contents</title>
<para>The <application>Aspell</application> package contains
<command>aspell</command>,
<command>aspell-import</command>,
<command>precat</command>,
<command>preunzip</command>,
<command>prezip</command>,
<command>prezip-bin</command>,
<command>pspell-config</command>,
<command>run-with-aspell</command>,
<command>word-list-compress</command>,
filters, dictionaries, compatibility scripts and the
<filename class='libraryfile'>libaspell</filename> and
<filename class='libraryfile'>libpspell</filename> libraries.</para>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
</sect2>
<seglistitem>
<seg>aspell, aspell-import, precat, preunzip, prezip, prezip-bin, pspell-config,
run-with-aspell and word-list-compress</seg>
<seg>libaspell.so and libpspell.so</seg>
<seg>/usr/include/pspell and /usr/lib/aspell-0.60</seg>
</seglistitem>
</segmentedlist>
<sect2><title>Description</title>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<sect3><title>aspell</title>
<para><command>aspell</command> is a utility that can function as an
<varlistentry id="aspell-prog">
<term><command>aspell</command></term>
<listitem><para>is a utility that can function as an
<command>ispell -a</command> replacement, as an independent spell checker, as
a test utility to test out <application>Aspell</application> features, and as
a utility for managing dictionaries.</para></sect3>
a utility for managing dictionaries.</para>
<indexterm zone="aspell aspell-prog">
<primary sortas="b-aspell">aspell</primary>
</indexterm></listitem>
</varlistentry>
<sect3><title>aspell-import</title>
<para><command>aspell-import</command> imports old personal dictionaries into
<application>Aspell</application>.</para></sect3>
<varlistentry id="aspell-import">
<term><command>aspell-import</command></term>
<listitem><para>imports old personal dictionaries into
<application>Aspell</application>.</para>
<indexterm zone="aspell aspell-import">
<primary sortas="b-aspell-import">aspell-import</primary>
</indexterm></listitem>
</varlistentry>
<sect3><title>precat</title>
<para><command>precat</command> decompresses a <command>prezip</command>ped
file to stdout.</para></sect3>
<varlistentry id="precat">
<term><command>precat</command></term>
<listitem><para>decompresses a <command>prezip</command>ped file to
stdout.</para>
<indexterm zone="aspell precat">
<primary sortas="b-precat">precat</primary>
</indexterm></listitem>
</varlistentry>
<sect3><title>preunzip</title>
<para><command>preunzip</command> decompresses a <command>prezip</command>ped
file.</para></sect3>
<varlistentry id="preunzip">
<term><command>preunzip</command></term>
<listitem><para>decompresses a <command>prezip</command>ped file.</para>
<indexterm zone="aspell preunzip">
<primary sortas="b-preunzip">preunzip</primary>
</indexterm></listitem>
</varlistentry>
<sect3><title>prezip</title>
<para><command>prezip</command> is a prefix delta compressor, used to compress
sorted word lists or other similar text files.</para></sect3>
<varlistentry id="prezip">
<term><command>prezip</command></term>
<listitem><para>is a prefix delta compressor, used to compress sorted word
lists or other similar text files.</para>
<indexterm zone="aspell prezip">
<primary sortas="b-prezip">prezip</primary>
</indexterm></listitem>
</varlistentry>
<sect3><title>prezip-bin</title>
<para><command>prezip-bin</command> is called by the various wrapper scripts to
perform the actual compressing and decompressing.</para></sect3>
<varlistentry id="prezip-bin">
<term><command>prezip-bin</command></term>
<listitem><para>is called by the various wrapper scripts to perform the
actual compressing and decompressing.</para>
<indexterm zone="aspell prezip-bin">
<primary sortas="b-prezip-bin">prezip-bin</primary>
</indexterm></listitem>
</varlistentry>
<sect3><title>pspell-config</title>
<para><command>pspell-config</command> displays information about the
<varlistentry id="pspell-config">
<term><command>pspell-config</command></term>
<listitem><para>displays information about the
<filename class='libraryfile'>libpspell</filename> installation, mostly for use
in build scripts.</para></sect3>
in build scripts.</para>
<indexterm zone="aspell pspell-config">
<primary sortas="b-pspell-config">pspell-config</primary>
</indexterm></listitem>
</varlistentry>
<sect3><title>run-with-aspell</title>
<para><command>run-with-aspell</command> is a script to help use
<application>Aspell</application> as an <command>ispell</command>
replacement.</para></sect3>
<varlistentry id="run-with-aspell">
<term><command>run-with-aspell</command></term>
<listitem><para>is a script to help use <application>Aspell</application>
as an <command>ispell</command> replacement.</para>
<indexterm zone="aspell run-with-aspell">
<primary sortas="b-run-with-aspell">run-with-aspell</primary>
</indexterm></listitem>
</varlistentry>
<sect3><title>word-list-compress</title>
<para><command>word-list-compress</command> compresses or decompresses sorted
word lists for use with the <application>Aspell</application> spell
checker.</para></sect3>
<varlistentry id="word-list-compress">
<term><command>word-list-compress</command></term>
<listitem><para>compresses or decompresses sorted word lists for use with the
<application>Aspell</application> spell checker.</para>
<indexterm zone="aspell word-list-compress">
<primary sortas="b-word-list-compress">word-list-compress</primary>
</indexterm></listitem>
</varlistentry>
<sect3><title>aspell libraries</title>
<para>The <filename class='libraryfile'>lib{a,p}spell</filename> libraries
are spell checking library interfaces.</para></sect3>
<varlistentry id="libaspell">
<term><filename class='libraryfile'>libaspell.so</filename></term>
<listitem><para>contains spell checking <acronym>API</acronym>
functions.</para>
<indexterm zone="aspell libaspell">
<primary sortas="c-lib">libaspell.so</primary>
</indexterm></listitem>
</varlistentry>
<varlistentry id="libpspell">
<term><filename class='libraryfile'>libpspell.so</filename></term>
<listitem><para>is an interface to the
<filename class='libraryfile'>libaspell</filename> library. All the spell
checking funtionality is now in
<filename class='libraryfile'>libaspell</filename> but this library is
included for backwards compatibility.</para>
<indexterm zone="aspell libpspell">
<primary sortas="c-libpspell">libpspell.so</primary>
</indexterm></listitem>
</varlistentry>
</variablelist>
</sect2>

View File

@ -22,8 +22,8 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>April 8th, 2005 [randy]: Updated to
PostgreSQL-8.0.1.</para></listitem>
<listitem><para>April 8th, 2005 [randy]: Updated to PostgreSQL-8.0.1 and
Aspell-0.60.2.</para></listitem>
<listitem><para>April 7th, 2005 [randy]: Updated the JadeTex instructions
to work with Tex-3.0, contributed by Steffen Knollmann.</para></listitem>