source: xsoft/other/balsa.xml@ 6f15e833

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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
Last change on this file since 6f15e833 was 6f15e833, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Fix balsa url

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

  • Property mode set to 100644
File size: 7.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY balsa-download-http "http://pawsa.fedorapeople.org/balsa/balsa-&balsa-version;.tar.bz2">
8 <!ENTITY balsa-download-ftp " ">
9 <!ENTITY balsa-md5sum "8b592b128521338ae3e108c363e178af">
10 <!ENTITY balsa-size "3.9 MB">
11 <!ENTITY balsa-buildsize "69 MB">
12 <!ENTITY balsa-time "0.6 SBU">
13]>
14
15<sect1 id="balsa" xreflabel="Balsa-&balsa-version;">
16 <?dbhtml filename="balsa.html" ?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Balsa-&balsa-version;</title>
24
25 <indexterm zone="balsa">
26 <primary sortas="a-Balsa">Balsa</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Balsa</title>
31
32 <para>The <application>Balsa</application> package contains a
33 <application>GNOME</application>-2 based mail client.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&balsa-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&balsa-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &balsa-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &balsa-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &balsa-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &balsa-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">Balsa Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Required</bridgehead>
60 <para role="required">
61 <xref linkend="libgnomeui"/>,
62 <xref linkend="rarian"/>,
63 <xref linkend="gmime"/>, and
64 <xref linkend="aspell"/> or
65 <ulink url="http://gtkspell.sourceforge.net/">GtkSpell</ulink>
66 (<application>GtkSpell</application> provides on-the-fly as you type
67 spell checking)
68 </para>
69
70 <bridgehead renderas="sect4">Recommended</bridgehead>
71 <para role="recommended">
72 <xref linkend="libesmtp"/> (required for outgoing SMTP service) and
73 <xref linkend="pcre"/>
74 </para>
75
76 <bridgehead renderas="sect4">Optional</bridgehead>
77 <para role="optional">
78 <xref linkend="gtkhtml"/>,
79 <xref linkend="gtksourceview"/>,
80 <xref linkend="openssl"/>,
81 <xref linkend="openldap"/>,
82 <xref linkend="compface"/>,
83 <xref linkend="mitkrb"/>,
84 <xref linkend="libnotify"/>,
85 <xref linkend="sqlite"/>, and and
86 <xref linkend="server-mail"/> (that provides a
87 <command>sendmail</command> command, note that it is only used if you
88 didn't install the recommended <application>libESMTP</application>
89 package)
90 </para>
91
92 <bridgehead renderas="sect4">Optional to Build S/MIME Support</bridgehead>
93 <para role="optional">
94 <xref linkend='gpgme'/>
95 </para>
96
97 <para condition="html" role="usernotes">User Notes:
98 <ulink url="&blfs-wiki;/balsa"/></para>
99
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of Balsa</title>
104
105 <para>Install <application>Balsa</application> by running the following
106 commands:</para>
107
108<screen><userinput>./configure --prefix=$GNOME_PREFIX \
109 --sysconfdir=$GNOME_SYSCONFDIR \
110 --localstatedir=/var/lib \
111 --with-rubrica \
112 --without-html-widget \
113 --without-esmtp \
114 --without-libnotify \
115 --without-nm \
116 --without-gtkspell \
117 ENABLE_SK_FALSE='#' &amp;&amp;
118make</userinput></screen>
119
120 <para>This package does not come with a test suite.</para>
121
122 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
123
124<screen role='root'><userinput>make install</userinput></screen>
125
126 </sect2>
127
128 <sect2 role="commands">
129 <title>Command Explanations</title>
130
131 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
132 href="../../xincludes/gnome-prefix.xml"/>
133
134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
135 href="../../xincludes/gnome-sysconfdir.xml"/>
136
137 <para><parameter>--with-rubrica</parameter>: This parameter is used
138 to provide Rubrica2 address book support.</para>
139
140 <para><option>--without-esmtp</option>: Use this parameter if
141 you don't have <application>libESMTP</application> installed.</para>
142
143 <para><option>--with-ssl</option>: Use this option to enable SSL support if
144 <application>OpenSSL</application> is installed.</para>
145
146 <para><option>--with-ldap</option>: Use this option to enable LDAP address
147 book support if <application>OpenLDAP</application> is installed.</para>
148
149 <para><option>--with-sqlite</option>: Use this option to enable SQLite
150 address book support if <application>SQLite</application> is
151 installed.</para>
152
153 <para><option>--with-gpgme</option>: Use this option to enable GPG support
154 if <quote><application>GnuPG</application> Made Easy</quote>
155 (<application>GPGME</application>) is installed.</para>
156
157 <para><option>--enable-smime</option>: Use this option to enable S/MIME
158 support if <application>GnuPG-2.x.x</application> is installed.</para>
159
160 <para><option>ENABLE_SK_FALSE='#'</option>: This option bypasses an
161 error in the configure code.</para>
162
163 </sect2>
164
165 <sect2 role="configuration">
166 <title>Configuring Balsa</title>
167
168 <sect3>
169 <title>Configuration Information</title>
170
171 <para>All configuration of <application>Balsa</application> is done
172 through the <application>Balsa</application> menu system, with mailbox
173 configuration done with the Settings&mdash;&gt;Preferences menu.</para>
174
175 <para>If you are unable to connect to your ISP, they probably don't
176 support APOP. Disable it in Settings/Preferences/POP3/advanced.</para>
177
178 <para>If you enable filters for your incoming POP3 mail, you must have
179 <xref linkend="procmail"/> installed, as the incoming mail will be
180 handed off to <command>procmail</command> for processing.</para>
181
182 </sect3>
183
184 </sect2>
185
186 <sect2 role="content">
187 <title>Contents</title>
188
189 <segmentedlist>
190 <segtitle>Installed Programs</segtitle>
191 <segtitle>Installed Libraries</segtitle>
192 <segtitle>Installed Directories</segtitle>
193
194 <seglistitem>
195 <seg>balsa and balsa-ab</seg>
196 <seg>None</seg>
197 <seg>The following subdirectories of
198 <envar>$GNOME_PREFIX</envar>/share/:
199 {gnome/help, omf, sounds}/balsa</seg>
200 </seglistitem>
201 </segmentedlist>
202
203 <variablelist>
204 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
205 <?dbfo list-presentation="list"?>
206 <?dbhtml list-presentation="table"?>
207
208 <varlistentry id="balsa-prog">
209 <term><command>balsa</command></term>
210 <listitem>
211 <para>is a <application>GNOME</application>-2 based mail
212 client.</para>
213 <indexterm zone="balsa balsa-prog">
214 <primary sortas="b-balsa">balsa</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 </variablelist>
220
221 </sect2>
222
223</sect1>
Note: See TracBrowser for help on using the repository browser.