source: xsoft/other/balsa.xml@ 0b664be0

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 0b664be0 was 0b664be0, checked in by Ken Moffat <ken@…>, 3 years ago

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

  • Property mode set to 100644
File size: 8.5 KB
RevLine 
[16998db6]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[16998db6]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[d40dd18]7 <!ENTITY balsa-download-http "https://pawsa.fedorapeople.org/balsa/balsa-&balsa-version;.tar.xz">
[16998db6]8 <!ENTITY balsa-download-ftp " ">
[d40dd18]9 <!ENTITY balsa-md5sum "cf6b5183cc3eb240c3dd120167822c35">
10 <!ENTITY balsa-size "3.6 MB">
11 <!ENTITY balsa-buildsize "77 MB">
[bd17317]12 <!ENTITY balsa-time "0.2 SBU (Using parallelism=4)">
[16998db6]13]>
14
[19234f1]15<sect1 id="balsa" xreflabel="Balsa-&balsa-version;">
[9d2d426b]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
[622c1021]31 <para>
32 The <application>Balsa</application> package contains a
33 <application>GNOME</application>-2 based mail client.
34 </para>
[9d2d426b]35
[2a796b5a]36 &lfs110a_checked;
[a51c847]37
[9d2d426b]38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
[622c1021]41 <para>
42 Download (HTTP): <ulink url="&balsa-download-http;"/>
43 </para>
[9d2d426b]44 </listitem>
45 <listitem>
[622c1021]46 <para>
47 Download (FTP): <ulink url="&balsa-download-ftp;"/>
48 </para>
[9d2d426b]49 </listitem>
50 <listitem>
[622c1021]51 <para>
52 Download MD5 sum: &balsa-md5sum;
53 </para>
[9d2d426b]54 </listitem>
55 <listitem>
[622c1021]56 <para>
57 Download size: &balsa-size;
58 </para>
[9d2d426b]59 </listitem>
60 <listitem>
[622c1021]61 <para>
62 Estimated disk space required: &balsa-buildsize;
63 </para>
[9d2d426b]64 </listitem>
65 <listitem>
[622c1021]66 <para>
67 Estimated build time: &balsa-time;
68 </para>
[9d2d426b]69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">Balsa Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
[38d4077]75 <para role="required">
[e5f7eee]76 <xref linkend="aspell"/>,
[b2208110]77 <xref linkend="enchant"/>,
[bd17317]78 <xref linkend="gmime3"/>,
[3d9b01d]79 <xref linkend="gpgme"/>,
[bdcd7db]80 <xref linkend="gtk3"/>, and
81 <xref linkend="libnotify"/>
82 <!--<xref linkend="rarian"/>-->
[38d4077]83 </para>
[9d2d426b]84
[9cb3c66d]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
[580ce98]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.
[39c49464]95 <bridgehead renderas="sect4">Recommended</bridgehead>
[38d4077]96 <para role="recommended">
97 <xref linkend="pcre"/>
[580ce98]98 </para>-->
[39c49464]99
[9d2d426b]100 <bridgehead renderas="sect4">Optional</bridgehead>
[38d4077]101 <para role="optional">
102 <xref linkend="compface"/>,
[3d9b01d]103 <xref linkend="gcr"/>,
[b2208110]104 <xref linkend="gtksourceview"/>,
[3d9b01d]105 <xref linkend="libcanberra"/>,
106 <xref linkend="libsecret"/>,
[b2208110]107 <xref linkend="mitkrb"/>,
108 <xref linkend="openldap"/>,
[3d9b01d]109 <xref linkend="procmail"/>,
[9a7afe6e]110 <xref linkend="sqlite"/>,
[e5f7eee]111 <xref linkend="webkitgtk"/>,
[3d9b01d]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>
[38d4077]116 </para>
[9d2d426b]117
[38e4f06]118 <para condition="html" role="usernotes">User Notes:
119 <ulink url="&blfs-wiki;/balsa"/></para>
120
[9d2d426b]121 </sect2>
122
123 <sect2 role="installation">
124 <title>Installation of Balsa</title>
125
[622c1021]126 <para>
127 Install <application>Balsa</application> by running the following
128 commands:
129 </para>
[9d2d426b]130
[9a7afe6e]131<screen><userinput>./configure --prefix=/usr \
132 --sysconfdir=/etc \
[56ce09e]133 --localstatedir=/var/lib \
[d40dd18]134 --without-html-widget &amp;&amp;
[b0557208]135make</userinput></screen>
136
[622c1021]137 <para>
138 This package does not come with a test suite.
139 </para>
[b0557208]140
[622c1021]141 <para>
142 Now, as the <systemitem class="username">root</systemitem> user:
143 </para>
[b0557208]144
145<screen role='root'><userinput>make install</userinput></screen>
[16998db6]146
[9d2d426b]147 </sect2>
[16998db6]148
[9d2d426b]149 <sect2 role="commands">
150 <title>Command Explanations</title>
[16998db6]151
[3d9b01d]152 <!-- Support has been added for this, but the option is still unrecognized.
[622c1021]153 <para>
154 <parameter>- -with-rubrica</parameter>: This parameter is used
155 to provide Rubrica2 address book support.
156 </para>
[3d9b01d]157 -->
[16998db6]158
[3d9b01d]159 <!-- configure says this is an invalid option with 2.5.11
[622c1021]160 <para>
[3d9b01d]161 <option>- -enable-smime</option>: Use this option to enable S/MIME
[622c1021]162 support if <application>GnuPG-2.x.x</application> is installed.
163 </para>
[3d9b01d]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>
[c51f263]172
[622c1021]173 <para>
174 <option>--with-canberra</option>: Enable libcanberra support.
175 </para>
[c51f263]176
[622c1021]177 <para>
178 <option>--with-compface</option>: Enable compface support.
179 </para>
[c51f263]180
[622c1021]181 <para>
182 <option>--with-gcr</option>: Use libgcr for TLS support.
183 </para>
[c51f263]184
[622c1021]185 <para>
186 <option>--with-gss</option>: Enable GSSAPI support.
187 </para>
[16998db6]188
[622c1021]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>
[16998db6]193
[622c1021]194 <para>
195 <option>--with-libsecret</option>: Enable strong password
[3d9b01d]196 support and support for gnome-keyring to store passwords.
[622c1021]197 </para>
[ebb3545c]198
[3d9b01d]199 <!-- configure says this is an invalid option with 2.5.11
[622c1021]200 <para>
[3d9b01d]201 <option>- -with-gpgme</option>: Use this option to enable GPG support
[622c1021]202 if <quote><application>GnuPG</application> Made Easy</quote>
203 (<application>GPGME</application>) is installed.
204 </para>
[3d9b01d]205 -->
[c51f263]206
[622c1021]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>
[16998db6]212
[9d2d426b]213 </sect2>
[16998db6]214
[3d9b01d]215<!-- All of this information is invalid. These options no longer exist since
216 Balsa was ported to GTK3.
[9d2d426b]217 <sect2 role="configuration">
218 <title>Configuring Balsa</title>
[16998db6]219
[9d2d426b]220 <sect3>
221 <title>Configuration Information</title>
[16998db6]222
[622c1021]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>
[ebb3545c]239
[9d2d426b]240 </sect3>
[16998db6]241
[9d2d426b]242 </sect2>
[3d9b01d]243-->
[16998db6]244
[9d2d426b]245 <sect2 role="content">
246 <title>Contents</title>
[16998db6]247
[9d2d426b]248 <segmentedlist>
[ebb3545c]249 <segtitle>Installed Programs</segtitle>
[9d2d426b]250 <segtitle>Installed Libraries</segtitle>
251 <segtitle>Installed Directories</segtitle>
[16998db6]252
[9d2d426b]253 <seglistitem>
[ebb3545c]254 <seg>balsa and balsa-ab</seg>
[9d2d426b]255 <seg>None</seg>
[e5f7eee]256 <seg>/etc/sounds/events,
[8558044]257 /usr/share/balsa,
[e5f7eee]258 and /usr/share/sounds/balsa</seg>
[9d2d426b]259 </seglistitem>
260 </segmentedlist>
[16998db6]261
[9d2d426b]262 <variablelist>
263 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
264 <?dbfo list-presentation="list"?>
265 <?dbhtml list-presentation="table"?>
[16998db6]266
[9d2d426b]267 <varlistentry id="balsa-prog">
268 <term><command>balsa</command></term>
269 <listitem>
[9a7afe6e]270 <para>
[4c24eb0a]271 is a glib based mail client
[9a7afe6e]272 </para>
[9d2d426b]273 <indexterm zone="balsa balsa-prog">
274 <primary sortas="b-balsa">balsa</primary>
275 </indexterm>
276 </listitem>
277 </varlistentry>
[2b4194f]278
[9a7afe6e]279 <varlistentry id="balsa-ab">
280 <term><command>balsa-ab</command></term>
281 <listitem>
282 <para>
[4c24eb0a]283 is the address-book application used by <command>balsa</command>
[9a7afe6e]284 </para>
285 <indexterm zone="balsa balsa-ab">
286 <primary sortas="b-balsa">balsa-ab</primary>
287 </indexterm>
288 </listitem>
289 </varlistentry>
290
[9d2d426b]291 </variablelist>
292
293 </sect2>
[2b4194f]294
[9d2d426b]295</sect1>
Note: See TracBrowser for help on using the repository browser.