Added new package, enchant-1.5.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8195 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Wayne Blaszczyk 2010-01-07 03:58:49 +00:00
parent afd2a8c10c
commit 7ff765314b
8 changed files with 191 additions and 11 deletions

View File

@ -3,7 +3,7 @@ $LastChangedBy$
$Date$
-->
<!ENTITY day "06"> <!-- Always 2 digits -->
<!ENTITY day "07"> <!-- Always 2 digits -->
<!ENTITY month "01"> <!-- Always 2 digits -->
<!ENTITY year "2010">
<!ENTITY copyrightdate "2001-&year;">
@ -135,6 +135,7 @@ $Date$
<!ENTITY expat-version "2.0.1">
<!ENTITY libesmtp-version "1.0.4">
<!ENTITY aspell-version "0.60.6">
<!ENTITY enchant-version "1.5.0">
<!ENTITY slib-version "3a4">
<!ENTITY gwrap-version "1.3.4">
<!ENTITY LZO-version "2.03">

173
general/genlib/enchant.xml Normal file
View File

@ -0,0 +1,173 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY enchant-download-http "http://www.abisource.com/downloads/enchant/&enchant-version;/enchant-&enchant-version;.tar.gz">
<!ENTITY enchant-download-ftp " ">
<!ENTITY enchant-md5sum "7dfaed14e142b4a0004b770c9568ed02">
<!ENTITY enchant-size "579 KB">
<!ENTITY enchant-buildsize "13 MB">
<!ENTITY enchant-time "0.3 SBU">
]>
<sect1 id="enchant" xreflabel="enchant-&enchant-version;">
<?dbhtml filename="enchant.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>enchant-&enchant-version;</title>
<indexterm zone="enchant">
<primary sortas="a-enchant">enchant</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to enchant</title>
<para>The <application>enchant</application> package provide a generic
interface into various existing spell checking libaries.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&enchant-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&enchant-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &enchant-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &enchant-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &enchant-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &enchant-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">enchant Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="glib2"/></para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended"><xref linkend="aspell"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="dbus-glib"/>,
<xref linkend="guile"/>,
<ulink url="http://hspell.ivrix.org.il/">Hspell</ulink>, and
<ulink url="http://voikko.sourceforge.net/">Voikko</ulink></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/enchant"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of enchant</title>
<para>Install <application>enchant</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="configuration">
<title>Configuring enchant</title>
<sect3 id="enchant-config">
<title>Config Files</title>
<para><filename>~/.enchant</filename> and
<filename>/usr/share/enchant/enchant.ordering</filename></para>
<indexterm zone="enchant enchant-config">
<primary sortas="e-AA.enchant">~/.enchant</primary>
</indexterm>
<indexterm zone="enchant enchant-config">
<primary
sortas="e-usr-share-enchant-enchant.ordering">/usr/share/enchant/enchant.ordering</primary>
</indexterm>
</sect3>
<sect3><title>Configuration Information</title>
<para>See more details in the enchant(1) manual page.</para>
</sect3>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>enchant and enchant-lsmod</seg>
<seg>libenchant.{so,a} and various backend libraries</seg>
<seg>/usr/{include/enchant,lib/enchant,share/enchant}</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="enchant-prog">
<term><command>enchant</command></term>
<listitem>
<para>is a spellchecker</para>
<indexterm zone="enchant enchant-prog">
<primary sortas="b-enchant">enchant</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="enchant-lsmod">
<term><command>enchant-lsmod</command></term>
<listitem>
<para>lists available backends, languages, and dictionaries.</para>
<indexterm zone="enchant enchant-lsmod">
<primary sortas="b-enchant-lsmod">enchant-lsmod</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libenchant">
<term><filename class='libraryfile'>libenchant.{so,a}</filename></term>
<listitem>
<para>contains spell checking interface API functions.</para>
<indexterm zone="enchant libenchant">
<primary sortas="c-libenchant">libenchant.{so,a}</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>

View File

@ -61,6 +61,7 @@ $Date$
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="expat.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libesmtp.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="aspell.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="enchant.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="slib.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gwrap.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="lzo.xml"/>

View File

@ -72,8 +72,7 @@
and <xref linkend="gnome-python"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><ulink
url="http://www.abisource.com/projects/enchant/">Enchant</ulink>,
<para role="optional"><xref linkend="enchant"/>,
<xref linkend="intltool"/>, and
<xref linkend="gtk-doc"/></para>

View File

@ -65,7 +65,7 @@
<bridgehead renderas="sect4">Optional (to Provide Spell-Checking Capability)</bridgehead>
<para role="optional"><xref linkend="iso-codes"/> and
<ulink url="http://www.abisource.com/projects/enchant/">Enchant</ulink>*</para>
<xref linkend="enchant"/>*</para>
<bridgehead renderas="sect4">Optional (to Provide Python Bindings and Plugins)</bridgehead>
<para role="optional"><xref linkend="pygtk"/> (including the gtk, pango

View File

@ -40,6 +40,15 @@
</listitem>
-->
<listitem>
<para>January 7th, 2010</para>
<itemizedlist>
<listitem>
<para>[wblaszcz] - Added new package, enchant-1.5.0.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>January 6th, 2010</para>
<itemizedlist>

View File

@ -66,7 +66,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="libgnomeui"/> (for GNOME-2 support),
<xref linkend="gucharmap"/>,
<ulink url="http://www.abisource.com/enchant/">Enchant</ulink> (uses
<xref linkend="enchant"/> (uses
<xref linkend="aspell"/>),
<ulink url="http://wvware.sourceforge.net/">wv</ulink> (with
<ulink url="http://sourceforge.net/projects/wvware">libwmf</ulink> installed first), and

View File

@ -82,12 +82,9 @@
<ulink url="http://gtkspell.sourceforge.net/">GtkSpell</ulink> (not recommended)</para>
<para>Note that using <application>libsexy</application> for spell checking
requires <ulink
url="http://www.abisource.com/projects/enchant/">Enchant</ulink>
at run-time. <xref linkend="aspell"/> is just one of many backend spell
libraries <application>Enchant</application> can use. See the
<application>Enchant</application> project page (URL above) for additional
information about the available backends.</para>
requires <xref linkend="enchant"/> at run-time. <xref linkend="aspell"/> is
just one of many backend spell libraries <application>Enchant</application>
can use.</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/xchat"/></para>