source: xsoft/other/balsa.xml@ 580ce98

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 580ce98 was 580ce98, checked in by Ken Moffat <ken@…>, 3 years ago

Correct soem pcre dependencies which were outdated.

  • Property mode set to 100644
File size: 8.5 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 "https://pawsa.fedorapeople.org/balsa/balsa-&balsa-version;.tar.xz">
8 <!ENTITY balsa-download-ftp " ">
9 <!ENTITY balsa-md5sum "cf6b5183cc3eb240c3dd120167822c35">
10 <!ENTITY balsa-size "3.6 MB">
11 <!ENTITY balsa-buildsize "77 MB">
12 <!ENTITY balsa-time "0.2 SBU (Using parallelism=4)">
13]>
14
15<sect1 id="balsa" xreflabel="Balsa-&balsa-version;">
16 <?dbhtml filename="balsa.html" ?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Balsa-&balsa-version;</title>
23
24 <indexterm zone="balsa">
25 <primary sortas="a-Balsa">Balsa</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Balsa</title>
30
31 <para>
32 The <application>Balsa</application> package contains a
33 <application>GNOME</application>-2 based mail client.
34 </para>
35
36 &lfs110a_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&balsa-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&balsa-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &balsa-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &balsa-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &balsa-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &balsa-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">Balsa Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="aspell"/>,
77 <xref linkend="enchant"/>,
78 <xref linkend="gmime3"/>,
79 <xref linkend="gpgme"/>,
80 <xref linkend="gtk3"/>,
81 <xref linkend="libnotify"/>, and
82 <xref linkend="rarian"/>
83 </para>
84
85 <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
86 <para role="required">
87 <xref role="runtime" linkend="server-mail"/> (that provides a
88 <command>sendmail</command> command)
89 </para>
90
91<!-- in 2.6.3 the only references to pcre are in the old spec file,
92 the INSTALL file which seems to be out of date,
93 and the ChangeLog where it was defaulted to off in 2008.
94 Not mentioned in configure.
95 <bridgehead renderas="sect4">Recommended</bridgehead>
96 <para role="recommended">
97 <xref linkend="pcre"/>
98 </para>-->
99
100 <bridgehead renderas="sect4">Optional</bridgehead>
101 <para role="optional">
102 <xref linkend="compface"/>,
103 <xref linkend="gcr"/>,
104 <xref linkend="gtksourceview"/>,
105 <xref linkend="libcanberra"/>,
106 <xref linkend="libsecret"/>,
107 <xref linkend="mitkrb"/>,
108 <xref linkend="openldap"/>,
109 <xref linkend="procmail"/>,
110 <xref linkend="sqlite"/>,
111 <xref linkend="webkitgtk"/>,
112 <ulink url="https://pypi.python.org/pypi/html2text/">html2text</ulink>,
113 <ulink url="http://clayo.org/osmo/">osmo</ulink>,
114 <ulink url="https://sourceforge.net/projects/rubrica.berlios/">rubrica</ulink>,
115 <ulink url="&gnome-download-http;/yelp-tools/">yelp-tools</ulink>
116 </para>
117
118 <para condition="html" role="usernotes">User Notes:
119 <ulink url="&blfs-wiki;/balsa"/></para>
120
121 </sect2>
122
123 <sect2 role="installation">
124 <title>Installation of Balsa</title>
125
126 <para>
127 Install <application>Balsa</application> by running the following
128 commands:
129 </para>
130
131<screen><userinput>./configure --prefix=/usr \
132 --sysconfdir=/etc \
133 --localstatedir=/var/lib \
134 --without-html-widget &amp;&amp;
135make</userinput></screen>
136
137 <para>
138 This package does not come with a test suite.
139 </para>
140
141 <para>
142 Now, as the <systemitem class="username">root</systemitem> user:
143 </para>
144
145<screen role='root'><userinput>make install</userinput></screen>
146
147 </sect2>
148
149 <sect2 role="commands">
150 <title>Command Explanations</title>
151
152 <!-- Support has been added for this, but the option is still unrecognized.
153 <para>
154 <parameter>- -with-rubrica</parameter>: This parameter is used
155 to provide Rubrica2 address book support.
156 </para>
157 -->
158
159 <!-- configure says this is an invalid option with 2.5.11
160 <para>
161 <option>- -enable-smime</option>: Use this option to enable S/MIME
162 support if <application>GnuPG-2.x.x</application> is installed.
163 </para>
164 -->
165
166 <para>
167 <parameter>--without-html-widget</parameter>: This option disables
168 building the HTML renderer. If you want the HTML renderer to be built,
169 verify that you have <xref linkend="webkitgtk"/> installed, and then
170 remove this option.
171 </para>
172
173 <para>
174 <option>--with-canberra</option>: Enable libcanberra support.
175 </para>
176
177 <para>
178 <option>--with-compface</option>: Enable compface support.
179 </para>
180
181 <para>
182 <option>--with-gcr</option>: Use libgcr for TLS support.
183 </para>
184
185 <para>
186 <option>--with-gss</option>: Enable GSSAPI support.
187 </para>
188
189 <para>
190 <option>--with-ldap</option>: Use this option to enable LDAP address
191 book support if <application>OpenLDAP</application> is installed.
192 </para>
193
194 <para>
195 <option>--with-libsecret</option>: Enable strong password
196 support and support for gnome-keyring to store passwords.
197 </para>
198
199 <!-- configure says this is an invalid option with 2.5.11
200 <para>
201 <option>- -with-gpgme</option>: Use this option to enable GPG support
202 if <quote><application>GnuPG</application> Made Easy</quote>
203 (<application>GPGME</application>) is installed.
204 </para>
205 -->
206
207 <para>
208 <option>--with-sqlite</option>: Use this option to enable SQLite
209 address book support if <application>SQLite</application> is
210 installed.
211 </para>
212
213 </sect2>
214
215<!-- All of this information is invalid. These options no longer exist since
216 Balsa was ported to GTK3.
217 <sect2 role="configuration">
218 <title>Configuring Balsa</title>
219
220 <sect3>
221 <title>Configuration Information</title>
222
223 <para>
224 All configuration of <application>Balsa</application> is done
225 through the <application>Balsa</application> menu system, with mailbox
226 configuration done with the Settings&mdash;&gt;Preferences menu.
227 </para>
228
229 <para>
230 If you are unable to connect to your ISP, they probably don't
231 support APOP. Disable it in Settings/Preferences/POP3/advanced.
232 </para>
233
234 <para>
235 If you enable filters for your incoming POP3 mail, you must have
236 <xref linkend="procmail"/> installed, as the incoming mail will be
237 handed off to <command>procmail</command> for processing.
238 </para>
239
240 </sect3>
241
242 </sect2>
243-->
244
245 <sect2 role="content">
246 <title>Contents</title>
247
248 <segmentedlist>
249 <segtitle>Installed Programs</segtitle>
250 <segtitle>Installed Libraries</segtitle>
251 <segtitle>Installed Directories</segtitle>
252
253 <seglistitem>
254 <seg>balsa and balsa-ab</seg>
255 <seg>None</seg>
256 <seg>/etc/sounds/events,
257 /usr/share/balsa,
258 and /usr/share/sounds/balsa</seg>
259 </seglistitem>
260 </segmentedlist>
261
262 <variablelist>
263 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
264 <?dbfo list-presentation="list"?>
265 <?dbhtml list-presentation="table"?>
266
267 <varlistentry id="balsa-prog">
268 <term><command>balsa</command></term>
269 <listitem>
270 <para>
271 is a glib based mail client
272 </para>
273 <indexterm zone="balsa balsa-prog">
274 <primary sortas="b-balsa">balsa</primary>
275 </indexterm>
276 </listitem>
277 </varlistentry>
278
279 <varlistentry id="balsa-ab">
280 <term><command>balsa-ab</command></term>
281 <listitem>
282 <para>
283 is the address-book application used by <command>balsa</command>
284 </para>
285 <indexterm zone="balsa balsa-ab">
286 <primary sortas="b-balsa">balsa-ab</primary>
287 </indexterm>
288 </listitem>
289 </varlistentry>
290
291 </variablelist>
292
293 </sect2>
294
295</sect1>
Note: See TracBrowser for help on using the repository browser.