mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Tagged aspell.xml
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3895 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
f2c510eef4
commit
b280fcc0c0
@ -4,224 +4,261 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!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 "d067596a1d9029d127d85e5040bab0ab">
|
||||
<!ENTITY aspell-size "1.6 MB">
|
||||
<!ENTITY aspell-buildsize "41.5 MB (includes the English dictionary)">
|
||||
<!ENTITY aspell-time "0.76 SBU">
|
||||
<!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 "d067596a1d9029d127d85e5040bab0ab">
|
||||
<!ENTITY aspell-size "1.6 MB">
|
||||
<!ENTITY aspell-buildsize "41.5 MB (includes the English dictionary)">
|
||||
<!ENTITY aspell-time "0.76 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="aspell" xreflabel="Aspell-&aspell-version;">
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
<?dbhtml filename="aspell.html"?>
|
||||
<title>Aspell-&aspell-version;</title>
|
||||
<indexterm zone="aspell">
|
||||
<primary sortas="a-Aspell">Aspell</primary></indexterm>
|
||||
<?dbhtml filename="aspell.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>Aspell-&aspell-version;</title>
|
||||
|
||||
<indexterm zone="aspell">
|
||||
<primary sortas="a-Aspell">Aspell</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to <application>Aspell</application></title>
|
||||
<sect2>
|
||||
<title>Introduction to Aspell</title>
|
||||
|
||||
<para>The <application>Aspell</application> package contains an interactive
|
||||
spell checking program and the <application>Aspell</application> libraries.
|
||||
<application>Aspell</application> can either be used as a library or as an
|
||||
independent spell checker.</para>
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&aspell-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&aspell-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &aspell-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &aspell-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &aspell-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &aspell-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<para>You'll need to download at least one dictionary. The link below will take
|
||||
you to a page containing links to dictionaries in many languages.</para>
|
||||
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem>
|
||||
<para>Aspell dictionaries: <ulink
|
||||
url="ftp://ftp.gnu.org/gnu/aspell/dict"/></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Aspell Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para><xref linkend="which"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Aspell</title>
|
||||
|
||||
<para>The <application>Aspell</application> package contains an interactive
|
||||
spell checking program and the <application>Aspell</application> libraries.
|
||||
<application>Aspell</application> can either be used as a library or as an
|
||||
independent spell checker.</para>
|
||||
<para>Install <application>Aspell</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Download (HTTP): <ulink
|
||||
url="&aspell-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink
|
||||
url="&aspell-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download MD5 sum: &aspell-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: &aspell-size;</para></listitem>
|
||||
<listitem><para>Estimated disk space required:
|
||||
&aspell-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
&aspell-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect3><title>Additional download(s)</title>
|
||||
<para>You'll need to download at least one dictionary. The link below will take
|
||||
you to a page containing links to dictionaries in many languages.</para>
|
||||
<sect2 role="configuration">
|
||||
<title>Configuring Aspell</title>
|
||||
|
||||
<sect3>
|
||||
<title>Configuration Information</title>
|
||||
|
||||
<para>After <application>Aspell</application> is installed, you must set up at
|
||||
least one dictionary. Install one or more dictionaries by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Aspell dictionaries: <ulink
|
||||
url="ftp://ftp.gnu.org/gnu/aspell/dict"/></para></listitem>
|
||||
</itemizedlist>
|
||||
</sect3>
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<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>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<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>
|
||||
<indexterm zone="aspell aspell-prog">
|
||||
<primary sortas="b-aspell">aspell</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
<indexterm zone="aspell pspell-config">
|
||||
<primary sortas="b-pspell-config">pspell-config</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<varlistentry id="libaspell">
|
||||
<term><filename class='libraryfile'>libaspell.so</filename></term>
|
||||
<listitem>
|
||||
<para>contains spell checking API 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>
|
||||
|
||||
<sect3><title><application>Aspell</application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para><xref linkend="which"/></para>
|
||||
</sect4>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Installation of <application>Aspell</application></title>
|
||||
|
||||
<para>Install <application>Aspell</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr &&
|
||||
make</command></userinput></screen>
|
||||
|
||||
<para>Now, as the root user:</para>
|
||||
|
||||
<screen><userinput role='root'><command>make install</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Configuring <application>Aspell</application></title>
|
||||
|
||||
<sect3><title>Configuration Information</title>
|
||||
|
||||
<para>After <application>Aspell</application> is installed, you must set up at
|
||||
least one dictionary. Install one or more dictionaries by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure &&
|
||||
make</command></userinput></screen>
|
||||
|
||||
<para>Now, as the root user:</para>
|
||||
|
||||
<screen><userinput role='root'><command>make install</command></userinput></screen>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<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>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
|
||||
<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>
|
||||
<indexterm zone="aspell aspell-prog">
|
||||
<primary sortas="b-aspell">aspell</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
<indexterm zone="aspell pspell-config">
|
||||
<primary sortas="b-pspell-config">pspell-config</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user