From b280fcc0c0893cfc10f7be0ccdd5bf1b2779a929 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sat, 30 Apr 2005 20:01:50 +0000 Subject: [PATCH] Tagged aspell.xml git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3895 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/genlib/aspell.xml | 455 +++++++++++++++++++++----------------- 1 file changed, 246 insertions(+), 209 deletions(-) diff --git a/general/genlib/aspell.xml b/general/genlib/aspell.xml index 5b59a697e8..97540cc95d 100644 --- a/general/genlib/aspell.xml +++ b/general/genlib/aspell.xml @@ -4,224 +4,261 @@ %general-entities; - - - - - - + + + + + + ]> - -$LastChangedBy$ -$Date$ - - -Aspell-&aspell-version; - -Aspell + + + + $LastChangedBy$ + $Date$ + + + Aspell-&aspell-version; + + + Aspell + - -Introduction to <application>Aspell</application> + + Introduction to Aspell + + The Aspell package contains an interactive + spell checking program and the Aspell libraries. + Aspell can either be used as a library or as an + independent spell checker. + + Package Information + + + Download (HTTP): + + + Download (FTP): + + + Download MD5 sum: &aspell-md5sum; + + + Download size: &aspell-size; + + + Estimated disk space required: &aspell-buildsize; + + + Estimated build time: &aspell-time; + + + + Additional Downloads + 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. + + + + Aspell dictionaries: + + + + Aspell Dependencies + + Required + + + + + + Installation of Aspell -The Aspell package contains an interactive -spell checking program and the Aspell libraries. -Aspell can either be used as a library or as an -independent spell checker. + Install Aspell by running the following + commands: -Package information - -Download (HTTP): -Download (FTP): -Download MD5 sum: &aspell-md5sum; -Download size: &aspell-size; -Estimated disk space required: -&aspell-buildsize; -Estimated build time: -&aspell-time; - +./configure --prefix=/usr && +make + + Now, as the root user: + +make install + + -Additional download(s) -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. + + Configuring Aspell + + + Configuration Information + + After Aspell is installed, you must set up at + least one dictionary. Install one or more dictionaries by running the following + commands: + +./configure && +make + + Now, as the root user: + +make install + + + + + + + Contents - -Aspell dictionaries: - - + + Installed Programs + Installed Libraries + Installed Directories + + + aspell, aspell-import, precat, preunzip, prezip, prezip-bin, pspell-config, + run-with-aspell and word-list-compress + libaspell.so and libpspell.so + /usr/include/pspell and /usr/lib/aspell-0.60 + + + + + Short Descriptions + + + + + aspell + + is a utility that can function as an + ispell -a replacement, as an independent spell checker, as + a test utility to test out Aspell features, and as + a utility for managing dictionaries. + + aspell + + + + + + aspell-import + + imports old personal dictionaries into + Aspell. + + aspell-import + + + + + + precat + + decompresses a prezipped file to + stdout. + + precat + + + + + + preunzip + + decompresses a prezipped file. + + preunzip + + + + + + prezip + + is a prefix delta compressor, used to compress sorted word + lists or other similar text files. + + prezip + + + + + + prezip-bin + + is called by the various wrapper scripts to perform the + actual compressing and decompressing. + + prezip-bin + + + + + + pspell-config + + displays information about the + libpspell installation, mostly for use + in build scripts. + + pspell-config + + + + + + run-with-aspell + + is a script to help use Aspell + as an ispell replacement. + + run-with-aspell + + + + + + word-list-compress + + compresses or decompresses sorted word lists for use with the + Aspell spell checker. + + word-list-compress + + + + + + libaspell.so + + contains spell checking API functions. + + libaspell.so + + + + + + libpspell.so + + is an interface to the + libaspell library. All the spell + checking funtionality is now in + libaspell but this library is + included for backwards compatibility. + + libpspell.so + + + + + -<application>Aspell</application> dependencies -Required - - - - - - - -Installation of <application>Aspell</application> - -Install Aspell by running the following -commands: - -./configure --prefix=/usr && -make - -Now, as the root user: - -make install - - - - -Configuring <application>Aspell</application> - -Configuration Information - -After Aspell is installed, you must set up at -least one dictionary. Install one or more dictionaries by running the following -commands: - -./configure && -make - -Now, as the root user: - -make install - - - - - -Contents - - -Installed Programs -Installed Libraries -Installed Directories - - -aspell, aspell-import, precat, preunzip, prezip, prezip-bin, pspell-config, -run-with-aspell and word-list-compress -libaspell.so and libpspell.so -/usr/include/pspell and /usr/lib/aspell-0.60 - - - - -Short Descriptions - - - -aspell -is a utility that can function as an -ispell -a replacement, as an independent spell checker, as -a test utility to test out Aspell features, and as -a utility for managing dictionaries. - -aspell - - - - -aspell-import -imports old personal dictionaries into -Aspell. - -aspell-import - - - - -precat -decompresses a prezipped file to -stdout. - -precat - - - - -preunzip -decompresses a prezipped file. - -preunzip - - - - -prezip -is a prefix delta compressor, used to compress sorted word -lists or other similar text files. - -prezip - - - - -prezip-bin -is called by the various wrapper scripts to perform the -actual compressing and decompressing. - -prezip-bin - - - - -pspell-config -displays information about the -libpspell installation, mostly for use -in build scripts. - -pspell-config - - - - -run-with-aspell -is a script to help use Aspell -as an ispell replacement. - -run-with-aspell - - - - -word-list-compress -compresses or decompresses sorted word lists for use with the -Aspell spell checker. - -word-list-compress - - - - -libaspell.so -contains spell checking API -functions. - -libaspell.so - - - - -libpspell.so -is an interface to the -libaspell library. All the spell -checking funtionality is now in -libaspell but this library is -included for backwards compatibility. - -libpspell.so - - - - - +