Changeset 4fea592


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

Files:
22 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">
  • gnome/lib/eel/eel-config.xml

    r284d8e17 r4fea592  
    11<sect2>
    2 <title>Configuring eel</title>
     2<title>Configuring <application>eel</application></title>
    33
    44
  • gnome/lib/eel/eel-desc.xml

    r284d8e17 r4fea592  
    22<title>Contents</title>
    33
    4 <para>The eel package contains <filename>libeel</filename> libraries.</para>
     4<para>The <application>eel</application> package contains <filename>libeel</filename> libraries.</para>
    55
    66</sect2>
     
    99
    1010<sect3><title>libeel libraries</title>
    11 <para>libeel libraries is a collection of widgets developed by the
    12 Nautilus project.</para></sect3>
     11<para><filename>libeel</filename> libraries is a collection of widgets developed by the
     12<application>Nautilus</application> project.</para></sect3>
    1313
    1414
  • gnome/lib/eel/eel-inst.xml

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

    r284d8e17 r4fea592  
    11<sect2>
    2 <title>Introduction to eel</title>
     2<title>Introduction to <application>eel</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&eel-download-http;"/>
    5 Download location (FTP):        <ulink url="&eel-download-ftp;"/>
    6 Version used:                   &eel-version;
    7 Package size:                   &eel-size;
    8 Estimated Disk space required:  &eel-buildsize;
    9 Estimated build time:           &eel-time;</screen>
    10 
    11 <para>The eel package contains the Eazel Extensions Library.  This is a
     4<para>The <application>eel</application> package contains the Eazel Extensions Library.  This is a
    125collection of widgets and extensions to the GNOME platform.</para>
    136
    14 <screen>eel depends on:
    15 <xref linkend="libgnomeui"/></screen>
     7<sect3><title>Package information</title>
     8<itemizedlist spacing='compact'>
     9<listitem><para>Download (HTTP): <ulink
     10url="&eel-download-http;"/></para></listitem>
     11<listitem><para>Download (FTP): <ulink
     12url="&eel-download-ftp;"/></para></listitem>
     13<listitem><para>Download size: &eel-size;</para></listitem>
     14<listitem><para>Estimated Disk space required:
     15&eel-buildsize;</para></listitem>
     16<listitem><para>Estimated build time:
     17&eel-time;</para></listitem></itemizedlist>
     18</sect3>
     19
     20<sect3><title><application>eel</application> dependencies</title>
     21<sect4><title>Required</title>
     22<para><xref linkend="libgnomeui"/></para></sect4>
     23</sect3>
    1624
    1725</sect2>
  • gnome/lib/eel/eel.ent

    r284d8e17 r4fea592  
    55<!ENTITY eel-desc SYSTEM "eel-desc.xml">
    66<!ENTITY eel-config SYSTEM "eel-config.xml">
    7 <!ENTITY eel-buildsize "8.1 MB">
    8 <!ENTITY eel-version "2.2.2">
    9 <!ENTITY eel-download-http "http://ftp.gnome.org/pub/GNOME/sources/eel/2.2/eel-2.2.2.tar.bz2">
    10 <!ENTITY eel-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/eel/2.2/eel-2.2.2.tar.bz2">
    11 <!ENTITY eel-size "474 KB">
    12 <!ENTITY eel-time "1.98 SBU">
     7<!ENTITY eel-buildsize "23.6 MB">
     8<!ENTITY eel-version "2.2.4">
     9<!ENTITY eel-download-http "http://ftp.gnome.org/pub/GNOME/sources/eel/2.2/eel-2.2.4.tar.bz2">
     10<!ENTITY eel-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/eel/2.2/eel-2.2.4.tar.bz2">
     11<!ENTITY eel-size "484 KB">
     12<!ENTITY eel-time "0.76 SBU">
  • gnome/lib/gtk-doc/gtk-doc-intro.xml

    r284d8e17 r4fea592  
    3333<para><xref linkend="openjade"/>, <xref linkend="libxslt"/>, <xref
    3434linkend="DocBook"/>,
    35 <xref linkend="sgml-dtd-3"/> and <xref linkend="sgml-dtd"/></para></sect4>
     35<xref linkend="sgml-dtd-3"/>, <xref linkend="sgml-dtd"/> and <xref
     36linkend="docbook-dsssl"/></para></sect4>
    3637</sect3>
    3738
  • gnome/lib/libgtkhtml/libgtkhtml-config.xml

    r284d8e17 r4fea592  
    11<sect2>
    2 <title>Configuring libgtkhtml</title>
     2<title>Configuring <application>libgtkhtml</application></title>
    33
    44
  • gnome/lib/libgtkhtml/libgtkhtml-desc.xml

    r284d8e17 r4fea592  
    22<title>Contents</title>
    33
    4 <para>The libgtkhtml package contains <filename>libgtkhtml</filename> libraries.</para>
     4<para>The <application>libgtkhtml</application> package contains <filename>libgtkhtml</filename> libraries.</para>
    55
    66</sect2>
     
    99
    1010<sect3><title>libgtkhtml libraries</title>
    11 <para>libgtkhtml libraries provide the functions necessary to render
    12 and/or edit HTML.</para></sect3>
     11<para><filename>libgtkhtml</filename> libraries provide the functions necessary to render
     12and/or edit <acronym>HTML</acronym>.</para></sect3>
    1313
    1414
  • gnome/lib/libgtkhtml/libgtkhtml-inst.xml

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

    r284d8e17 r4fea592  
    11<sect2>
    2 <title>Introduction to libgtkhtml</title>
     2<title>Introduction to <application>libgtkhtml</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&libgtkhtml-download-http;"/>
    5 Download location (FTP):        <ulink url="&libgtkhtml-download-ftp;"/>
    6 Version used:                   &libgtkhtml-version;
    7 Package size:                   &libgtkhtml-size;
    8 Estimated Disk space required:  &libgtkhtml-buildsize;
    9 Estimated build time:           &libgtkhtml-time;</screen>
     4<para>The <application>libgtkhtml</application> package contains libgtkhtml libraries.</para>
    105
    11 <para>The libgtkhtml package contains libgtkhtml libraries.</para>
     6<sect3><title>Package information</title>
     7<itemizedlist spacing='compact'>
     8<listitem><para>Download (HTTP): <ulink
     9url="&libgtkhtml-download-http;"/></para></listitem>
     10<listitem><para>Download (FTP): <ulink
     11url="&libgtkhtml-download-ftp;"/></para></listitem>
     12<listitem><para>Download size: &libgtkhtml-size;</para></listitem>
     13<listitem><para>Estimated Disk space required:
     14&libgtkhtml-buildsize;</para></listitem>
     15<listitem><para>Estimated build time:
     16&libgtkhtml-time;</para></listitem></itemizedlist>
     17</sect3>
    1218
    13 <screen>libgtkhtml depends on:
    14 <xref linkend="gail"/> and <xref linkend="gnome-vfs"/></screen>
     19<sect3><title><application>libgtkhtml</application> dependencies</title>
     20<sect4><title>Required</title>
     21<para><xref linkend="gail"/> and <xref linkend="gnome-vfs"/></para></sect4>
     22</sect3>
     23
    1524
    1625</sect2>
  • gnome/lib/libgtkhtml/libgtkhtml.ent

    r284d8e17 r4fea592  
    55<!ENTITY libgtkhtml-desc SYSTEM "libgtkhtml-desc.xml">
    66<!ENTITY libgtkhtml-config SYSTEM "libgtkhtml-config.xml">
    7 <!ENTITY libgtkhtml-buildsize "7 MB">
    8 <!ENTITY libgtkhtml-version "2.2.1">
    9 <!ENTITY libgtkhtml-download-http "http://ftp.gnome.org/pub/GNOME/sources/libgtkhtml/2.2/libgtkhtml-2.2.1.tar.bz2">
    10 <!ENTITY libgtkhtml-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libgtkhtml/2.2/libgtkhtml-2.2.1.tar.bz2">
    11 <!ENTITY libgtkhtml-size "325 KB">
    12 <!ENTITY libgtkhtml-time "3.50 SBU">
     7<!ENTITY libgtkhtml-buildsize "129 MB">
     8<!ENTITY libgtkhtml-version "2.2.4">
     9<!ENTITY libgtkhtml-download-http "http://ftp.gnome.org/pub/GNOME/sources/libgtkhtml/2.2/libgtkhtml-2.2.4.tar.bz2">
     10<!ENTITY libgtkhtml-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libgtkhtml/2.2/libgtkhtml-2.2.4.tar.bz2">
     11<!ENTITY libgtkhtml-size "336 KB">
     12<!ENTITY libgtkhtml-time "1.40 SBU">
  • introduction/welcome/changelog.xml

    r284d8e17 r4fea592  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>September 2nd, 2003 [larry]: updated to libesmtp-1.0,
     14eel-2.2.4 and libgtkhtml-2.2.4.</para></listitem>
    1215
    1316<listitem><para>September 2nd, 2003 [larry]: Edit submission by DJ,
Note: See TracChangeset for help on using the changeset viewer.