source: general/genlib/ispell.xml@ f77b0b9

6.3 6.3-rc3
Last change on this file since f77b0b9 was 6732c094, checked in by Randy McMurchy <randy@…>, 17 years ago

Updated all the XML files (and the one stylesheet) to use the 4.5 version of DocBook XML DTD

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6716 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!-- Inserted as a reminder to do this. The mention of a test suite
8 is usually right before the root user installation commands. Please
9 delete these 12 (including one blank) lines after you are done.-->
10
11 <!-- Use one of the two mentions below about a test suite,
12 delete the line that is not applicable. Of course, if the
13 test suite uses syntax other than "make check", revise the
14 line to reflect the actual syntax to run the test suite -->
15
16 <!-- <para>This package does not come with a test suite.</para> -->
17 <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
18
19 <!ENTITY ispell-download-http "http://membled.com/work/patches/ispell/ispell-&ispell-version;.tar.bz2">
20 <!ENTITY ispell-download-ftp " ">
21 <!ENTITY ispell-md5sum "d5d867e62776524f60b3b5dcc3d8014f">
22 <!ENTITY ispell-size "1.2 MB">
23 <!ENTITY ispell-buildsize "11 MB">
24 <!ENTITY ispell-time "less than 0.1 SBU">
25]>
26
27<sect1 id="ispell" xreflabel="ispell-&ispell-version;">
28 <?dbhtml filename="ispell.html"?>
29
30 <sect1info>
31 <othername>$LastChangedBy$</othername>
32 <date>$Date$</date>
33 </sect1info>
34
35 <title>Ispell-&ispell-version;</title>
36
37 <indexterm zone="ispell">
38 <primary sortas="a-Ispell">Ispell</primary>
39 </indexterm>
40
41 <sect2 role="package">
42 <title>Introduction to Ispell</title>
43
44 <para>The <application>ispell</application> package contains a spell
45 checker that can handle international languages.</para>
46
47 <bridgehead renderas="sect3">Package Information</bridgehead>
48 <itemizedlist spacing="compact">
49 <listitem>
50 <para>Download (HTTP): <ulink url="&ispell-download-http;"/></para>
51 </listitem>
52 <listitem>
53 <para>Download (FTP): <ulink url="&ispell-download-ftp;"/></para>
54 </listitem>
55 <listitem>
56 <para>Download MD5 sum: &ispell-md5sum;</para>
57 </listitem>
58 <listitem>
59 <para>Download size: &ispell-size;</para>
60 </listitem>
61 <listitem>
62 <para>Estimated disk space required: &ispell-buildsize;</para>
63 </listitem>
64 <listitem>
65 <para>Estimated build time: &ispell-time;</para>
66 </listitem>
67 </itemizedlist>
68
69 <para condition="html" role="usernotes">User Notes:
70 <ulink url="&blfs-wiki;/ispell"/></para>
71
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of Ispell</title>
76
77 <para>The first step is to create <filename>local.h</filename>.</para>
78
79<screen><userinput>sed -e "s:/usr/local:/usr:g" -e "s:/lib:/share/ispell:" \
80 local.h.linux > local.h</userinput></screen>
81
82 <para>By default, <application>ispell</application> only installs an American
83 English dictionary. To set up other languages, check out the
84 <filename>config.X</filename> file for the #define entry to append to
85 <filename>local.h</filename>.</para>
86
87 <para>Build <application>ispell</application> using the
88 following commands:</para>
89
90<screen><userinput>make</userinput></screen>
91
92 <para>To test the build, issue: <command>make test</command>.</para>
93
94 <para>Now, as the <systemitem class='username'>root</systemitem> user:</para>
95
96<screen><userinput>make install</userinput></screen>
97
98 </sect2>
99
100 <sect2 role="commands">
101 <title>Command Explanations</title>
102
103 <para><command>sed -e "s:/usr/local:/usr:g" -e "s:/lib:/share/ispell:"
104 local.h.linux > local.h</command>: This command corrects the
105 installation directories of the package.</para>
106
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Program</segtitle>
114 <segtitle>Installed Libraries</segtitle>
115 <segtitle>Installed Directory</segtitle>
116
117 <seglistitem>
118 <seg>ispell</seg>
119 <seg>None</seg>
120 <seg>/usr/share/ispell</seg>
121 </seglistitem>
122 </segmentedlist>
123
124 <variablelist>
125 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
126 <?dbfo list-presentation="list"?>
127 <?dbhtml list-presentation="table"?>
128
129 <varlistentry id="ispell-prog">
130 <term><command>ispell</command></term>
131 <listitem>
132 <para>is used for spell checking.</para>
133 <indexterm zone="ispell ispell-prog">
134 <primary sortas="b-ispell">ispell</primary>
135 </indexterm>
136 </listitem>
137 </varlistentry>
138
139 </variablelist>
140
141 </sect2>
142
143</sect1>
Note: See TracBrowser for help on using the repository browser.