Changeset 7d849235
- Timestamp:
- 05/01/2005 10:39:10 AM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- f73597a
- Parents:
- 3f455af
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/ispell.xml
r3f455af r7d849235 5 5 %general-entities; 6 6 7 <!ENTITY ispell-download-http "http://membled.com/work/patches/ispell/ispell-&ispell-version;.tar.bz2">8 <!ENTITY ispell-download-ftp " ">9 <!ENTITY ispell-md5sum "d5d867e62776524f60b3b5dcc3d8014f">10 <!ENTITY ispell-size "1.2 MB">11 <!ENTITY ispell-buildsize "11 MB">12 <!ENTITY ispell-time "0.03 SBU">7 <!ENTITY ispell-download-http "http://membled.com/work/patches/ispell/ispell-&ispell-version;.tar.bz2"> 8 <!ENTITY ispell-download-ftp " "> 9 <!ENTITY ispell-md5sum "d5d867e62776524f60b3b5dcc3d8014f"> 10 <!ENTITY ispell-size "1.2 MB"> 11 <!ENTITY ispell-buildsize "11 MB"> 12 <!ENTITY ispell-time "0.03 SBU"> 13 13 ]> 14 14 15 15 <sect1 id="ispell" xreflabel="ispell-&ispell-version;"> 16 <sect1info> 17 <othername>$LastChangedBy$</othername> 18 <date>$Date$</date> 19 </sect1info> 20 <?dbhtml filename="ispell.html"?> 21 <title>ispell-&ispell-version;</title> 16 <?dbhtml filename="ispell.html"?> 17 18 <sect1info> 19 <othername>$LastChangedBy$</othername> 20 <date>$Date$</date> 21 </sect1info> 22 23 <title>Ispell-&ispell-version;</title> 24 25 <indexterm zone="ispell"> 26 <primary sortas="a-Ispell">Ispell</primary> 27 </indexterm> 28 29 <sect2 role="package"> 30 <title>Introduction to Ispell</title> 22 31 23 <sect2> 24 <title>Introduction to <application>ispell</application></title> 32 <para>The <application>ispell</application> package contains a spell 33 checker that can handle international languages.</para> 34 35 <bridgehead renderas="sect3">Package Information</bridgehead> 36 <itemizedlist spacing="compact"> 37 <listitem> 38 <para>Download (HTTP): <ulink url="&ispell-download-http;"/></para> 39 </listitem> 40 <listitem> 41 <para>Download (FTP): <ulink url="&ispell-download-ftp;"/></para> 42 </listitem> 43 <listitem> 44 <para>Download MD5 sum: &ispell-md5sum;</para> 45 </listitem> 46 <listitem> 47 <para>Download size: &ispell-size;</para> 48 </listitem> 49 <listitem> 50 <para>Estimated disk space required: &ispell-buildsize;</para> 51 </listitem> 52 <listitem> 53 <para>Estimated build time: &ispell-time;</para> 54 </listitem> 55 </itemizedlist> 56 57 </sect2> 58 59 <sect2 role="installation"> 60 <title>Installation of Ispell</title> 25 61 26 <para>The <application>ispell</application> package contains a spell 27 checker that can handle international languages.</para> 62 <para>The first step is to create <filename>local.h</filename>.</para> 28 63 29 <sect3><title>Package information</title> 30 <itemizedlist spacing='compact'> 31 <listitem><para>Download (HTTP): <ulink 32 url="&ispell-download-http;"/></para></listitem> 33 <listitem><para>Download (FTP): <ulink 34 url="&ispell-download-ftp;"/></para></listitem> 35 <listitem><para>Download MD5 sum: &ispell-md5sum;</para></listitem> 36 <listitem><para>Download size: &ispell-size;</para></listitem> 37 <listitem><para>Estimated disk space required: 38 &ispell-buildsize;</para></listitem> 39 <listitem><para>Estimated build time: 40 &ispell-time;</para></listitem></itemizedlist> 41 </sect3> 64 <screen><userinput>sed -e "s:/usr/local:/usr:g" local.h.linux > local.h</userinput></screen> 42 65 43 </sect2> 66 <para>By default, <application>ispell</application> only installs an American 67 English dictionary. To set up other languages, check out the 68 <filename>config.X</filename> file for the #define entry to append to 69 <filename>local.h</filename>.</para> 70 71 <para>Compile and install <application>ispell</application> using the 72 following commands:</para> 44 73 45 <sect2> 46 <title>Installation of <application>ispell</application></title> 47 48 <para>The first step is to create <filename>local.h</filename>.</para> 49 50 <screen><userinput><command>sed -e "s:/usr/local:/usr:g" local.h.linux > local.h</command></userinput></screen> 51 52 <para>By default, <application>ispell</application> only installs an American 53 English dictionary. To set up other languages, check out the 54 <filename>config.X</filename> file for the #define entry to append to 55 <filename>local.h</filename>.</para> 56 57 <para>Compile and install <application>ispell</application> using the 58 following commands:</para> 59 60 <screen><userinput><command>make && 61 make install</command></userinput></screen> 62 63 </sect2> 64 65 <sect2> 66 <title>Contents</title> 67 68 <para>The <application>ispell</application> package contains the 69 <command>ispell</command> program used for spell checking.</para> 70 71 </sect2> 72 74 <screen><userinput>make && 75 make install</userinput></screen> 76 77 </sect2> 78 79 <sect2 role="content"> 80 <title>Contents</title> 81 82 <segmentedlist> 83 <segtitle>Installed Program</segtitle> 84 <segtitle>Installed Libraries</segtitle> 85 <segtitle>Installed Directories</segtitle> 86 87 <seglistitem> 88 <seg>ispell</seg> 89 <seg>None</seg> 90 <seg>None</seg> 91 </seglistitem> 92 </segmentedlist> 93 94 <variablelist> 95 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 96 <?dbfo list-presentation="list"?> 97 <?dbhtml list-presentation="table"?> 98 99 <varlistentry id="ispell-prog"> 100 <term><command>ispell</command></term> 101 <listitem> 102 <para>is used for spell checking.</para> 103 <indexterm zone="ispell ispell-prog"> 104 <primary sortas="b-ispell">ispell</primary> 105 </indexterm> 106 </listitem> 107 </varlistentry> 108 109 </variablelist> 110 111 </sect2> 112 73 113 </sect1> 74
Note:
See TracChangeset
for help on using the changeset viewer.