source: networking/mailnews/re-alpine.xml@ faec3f7

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 faec3f7 was bad2491e, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Fix re-alpine download url

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

  • Property mode set to 100644
File size: 6.9 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 re-alpine-download-http "&sourceforge-repo2;/projects/re-alpine/files/re-alpine-&re-alpine-version;.tar.bz2">
8 <!ENTITY re-alpine-download-ftp " ">
9 <!ENTITY re-alpine-md5sum "5e75826b15f05674856be8618bdefdfb">
10 <!ENTITY re-alpine-size "5.3 MB">
11 <!ENTITY re-alpine-buildsize "112 MB">
12 <!ENTITY re-alpine-time "1.2 SBU">
13]>
14
15<sect1 id="re-alpine" xreflabel="Re-alpine-&re-alpine-version;">
16 <?dbhtml filename="re-alpine.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Re-alpine-&re-alpine-version;</title>
24
25 <indexterm zone="re-alpine">
26 <primary sortas="a-re-alpine">re-alpine</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Re-alpine</title>
31
32 <para><application>Re-alpine</application> is the continuation of Alpine;
33 a text-based email client developed by the University of Washington.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing='compact'>
37 <listitem>
38 <para>Download (HTTP): <ulink url="&re-alpine-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&re-alpine-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &re-alpine-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &re-alpine-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &re-alpine-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &re-alpine-time;</para>
54 </listitem>
55 </itemizedlist>
56<!--
57 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
58 <itemizedlist spacing='compact'>
59 <listitem>
60 <para>Recommended Patch: <ulink
61 url="&patch-root;/re-alpine-&re-alpine-version;-utf8-1.patch"/></para>
62 </listitem>
63 </itemizedlist>
64-->
65 <bridgehead renderas="sect3">Re-alpine Dependencies</bridgehead>
66
67 <bridgehead renderas="sect4">Recommended</bridgehead>
68 <para role="recommended">
69 <xref linkend="openssl"/>
70 </para>
71
72 <bridgehead renderas="sect4">Optional</bridgehead>
73 <para role="optional">
74 <xref linkend="openldap"/>,
75 <xref linkend="mitkrb"/>,
76 <xref linkend="aspell"/>,
77 <xref linkend="tcl"/> and
78 <xref linkend="linux-pam"/>
79 </para>
80
81 <para condition="html" role="usernotes">User Notes:
82 <ulink url="&blfs-wiki;/re-alpine"/></para>
83
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of Re-alpine</title>
88
89 <para>Install <application>Re-alpine</application> by running the following
90 commands:</para>
91
92<screen><userinput>./configure --prefix=/usr \
93 --sysconfdir=/etc \
94 --without-ldap \
95 --without-krb5 \
96 --with-ssl-dir=/usr \
97 --with-passfile=.pine-passfile &amp;&amp;
98make</userinput></screen>
99
100 <para>This package does not come with a test suite.</para>
101
102 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
103
104<screen role='root'><userinput>make install</userinput></screen>
105
106 </sect2>
107
108 <sect2 role="commands">
109 <title>Command Explanations</title>
110
111 <para><parameter>--without-ldap</parameter>: Disables LDAP support.</para>
112
113 <para><parameter>--without-krb5</parameter>: Disables Kerberos support.</para>
114
115 <para><parameter>--with-ssl-dir=/usr</parameter>: Sets the root path to
116 OpenSSL libraries and include files.</para>
117
118 <para><parameter>--with-passfile=.pine-passfile</parameter>: Sets the
119 password cache file.</para>
120
121 <para><parameter>--without-ssl</parameter>: Disables OpenSSL support.</para>
122
123 </sect2>
124
125 <sect2 role="configuration">
126 <title>Configuring Re-alpine</title>
127
128 <sect3 id="re-alpine-config">
129 <title>Config Files</title>
130
131 <para><filename>~/.pinerc</filename></para>
132
133 <indexterm zone="re-alpine re-alpine-config">
134 <primary sortas="e-AA.pinerc">~/.pinerc</primary>
135 </indexterm>
136
137 </sect3>
138
139 <sect3>
140 <title>Configuration Information</title>
141
142 <para>It is not required to manually edit any configuration files to use
143 the <application>Alpine</application> email client. Users can configure
144 <application>Alpine</application> using the graphical configuration menu,
145 which stores the changes in <filename>~/.pinerc</filename>.</para>
146
147 </sect3>
148
149 </sect2>
150
151 <sect2 role="content">
152 <title>Contents</title>
153
154 <segmentedlist>
155 <segtitle>Installed Programs</segtitle>
156 <segtitle>Installed Libraries</segtitle>
157 <segtitle>Installed Directories</segtitle>
158
159 <seglistitem>
160 <seg>alpine, pico, pilot, rpdump and rpload</seg>
161 <seg>none</seg>
162 <seg>none</seg>
163 </seglistitem>
164 </segmentedlist>
165
166 <variablelist>
167 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
168 <?dbfo list-presentation="list"?>
169 <?dbhtml list-presentation="table"?>
170
171 <varlistentry id="alpine">
172 <term><command>alpine</command></term>
173 <listitem>
174 <para>is the Alpine mailer.</para>
175 <indexterm zone="re-alpine alpine">
176 <primary sortas="b-alpine">alpine</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="pico">
182 <term><command>pico</command></term>
183 <listitem>
184 <para>is a standalone text editor similar to the Alpine message composer.</para>
185 <indexterm zone="re-alpine pico">
186 <primary sortas="b-pico">pico</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 <varlistentry id="pilot">
192 <term><command>pilot</command></term>
193 <listitem>
194 <para>is a standalone file system navigator.</para>
195 <indexterm zone="re-alpine pilot">
196 <primary sortas="b-pilot">pilot</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry id="rpdump">
202 <term><command>rpdump</command></term>
203 <listitem>
204 <para>is an utility for downloading a pinerc or address book to the
205 local machine.</para>
206 <indexterm zone="re-alpine rpdump">
207 <primary sortas="b-rpdump">rpdump</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 <varlistentry id="rpload">
213 <term><command>rpload</command></term>
214 <listitem>
215 <para> is an utility for uploading a local pinerc or address book to
216 an IMAP server.</para>
217 <indexterm zone="re-alpine rpload">
218 <primary sortas="b-rpload">rpload</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 </variablelist>
224
225 </sect2>
226
227</sect1>
Note: See TracBrowser for help on using the repository browser.