source: archive/ispell.xml@ f863fd7d

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f863fd7d was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • 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 <date>$Date$</date>
32 </sect1info>
33
34 <title>Ispell-&ispell-version;</title>
35
36 <indexterm zone="ispell">
37 <primary sortas="a-Ispell">Ispell</primary>
38 </indexterm>
39
40 <sect2 role="package">
41 <title>Introduction to Ispell</title>
42
43 <para>The <application>ispell</application> package contains a spell
44 checker that can handle international languages.</para>
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>Download (HTTP): <ulink url="&ispell-download-http;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download (FTP): <ulink url="&ispell-download-ftp;"/></para>
53 </listitem>
54 <listitem>
55 <para>Download MD5 sum: &ispell-md5sum;</para>
56 </listitem>
57 <listitem>
58 <para>Download size: &ispell-size;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated disk space required: &ispell-buildsize;</para>
62 </listitem>
63 <listitem>
64 <para>Estimated build time: &ispell-time;</para>
65 </listitem>
66 </itemizedlist>
67
68 <para condition="html" role="usernotes">User Notes:
69 <ulink url="&blfs-wiki;/ispell"/></para>
70
71 </sect2>
72
73 <sect2 role="installation">
74 <title>Installation of Ispell</title>
75
76 <para>The first step is to create <filename>local.h</filename>.</para>
77
78<screen><userinput>sed -e "s:/usr/local:/usr:g" -e "s:/lib:/share/ispell:" \
79 local.h.linux > local.h</userinput></screen>
80
81 <para>By default, <application>ispell</application> only installs an American
82 English dictionary. To set up other languages, check out the
83 <filename>config.X</filename> file for the #define entry to append to
84 <filename>local.h</filename>.</para>
85
86 <para>Build <application>ispell</application> using the
87 following commands:</para>
88
89<screen><userinput>make</userinput></screen>
90
91 <para>To test the build, issue: <command>make test</command>.</para>
92
93 <para>Now, as the <systemitem class='username'>root</systemitem> user:</para>
94
95<screen><userinput>make install</userinput></screen>
96
97 </sect2>
98
99 <sect2 role="commands">
100 <title>Command Explanations</title>
101
102 <para><command>sed -e "s:/usr/local:/usr:g" -e "s:/lib:/share/ispell:"
103 local.h.linux > local.h</command>: This command corrects the
104 installation directories of the package.</para>
105
106 </sect2>
107
108 <sect2 role="content">
109 <title>Contents</title>
110
111 <segmentedlist>
112 <segtitle>Installed Program</segtitle>
113 <segtitle>Installed Libraries</segtitle>
114 <segtitle>Installed Directory</segtitle>
115
116 <seglistitem>
117 <seg>ispell</seg>
118 <seg>None</seg>
119 <seg>/usr/share/ispell</seg>
120 </seglistitem>
121 </segmentedlist>
122
123 <variablelist>
124 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
125 <?dbfo list-presentation="list"?>
126 <?dbhtml list-presentation="table"?>
127
128 <varlistentry id="ispell-prog">
129 <term><command>ispell</command></term>
130 <listitem>
131 <para>is used for spell checking.</para>
132 <indexterm zone="ispell ispell-prog">
133 <primary sortas="b-ispell">ispell</primary>
134 </indexterm>
135 </listitem>
136 </varlistentry>
137
138 </variablelist>
139
140 </sect2>
141
142</sect1>
Note: See TracBrowser for help on using the repository browser.