source: xsoft/other/balsa.xml@ b0557208

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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
Last change on this file since b0557208 was b0557208, checked in by David Jensen <djensen@…>, 19 years ago

separated user/root inPan and Balsa, SBU nit in gnet

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

  • Property mode set to 100644
File size: 5.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY balsa-download-http "http://balsa.gnome.org/balsa-&balsa-version;.tar.bz2">
8 <!ENTITY balsa-download-ftp " ">
9 <!ENTITY balsa-md5sum "6179fadbfc5cca642dac081519acef25">
10 <!ENTITY balsa-size "2.9 MB">
11 <!ENTITY balsa-buildsize "45.9 MB">
12 <!ENTITY balsa-time "0.67 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><xref linkend="libgnomeprintui"/>,
61 <xref linkend="scrollkeeper"/>,
62 <xref linkend="aspell"/>,
63 <xref linkend="libesmtp"/> and
64 <ulink url="http://spruce.sourceforge.net/gmime/">GMime >= 2.1.9</ulink></para>
65
66 <bridgehead renderas="sect4">Optional</bridgehead>
67 <para><xref linkend="libgtkhtml"/>,
68 <xref linkend="openssl"/>,
69 <xref linkend="openldap"/>,
70 <xref linkend="pcre"/>,
71 <xref linkend="procmail"/>,
72 <xref linkend="sendmail"/> (or other
73 <ulink url="../server/mail.html">MTA</ulink> that links to
74 <command>/usr/sbin/sendmail</command>),
75 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
76 <ulink url="http://www.sqlite.org/">SQLite</ulink>,
77 <ulink url="http://www.gnupg.org/download/index.html#gpgme">GPGME</ulink> and
78 <ulink
79 url="http://www.gnupg.org/download/index.html#gnupg2">GnuPG-1.9.x</ulink></para>
80
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of Balsa</title>
85
86 <para>Install <application>Balsa</application> by running the following
87 commands:</para>
88
89<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
90 --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
91make</userinput></screen>
92
93 <para>This package does not come with a test suite.</para>
94
95 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
96
97<screen role='root'><userinput>make install</userinput></screen>
98
99 </sect2>
100
101 <sect2 role="commands">
102 <title>Command Explanations</title>
103
104 <para><parameter>--localstatedir=/var/lib</parameter>: This switch puts
105 <application>ScrollKeeper</application> files in
106 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
107 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
108
109 <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
110 configuration files in <filename class="directory">/etc/gnome</filename>
111 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
112
113 <para><option>--with-ssl</option>: Use this option to enable SSL support if
114 <application>OpenSSL</application> is installed.</para>
115
116 <para><option>--with-ldap</option>: Use this option to enable LDAP address
117 book support if <application>OpenLDAP</application> is installed.</para>
118
119 <para><option>--with-gpgme</option>: Use this option to enable GPG support
120 if <quote><application>GnuPG</application> Made Easy</quote>
121 (<application>GPGME</application>) is installed.</para>
122
123 <para><option>--enable-smime</option>: Use this option to enable S/MIME
124 support if <application>GnuPG-1.9.x</application> is installed.</para>
125
126 </sect2>
127
128 <sect2 role="configuration">
129 <title>Configuring Balsa</title>
130
131 <sect3>
132 <title>Configuration Information</title>
133
134 <para>All configuration of <application>Balsa</application> is done
135 through the <application>Balsa</application> menu system, with mailbox
136 configuration done with the Settings&mdash;&gt;Preferences menu.</para>
137
138 </sect3>
139
140 </sect2>
141
142 <sect2 role="content">
143 <title>Contents</title>
144
145 <segmentedlist>
146 <segtitle>Installed Program</segtitle>
147 <segtitle>Installed Libraries</segtitle>
148 <segtitle>Installed Directories</segtitle>
149
150 <seglistitem>
151 <seg>balsa</seg>
152 <seg>None</seg>
153 <seg>/usr/share/balsa, /usr/share/sounds/balsa and
154 /usr/share/gnome/help/balsa</seg>
155 </seglistitem>
156 </segmentedlist>
157
158 <variablelist>
159 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
160 <?dbfo list-presentation="list"?>
161 <?dbhtml list-presentation="table"?>
162
163 <varlistentry id="balsa-prog">
164 <term><command>balsa</command></term>
165 <listitem>
166 <para>is a <application>GNOME</application> 2 based mail
167 client.</para>
168 <indexterm zone="balsa balsa-prog">
169 <primary sortas="b-balsa">balsa</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 </variablelist>
175
176 </sect2>
177
178</sect1>
Note: See TracBrowser for help on using the repository browser.