Author: randy
Date: 2005-11-13 22:42:00 -0700 (Sun, 13 Nov 2005)
New Revision: 5274
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/xsoft/other/balsa.xml
Log:
Updated to Balsa-2.3.6
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2005-11-13 21:14:26 UTC (rev 5273)
+++ trunk/BOOK/general.ent 2005-11-14 05:42:00 UTC (rev 5274)
@@ -1,4 +1,4 @@
-<!ENTITY day "13">
+<!ENTITY day "14">
<!ENTITY month "11">
<!ENTITY year "2005">
<!ENTITY version "svn-&year;&month;&day;">
@@ -477,7 +477,7 @@
<!-- Chapter 36 -->
<!ENTITY thunderbird-version "1.0.6">
<!ENTITY pan-version "0.14.2">
-<!ENTITY balsa-version "2.2.6">
+<!ENTITY balsa-version "2.3.6">
<!-- Part XI -->
<!-- Chapter 37 -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2005-11-13 21:14:26 UTC
(rev 5273)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2005-11-14 05:42:00 UTC
(rev 5274)
@@ -42,6 +42,15 @@
-->
<listitem>
+ <para>November 14th, 2005</para>
+ <itemizedlist>
+ <listitem>
+ <para>[randy] - Updated to Balsa-2.3.6.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>November 13th, 2005</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/xsoft/other/balsa.xml
===================================================================
--- trunk/BOOK/xsoft/other/balsa.xml 2005-11-13 21:14:26 UTC (rev 5273)
+++ trunk/BOOK/xsoft/other/balsa.xml 2005-11-14 05:42:00 UTC (rev 5274)
@@ -6,10 +6,10 @@
<!ENTITY balsa-download-http
"http://balsa.gnome.org/balsa-&balsa-version;.tar.bz2">
<!ENTITY balsa-download-ftp " ">
- <!ENTITY balsa-md5sum "6179fadbfc5cca642dac081519acef25">
- <!ENTITY balsa-size "2.9 MB">
- <!ENTITY balsa-buildsize "45.9 MB">
- <!ENTITY balsa-time "0.67 SBU">
+ <!ENTITY balsa-md5sum "c357968588edc753ca51d397dbc2a9d3">
+ <!ENTITY balsa-size "3.1 MB">
+ <!ENTITY balsa-buildsize "52.6 MB">
+ <!ENTITY balsa-time "0.7 SBU">
]>
<sect1 id="balsa" xreflabel="Balsa-&balsa-version;">
@@ -30,7 +30,7 @@
<title>Introduction to Balsa</title>
<para>The <application>Balsa</application> package contains a
- <application>GNOME</application> 2 based mail client.</para>
+ <application>GNOME</application>-2 based mail client.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -57,27 +57,29 @@
<bridgehead renderas="sect3">Balsa Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
- <para><xref linkend="libgnomeprintui"/>,
+ <para><xref linkend="libgnomeui"/>,
+ <xref linkend="libgnomeprintui"/>,
<xref linkend="scrollkeeper"/>,
- <xref linkend="aspell"/>,
- <xref linkend="libesmtp"/> and
- <ulink url="http://spruce.sourceforge.net/gmime/">GMime >=
2.1.9</ulink></para>
+ <xref linkend="aspell"/> and
+ <xref linkend="gmime"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para><xref linkend="libgtkhtml"/>,
+ <xref linkend="libesmtp"/>,
<xref linkend="openssl"/>,
<xref linkend="openldap"/>,
<xref linkend="pcre"/>,
- <xref linkend="procmail"/>,
<xref linkend="sendmail"/> (or other
<ulink url="../server/mail.html">MTA</ulink> that links to
<command>/usr/sbin/sendmail</command>),
- <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
- <ulink url="http://www.sqlite.org/">SQLite</ulink>,
+ <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>, and
+ <ulink url="http://www.sqlite.org/">SQLite</ulink></para>
+
+ <bridgehead renderas="sect4">Optional to Build Experimental S/MIME
Support</bridgehead>
+ <para><ulink
url="http://www.gnupg.org/download/index.html#libksba">Libksba</ulink>,
<ulink url="http://www.gnupg.org/download/index.html#gpgme">GPGME</ulink>
and
- <ulink
-
url="http://www.gnupg.org/download/index.html#gnupg2">GnuPG-1.9.x</ulink></para>
-
+ <ulink
url="http://www.gnupg.org/download/index.html#gnupg2">GnuPG-1.9.x</ulink></para>
+
</sect2>
<sect2 role="installation">
@@ -87,7 +89,8 @@
commands:</para>
<screen><userinput>./configure --prefix=`pkg-config --variable=prefix
ORBit-2.0` \
- --localstatedir=/var/lib --sysconfdir=/etc/gnome &&
+ --localstatedir=/var/lib --sysconfdir=/etc/gnome \
+ --with-gtkhtml=no --with-esmtp=no &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -110,18 +113,32 @@
configuration files in <filename class="directory">/etc/gnome</filename>
instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
+ <para><parameter>--with-gtkhtml=no</parameter>: This parameter is used if
+ you don't have <application>libgtkhtml</application> installed. Remove
+ this parameter if the package is installed. Note that you won't be able to
+ read or write HTML formatted mail messages if you use this
parameter.</para>
+
+ <para><parameter>--with-esmtp=no</parameter>: This parameter is used if
+ you don't have <application>libESMTP</application> installed. Remove this
+ parameter if the package is installed.</para>
+
<para><option>--with-ssl</option>: Use this option to enable SSL support if
<application>OpenSSL</application> is installed.</para>
<para><option>--with-ldap</option>: Use this option to enable LDAP address
book support if <application>OpenLDAP</application> is installed.</para>
+ <para><option>--with-sqlite</option>: Use this option to enable SQLite
+ address book support if <application>SQLite</application> is
+ installed.</para>
+
<para><option>--with-gpgme</option>: Use this option to enable GPG support
if <quote><application>GnuPG</application> Made Easy</quote>
(<application>GPGME</application>) is installed.</para>
<para><option>--enable-smime</option>: Use this option to enable S/MIME
- support if <application>GnuPG-1.9.x</application> is installed.</para>
+ support if <application>Libksba</application> and
+ <application>GnuPG-1.9.x</application> is installed.</para>
</sect2>
@@ -135,6 +152,10 @@
through the <application>Balsa</application> menu system, with mailbox
configuration done with the Settings—>Preferences menu.</para>
+ <para>If you enable filters for your incoming POP3 mail, you must have
+ <xref linkend="procmail"/> installed, as the incoming mail will be
+ handed off to <command>procmail</command> for processing.</para>
+
</sect3>
</sect2>
@@ -143,15 +164,15 @@
<title>Contents</title>
<segmentedlist>
- <segtitle>Installed Program</segtitle>
+ <segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
- <seg>balsa</seg>
+ <seg>balsa and balsa-ab</seg>
<seg>None</seg>
- <seg>/usr/share/balsa, /usr/share/sounds/balsa and
- /usr/share/gnome/help/balsa</seg>
+ <seg>$GNOME_PREFIX/share/balsa, $GNOME_PREFIX/share/sounds/balsa and
+ $GNOME_PREFIX/share/gnome/help/balsa</seg>
</seglistitem>
</segmentedlist>
@@ -163,7 +184,7 @@
<varlistentry id="balsa-prog">
<term><command>balsa</command></term>
<listitem>
- <para>is a <application>GNOME</application> 2 based mail
+ <para>is a <application>GNOME</application>-2 based mail
client.</para>
<indexterm zone="balsa balsa-prog">
<primary sortas="b-balsa">balsa</primary>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page