Author: andy Date: 2012-04-21 06:11:32 -0600 (Sat, 21 Apr 2012) New Revision: 9963
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/aspell.xml trunk/BOOK/introduction/welcome/changelog.xml Log: aspell-0.60.6.1 Modified: trunk/BOOK/general/genlib/aspell.xml =================================================================== --- trunk/BOOK/general/genlib/aspell.xml 2012-04-21 10:02:52 UTC (rev 9962) +++ trunk/BOOK/general/genlib/aspell.xml 2012-04-21 12:11:32 UTC (rev 9963) @@ -4,12 +4,14 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY aspell-download-http "http://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz"> - <!ENTITY aspell-download-ftp "ftp://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz"> - <!ENTITY aspell-md5sum "bc80f0198773d5c05086522be67334eb"> - <!ENTITY aspell-size "1.7 MB"> - <!ENTITY aspell-buildsize "34 MB (Additional 8 MB for EN dictionary)"> - <!ENTITY aspell-time "0.6 SBU"> + <!ENTITY aspell-download-http + "http://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz"> + <!ENTITY aspell-download-ftp + "ftp://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz"> + <!ENTITY aspell-md5sum "e66a9c9af6a60dc46134fdacf6ce97d7"> + <!ENTITY aspell-size "1.8 MB"> + <!ENTITY aspell-buildsize "58 MB (Additional 8 MB for EN dictionary)"> + <!ENTITY aspell-time "0.5 SBU"> ]> <sect1 id="aspell" xreflabel="Aspell-&aspell-version;"> @@ -29,69 +31,92 @@ <sect2 role="package"> <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> + <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> &lfs71_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> <listitem> - <para>Download (HTTP): <ulink url="&aspell-download-http;"/></para> + <para> + Download (HTTP): <ulink url="&aspell-download-http;"/> + </para> </listitem> <listitem> - <para>Download (FTP): <ulink url="&aspell-download-ftp;"/></para> + <para> + Download (FTP): <ulink url="&aspell-download-ftp;"/> + </para> </listitem> <listitem> - <para>Download MD5 sum: &aspell-md5sum;</para> + <para> + Download MD5 sum: &aspell-md5sum; + </para> </listitem> <listitem> - <para>Download size: &aspell-size;</para> + <para> + Download size: &aspell-size; + </para> </listitem> <listitem> - <para>Estimated disk space required: &aspell-buildsize;</para> + <para> + Estimated disk space required: &aspell-buildsize; + </para> </listitem> <listitem> - <para>Estimated build time: &aspell-time;</para> + <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> + <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'> + <itemizedlist spacing="compact"> <listitem> - <para>Aspell dictionaries: <ulink - url="ftp://ftp.gnu.org/gnu/aspell/dict"/></para> + <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 role="required"><xref linkend="which"/> (for the dictionaries)</para> + <para role="required"> + <xref linkend="which"/> (for the dictionaries) + </para> - <para condition="html" role="usernotes">User Notes: - <ulink url="&blfs-wiki;/aspell"/></para> - + <para condition="html" role="usernotes"> + User Notes: <ulink url="&blfs-wiki;/aspell"/> + </para> </sect2> <sect2 role="installation"> <title>Installation of Aspell</title> - <para>Install <application>Aspell</application> by running the following - commands:</para> + <para> + Install <application>Aspell</application> by running the following + commands: + </para> <screen><userinput>./configure --prefix=/usr && make</userinput></screen> - <!-- <para>Pre-built HTML documentation is included in the package. If you have - <application>teTeX</application> installed and you wish to build additional - formats of the documentation, issue any or all of the following - commands:</para> + <!-- <para> + Pre-built HTML documentation is included in the package. If you have + <application>teTeX</application> installed and you wish to build + additional formats of the documentation, issue any or all of the following + commands: + </para> <screen><userinput>make -C manual pdf && make -C manual pdf && @@ -101,9 +126,13 @@ makeinfo -plaintext -o aspell-dev.txt aspell-dev.texi && cd ..</userinput></screen> --> - <para>This package does not come with a test suite.</para> + <para> + This package does not come with a test suite. + </para> - <para>Now, as the <systemitem class="username">root</systemitem> user:</para> + <para> + Now, as the <systemitem class="username">root</systemitem> user: + </para> <screen role="root"><userinput>make install && install -v -m755 -d /usr/share/doc/aspell-&aspell-version;/aspell{,-dev}.html && @@ -112,33 +141,39 @@ install -v -m644 manual/aspell-dev.html/* \ /usr/share/doc/aspell-&aspell-version;/aspell-dev.html</userinput></screen> - <!-- <para>If you built additional formats of the documentation, install them - by issuing the following command as the - <systemitem class="username">root</systemitem> user:</para> + <!-- <para> + If you built additional formats of the documentation, install them by + issuing the following command as the + <systemitem class="username">root</systemitem> user: + </para> <screen role="root"><userinput>install -v -m644 manual/aspell{,-dev}.{ps,pdf,dvi,txt} \ /usr/share/doc/aspell-&aspell-version;</userinput></screen> --> - <para>If you do not plan to install <application>Ispell</application>, - then copy the wrapper script <command>ispell</command>:</para> + <para> + If you do not plan to install <application>Ispell</application>, then copy + the wrapper script <command>ispell</command>: + </para> <screen role="root"><userinput>install -v -m 755 scripts/ispell /usr/bin/</userinput></screen> - <para>If you do not plan to install <application>Spell</application>, - then copy the wrapper script <command>spell</command>:</para> + <para> + If you do not plan to install <application>Spell</application>, then copy + the wrapper script <command>spell</command>: + </para> <screen role="root"><userinput>install -v -m 755 scripts/spell /usr/bin/</userinput></screen> - </sect2> <!-- <sect2 role="commands"> <title>Command Explanations</title> - <para><command>make -C manual pdf</command>: This command is listed twice - as the first time it runs it will display an error and abort, although it - creates the requested file. Running the command again ensures the other - file is also created.</para> - + <para> + <command>make -C manual pdf</command>: This command is listed twice as the + first time it runs it will display an error and abort, although it creates + the requested file. Running the command again ensures the other file is + also created. + </para> </sect2> --> <sect2 role="configuration"> @@ -147,19 +182,21 @@ <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> + <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> + <para> + Now, as the <systemitem class="username">root</systemitem> user: + </para> <screen role="root"><userinput>make install</userinput></screen> - </sect3> - </sect2> <sect2 role="content"> @@ -171,9 +208,11 @@ <segtitle>Installed Directories</segtitle> <seglistitem> - <seg>aspell, aspell-import, precat, preunzip, prezip, prezip-bin, - pspell-config, run-with-aspell, word-list-compress and optionally, - ispell and spell</seg> + <seg> + aspell, aspell-import, precat, preunzip, prezip, prezip-bin, + pspell-config, run-with-aspell, word-list-compress and optionally, + ispell and spell. + </seg> <seg>libaspell.so and libpspell.so</seg> <seg>/usr/include/pspell and /usr/lib/aspell-0.60</seg> </seglistitem> @@ -187,11 +226,12 @@ <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> + <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> @@ -201,8 +241,10 @@ <varlistentry id="aspell-ispell"> <term><command>ispell</command></term> <listitem> - <para>is a wrapper around <command>aspell</command> to invoke it in - <command>ispell</command> compatible mode.</para> + <para> + is a wrapper around <command>aspell</command> to invoke it in + <command>ispell</command> compatible mode. + </para> <indexterm zone="aspell aspell-ispell"> <primary sortas="b-ispell">ispell</primary> </indexterm> @@ -212,8 +254,10 @@ <varlistentry id="aspell-spell"> <term><command>spell</command></term> <listitem> - <para>is a wrapper around <command>aspell</command> to invoke it in - <command>spell</command> compatible mode.</para> + <para> + is a wrapper around <command>aspell</command> to invoke it in + <command>spell</command> compatible mode. + </para> <indexterm zone="aspell aspell-spell"> <primary sortas="b-spell">spell</primary> </indexterm> @@ -223,8 +267,10 @@ <varlistentry id="aspell-import"> <term><command>aspell-import</command></term> <listitem> - <para>imports old personal dictionaries into - <application>Aspell</application>.</para> + <para> + imports old personal dictionaries into + <application>Aspell</application>. + </para> <indexterm zone="aspell aspell-import"> <primary sortas="b-aspell-import">aspell-import</primary> </indexterm> @@ -234,8 +280,9 @@ <varlistentry id="precat"> <term><command>precat</command></term> <listitem> - <para>decompresses a <command>prezip</command>ped file to - stdout.</para> + <para> + decompresses a <command>prezip</command>ped file to stdout. + </para> <indexterm zone="aspell precat"> <primary sortas="b-precat">precat</primary> </indexterm> @@ -245,7 +292,9 @@ <varlistentry id="preunzip"> <term><command>preunzip</command></term> <listitem> - <para>decompresses a <command>prezip</command>ped file.</para> + <para> + decompresses a <command>prezip</command>ped file. + </para> <indexterm zone="aspell preunzip"> <primary sortas="b-preunzip">preunzip</primary> </indexterm> @@ -255,8 +304,10 @@ <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> + <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> @@ -266,8 +317,10 @@ <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> + <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> @@ -277,9 +330,11 @@ <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> + <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> @@ -289,8 +344,10 @@ <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> + <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> @@ -300,8 +357,10 @@ <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> + <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> @@ -309,9 +368,11 @@ </varlistentry> <varlistentry id="libaspell"> - <term><filename class='libraryfile'>libaspell.so</filename></term> + <term><filename class="libraryfile">libaspell.so</filename></term> <listitem> - <para>contains spell checking API functions.</para> + <para> + contains spell checking API functions. + </para> <indexterm zone="aspell libaspell"> <primary sortas="c-lib">libaspell.so</primary> </indexterm> @@ -319,21 +380,20 @@ </varlistentry> <varlistentry id="libpspell"> - <term><filename class='libraryfile'>libpspell.so</filename></term> + <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 functionality is now in - <filename class='libraryfile'>libaspell</filename> but this library - is included for backward compatibility.</para> + <para> + is an interface to the + <filename class="libraryfile">libaspell</filename> library. All the + spell checking functionality is now in + <filename class="libraryfile">libaspell</filename> but this library + is included for backward compatibility. + </para> <indexterm zone="aspell libpspell"> <primary sortas="c-libpspell">libpspell.so</primary> </indexterm> </listitem> </varlistentry> - </variablelist> - </sect2> - </sect1> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-04-21 10:02:52 UTC (rev 9962) +++ trunk/BOOK/general.ent 2012-04-21 12:11:32 UTC (rev 9963) @@ -188,7 +188,7 @@ <!ENTITY libglade-version "2.6.4"> <!ENTITY expat-version "2.1.0"> <!ENTITY libesmtp-version "1.0.4"> -<!ENTITY aspell-version "0.60.6"> +<!ENTITY aspell-version "0.60.6.1"> <!ENTITY enchant-version "1.6.0"> <!ENTITY slib-version "3b3"> <!ENTITY LZO-version "2.03"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2012-04-21 10:02:52 UTC (rev 9962) +++ trunk/BOOK/introduction/welcome/changelog.xml 2012-04-21 12:11:32 UTC (rev 9963) @@ -65,6 +65,9 @@ <listitem> <para>[krejzi] - clutter-gst 1.5.4.</para> </listitem> + <listitem> + <para>[abenton] - Updated Aspell to 0.60.6.1</para> + </listitem> </itemizedlist> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
