Changeset 77fabc9 for xsoft


Ignore:
Timestamp:
12/11/2004 12:36:58 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7ea0a8d5
Parents:
89033ca
Message:

Updated to Balsa-2.2.6

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/balsa.xml

    r89033ca r77fabc9  
    77  <!ENTITY balsa-download-http "http://balsa.gnome.org/balsa-&balsa-version;.tar.bz2">
    88  <!ENTITY balsa-download-ftp  " ">
    9   <!ENTITY balsa-size          "2.7 MB">
    10   <!ENTITY balsa-buildsize     "74.0 MB">
    11   <!ENTITY balsa-time          "0.82 SBU">
     9  <!ENTITY balsa-md5sum        "N/A">
     10  <!ENTITY balsa-size          "2.9 MB">
     11  <!ENTITY balsa-buildsize     "45.9 MB">
     12  <!ENTITY balsa-time          "0.67 SBU">
    1213]>
    1314
     
    2425
    2526<para>The <application>Balsa</application> package contains a
    26 <application><acronym>GNOME</acronym></application> 2 based mail reader.</para>
     27<application><acronym>GNOME</acronym></application> 2 based mail client.</para>
    2728
    2829<sect3><title>Package information</title>
     
    3233<listitem><para>Download (FTP): <ulink
    3334url="&balsa-download-ftp;"/></para></listitem>
     35<listitem><para>Download MD5 sum: &balsa-md5sum;</para></listitem>
    3436<listitem><para>Download size: &balsa-size;</para></listitem>
    35 <listitem><para>Estimated Disk space required:
     37<listitem><para>Estimated disk space required:
    3638&balsa-buildsize;</para></listitem>
    3739<listitem><para>Estimated build time:
     
    4143<sect3><title><application>Balsa</application> dependencies</title>
    4244<sect4><title>Required</title>
    43 <para><xref linkend="libgtkhtml"/>, <xref linkend="libgnomeprintui"/>,
    44 <xref linkend="openssl"/>,
    45 <xref linkend="aspell"/> and <xref linkend="libesmtp"/>
    46 </para></sect4>
     45<para><xref linkend="libgnomeprintui"/>,
     46<xref linkend="scrollkeeper"/>,
     47<xref linkend="aspell"/>,
     48<xref linkend="libesmtp"/> and
     49<ulink url="http://spruce.sourceforge.net/gmime/">GMime >= 2.1.9</ulink></para>
     50</sect4>
     51
    4752<sect4><title>Optional</title>
    48 <para><xref linkend="pcre"/>, <xref linkend="gnupg"/> using gpgme and
    49 <xref linkend="openldap"/></para></sect4>
     53<para><xref linkend="libgtkhtml"/>,
     54<xref linkend="openssl"/>,
     55<xref linkend="openldap"/>,
     56<xref linkend="pcre"/>,
     57<xref linkend="procmail"/>,
     58<xref linkend="sendmail"/> (or other <acronym>MTA</acronym> with a
     59<command>sendmail</command> link),
     60<xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
     61<ulink url="http://www.sqlite.org/">SQLite</ulink>,
     62<ulink url="http://www.gnupg.org/download/index.html#gpgme">GPGME</ulink> and
     63<ulink
     64url="http://www.gnupg.org/download/index.html#gnupg2">GnuPG-1.9.x</ulink></para>
     65</sect4>
    5066</sect3>
    51 
    5267
    5368</sect2>
     
    5671<title>Installation of <application>Balsa</application></title>
    5772
    58 <para>Install <application>Balsa</application> by running the following commands:</para>
     73<para>Install <application>Balsa</application> by running the following
     74commands:</para>
    5975
    6076<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    61     --localstatedir=/var/lib --with-ssl \
    62     --sysconfdir=/etc/gnome --with-ldap --with-gpgme &amp;&amp;
     77    --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
    6378make &amp;&amp;
    6479make install</command></userinput></screen>
     
    6984<title>Command explanations</title>
    7085
    71 <para><parameter>--localstatedir=/var/lib</parameter>: This switch puts
    72 <application>ScrollKeeper</application> files in <filename
    73 class="directory">/var/lib/scrollkeeper</filename> instead
    74 of <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
     86<para><parameter>--localstatedir=/var/lib</parameter>: This switch puts 
     87<application>ScrollKeeper</application> files in
     88<filename class="directory">/var/lib/scrollkeeper</filename> instead of
     89<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
    7590
    76 <para><option>--with-ssl</option>: Change the default of no ssl support.</para>
     91<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
     92configuration files in <filename class="directory">/etc/gnome</filename>
     93instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
    7794
    78 <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
    79 configuration files in <filename class="directory">/etc/gnome</filename> instead of
    80 <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
     95<para><option>--with-ssl</option>: Use this option to enable
     96<acronym>SSL</acronym> support if
     97<application>Open<acronym>SSL</acronym></application> is installed.</para>
    8198
    82 <para><option>--with-ldap</option>: Change the default to
    83 support <acronym>LDAP</acronym> if it is available.</para>
     99<para><option>--with-ldap</option>: Use this option to enable
     100<acronym>LDAP</acronym> address book support if
     101<application>Open<acronym>LDAP</acronym></application> is installed.</para>
    84102
    85 <para><option>--with-gpgme</option>: Change the default to
    86 support <acronym>GPG</acronym> if 'GnuPG made easy'
    87 (<acronym>GPGME</acronym>) is
    88 installed.</para>
     103<para><option>--with-gpgme</option>: Use this option to enable
     104<acronym>GPG</acronym> support if
     105<quote><application>GnuPG</application> Made Easy</quote>
     106(<application><acronym>GPGME</acronym></application>) is installed.</para>
     107
     108<para><option>--enable-smime</option>: Use this option to enable
     109S/<acronym>MIME</acronym> support if <application>GnuPG-1.9.x</application>
     110is installed.</para>
    89111
    90112</sect2>
     
    93115<title>Configuring <application>Balsa</application></title>
    94116
    95 
    96117<sect3><title>Configuration Information</title>
    97118
    98 <para>All configuration of <application>Balsa</application> is done through the <application>Balsa</application> menu
    99 system, with mailbox configuration done with the Settings-&gt;Preferences
    100 menu. </para>
     119<para>All configuration of <application>Balsa</application> is done through
     120the <application>Balsa</application> menu system, with mailbox configuration
     121done with the Settings&mdash;&gt;Preferences menu.</para>
    101122</sect3>
    102123
     
    113134
    114135<sect3><title>balsa</title>
    115 <para><command>balsa</command> is the
    116 <application><acronym>GNOME</acronym></application> 2 based mail reader.</para>
     136<para><command>balsa</command> is a
     137<application><acronym>GNOME</acronym></application> 2 based mail client.</para>
    117138</sect3>
    118139
Note: See TracChangeset for help on using the changeset viewer.