Changeset 4fea592 for general/genlib


Ignore:
Timestamp:
09/03/2003 02:29:00 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
eb7ab87b
Parents:
284d8e17
Message:

update intro to aspell, libesmtp and update to eel-2.2.4 and libgtkhtml-2.2.4

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

Location:
general/genlib
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/aspell/aspell-config.xml

    r284d8e17 r4fea592  
    11<sect2>
    2 <title>Configuring aspell</title>
     2<title>Configuring <application>aspell</application></title>
    33
    44<sect3><title>Configuration Information</title>
    55
    6 <para>After Aspell is installed at least one dictionary needs to be
    7 installed. You can find them at <ulink url="http://aspell.net/"/>.</para>
     6<para>After <application>Aspell</application> is installed at least one
     7dictionary needs to be installed. You can find them at <ulink url="http://aspell.net/"/>.</para>
    88
    99<para>Install your dictionary or dictionaries by running the following commands:</para>
    10 <para><screen><userinput>./configure &amp;&amp;
     10<screen><userinput><command>./configure &amp;&amp;
    1111make &amp;&amp;
    12 make install</userinput></screen></para>
     12make install</command></userinput></screen>
    1313
    1414</sect3>
  • general/genlib/aspell/aspell-desc.xml

    r284d8e17 r4fea592  
    22<title>Contents</title>
    33
    4 <para>The aspell package contains the <filename>libaspell</filename>
     4<para>The <application>aspell</application> package contains the <filename>libaspell</filename>
    55libraries.</para>
    66
     
    1010
    1111<sect3><title>aspell library</title>
    12 <para>The aspell library is a spell checking library interface.</para></sect3>
     12<para>The <filename>libaspell</filename> library is a spell checking library interface.</para></sect3>
    1313
    1414</sect2>
  • general/genlib/aspell/aspell-inst.xml

    r284d8e17 r4fea592  
    11<sect2>
    2 <title>Installation of aspell</title>
     2<title>Installation of <application>aspell</application></title>
    33
    4 <para>Install aspell by running the following commands:</para>
     4<para>Install <application>aspell</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=/usr &amp;&amp;
     6<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    77make &amp;&amp;
    8 make install</userinput></screen></para>
     8make install</command></userinput></screen>
    99
    1010</sect2>
  • general/genlib/aspell/aspell-intro.xml

    r284d8e17 r4fea592  
    11<sect2>
    2 <title>Introduction to aspell-&aspell-version;</title>
     2<title>Introduction to <application>aspell</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&aspell-download-http;"/>
    5 Download location (FTP):        <ulink url="&aspell-download-ftp;"/>
    6 Version used:                   &aspell-version;
    7 Package size:                   &aspell-size;
    8 Estimated Disk space required:  &aspell-buildsize;</screen>
     4<para>The <application>aspell</application> package contains the aspell
     5library, used to interface to spell checking libraries.</para>
    96
    10 <para>The aspell package contains the aspell library, used to
    11 interface to spell checking libraries.</para>
     7<sect3><title>Package information</title>
     8<itemizedlist spacing='compact'>
     9<listitem><para>Download (HTTP): <ulink
     10url="&aspell-download-http;"/></para></listitem>
     11<listitem><para>Download (FTP): <ulink
     12url="&aspell-download-ftp;"/></para></listitem>
     13<listitem><para>Download size: &aspell-size;</para></listitem>
     14<listitem><para>Estimated Disk space required:
     15&aspell-buildsize;</para></listitem>
     16<listitem><para>Estimated build time:
     17&aspell-time;</para></listitem></itemizedlist>
     18</sect3>
    1219
    1320</sect2>
  • general/genlib/aspell/aspell.ent

    r284d8e17 r4fea592  
    1010<!ENTITY aspell-download-ftp "ftp://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz">
    1111<!ENTITY aspell-size "917 KB">
    12 <!ENTITY aspell-time "1.08 SBU">
     12<!ENTITY aspell-time "0.54 SBU">
  • general/genlib/libesmtp/libesmtp-config.xml

    r284d8e17 r4fea592  
    11<sect2>
    2 <title>Configuring libesmtp</title>
     2<title>Configuring <application>libesmtp</application></title>
    33
    44<sect3><title>Configuration Information</title>
  • general/genlib/libesmtp/libesmtp-desc.xml

    r284d8e17 r4fea592  
    22<title>Contents</title>
    33
    4 <para>The libesmtp package contains the <filename>libesmtp</filename>
     4<para>The <application>libesmtp</application> package contains the <filename>libesmtp</filename>
    55library.</para>
    66
     
    1010
    1111<sect3><title>libesmtp library</title>
    12 <para>The libesmtp library is used to manage submission of electronic mail to a Mail Transport Agent.</para></sect3>
     12<para>The <filename>libesmtp</filename> library is used to manage submission of electronic mail to a Mail Transport Agent.</para></sect3>
    1313
    1414</sect2>
  • general/genlib/libesmtp/libesmtp-inst.xml

    r284d8e17 r4fea592  
    11<sect2>
    2 <title>Installation of libesmtp</title>
     2<title>Installation of <application>libesmtp</application></title>
    33
    4 <para>Install libesmtp by running the following commands:</para>
     4<para>Install <application>libesmtp</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=/usr &amp;&amp;
     6<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    77make &amp;&amp;
    8 make install</userinput></screen></para>
     8make install</command></userinput></screen>
    99
    1010</sect2>
  • general/genlib/libesmtp/libesmtp-intro.xml

    r284d8e17 r4fea592  
    11<sect2>
    2 <title>Introduction to libesmtp-&libesmtp-version;</title>
     2<title>Introduction to <application>libesmtp</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&libesmtp-download-http;"/>
    5 Download location (FTP):        <ulink url="&libesmtp-download-ftp;"/>
    6 Version used:                   &libesmtp-version;
    7 Package size:                   &libesmtp-size;
    8 Estimated Disk space required:  &libesmtp-buildsize;
    9 Estimated build time:           &libesmtp-time;</screen>
     4<para>The <application>libesmtp</application> package contains the libesmtp
     5libraries which are used by some programs to manage email submission to a
     6mail transport layer.</para>
    107
    11 <para>The libesmtp package contains the libesmtp libraries which are used by some
    12 programs to manage email submission to a mail transport layer.</para>
     8<sect3><title>Package information</title>
     9<itemizedlist spacing='compact'>
     10<listitem><para>Download (HTTP): <ulink
     11url="&libesmtp-download-http;"/></para></listitem>
     12<listitem><para>Download (FTP): <ulink
     13url="&libesmtp-download-ftp;"/></para></listitem>
     14<listitem><para>Download size: &libesmtp-size;</para></listitem>
     15<listitem><para>Estimated Disk space required:
     16&libesmtp-buildsize;</para></listitem>
     17<listitem><para>Estimated build time:
     18&libesmtp-time;</para></listitem></itemizedlist>
     19</sect3>
     20
    1321
    1422</sect2>
  • general/genlib/libesmtp/libesmtp.ent

    r284d8e17 r4fea592  
    55<!ENTITY libesmtp-desc SYSTEM "libesmtp-desc.xml">
    66<!ENTITY libesmtp-config SYSTEM "libesmtp-config.xml">
    7 <!ENTITY libesmtp-buildsize "6.6 MB">
    8 <!ENTITY libesmtp-version "0.8.12">
     7<!ENTITY libesmtp-buildsize "5.0 MB">
     8<!ENTITY libesmtp-version "1.0">
    99<!ENTITY libesmtp-download-http "http://www.stafford.uklinux.net/libesmtp/libesmtp-1.0.tar.bz2">
    1010<!ENTITY libesmtp-download-ftp "">
    11 <!ENTITY libesmtp-size "249 KB">
    12 <!ENTITY libesmtp-time "0.25 SBU">
     11<!ENTITY libesmtp-size "232 KB">
     12<!ENTITY libesmtp-time "0.15 SBU">
Note: See TracChangeset for help on using the changeset viewer.