source: basicnet/mailnews/pine.xml@ cef3a2f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 cef3a2f was cef3a2f, checked in by Randy McMurchy <randy@…>, 19 years ago

Round 1 of renaming package-name entities

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

  • Property mode set to 100644
File size: 6.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY pine-download-http "http://mirror.sit.wisc.edu/pub/net/mail/pine/pine&pine-version;.tar.bz2">
8 <!ENTITY pine-download-ftp "ftp://ftp.cac.washington.edu/pine/pine&pine-version;.tar.bz2">
9 <!ENTITY pine-size "2.9 MB">
10 <!ENTITY pine-buildsize "50 MB">
11 <!ENTITY pine-time "0.95 SBU">
12]>
13
14<sect1 id="pine" xreflabel="Pine-&pine-version;">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="pine.html"?>
20<title>Pine-&pine-version;</title>
21
22<sect2>
23<title>Introduction to <application>Pine</application></title>
24
25<para>The <application>Pine</application> package contains the
26<application>Pine</application> Mail User Agent and several
27server daemons for various mail protocols, in addition to some nice
28file and directory editing/browsing programs.</para>
29
30<sect3><title>Package information</title>
31<itemizedlist spacing='compact'>
32<listitem><para>Download (HTTP): <ulink
33url="&pine-download-http;"/></para></listitem>
34<listitem><para>Download (FTP): <ulink
35url="&pine-download-ftp;"/></para></listitem>
36<listitem><para>Download size: &pine-size;</para></listitem>
37<listitem><para>Estimated disk space required:
38&pine-buildsize;</para></listitem>
39<listitem><para>Estimated build time:
40&pine-time;</para></listitem></itemizedlist>
41</sect3>
42
43<sect3><title>Additional downloads</title>
44<itemizedlist spacing='compact'>
45<listitem><para>Recommended Patch: <ulink
46url="&patch-root;/pine-&pine-version;-fhs-3.patch"/></para></listitem>
47</itemizedlist>
48</sect3>
49
50<sect3><title><application>Pine</application> dependencies</title>
51<sect4><title>Required</title>
52<para><xref linkend="openssl"/></para></sect4>
53<sect4><title>Optional</title>
54<para>
55<xref linkend="openldap"/> and
56<xref linkend="mitkrb"/>
57</para></sect4>
58</sect3>
59
60</sect2>
61
62<sect2>
63<title>Installation of <application>Pine</application></title>
64
65<para>Install <application>Pine</application> by running the following commands: </para>
66
67<screen><userinput><command>patch -Np1 -i ../pine-&pine-version;-fhs-3.patch &amp;&amp;
68./build DEBUG=-O MAILSPOOL=/var/mail \
69 SSLDIR=/usr SSLCERTS=/etc/ssl/certs slx &amp;&amp;
70cp doc/*.1 /usr/share/man/man1 &amp;&amp;
71cd bin &amp;&amp;
72install pine imapd ipop2d ipop3d mailutil mtest pico \
73 pilot rpdump rpload /usr/bin</command></userinput></screen>
74
75</sect2>
76
77<sect2>
78<title>Command explanations</title>
79
80<para><command>patch -Np1 -i ../pine-&pine-version;-fhs.patch</command>: This
81patch will make <application>Pine</application> use <filename
82class="directory">/etc</filename> for configuration files.</para>
83
84<para>The build procedure for <application>Pine</application> is somewhat
85unusual, in that options usually passed as <command>./configure</command>
86options or housed in $<envar>CFLAGS</envar> must all be passed on the command
87line to the <command>./build</command> script.</para>
88
89<para><command>./build slx</command>: <application>Pine</application> offers
90quite a few target platforms, slx specifies Linux using
91-lcrypt to get the crypt function. See the
92<filename>doc/pine-ports</filename> file for more information and
93other authentication options.</para>
94
95<para><command>DEBUG=-O</command>: This flag compiles an optimized
96version of <command>pine</command> and <command>pico</command> that
97produces no debug files.</para>
98
99<para><command>MAILSPOOL=/var/mail</command>: Location of mail spool
100files, <filename>/var/mail.</filename></para>
101
102<para><command>SSLDIR=/usr SSLCERTS=/etc/ssl/certs</command>: Location
103of OpenSSL files.</para>
104
105<para><screen><command>cd bin &amp;&amp;
106install pine imapd ipop2d ipop3d mailutil mtest pico \
107 pilot rpdump rpload /usr/bin</command></screen>
108This installs <application>Pine</application>.</para>
109
110</sect2>
111
112<sect2>
113<title>Configuring <application>Pine</application></title>
114
115<sect3><title>Config files</title>
116<para><filename>~/.pinerc</filename></para>
117</sect3>
118
119<sect3><title>Configuration Information</title>
120
121<para>The <command>pine</command> executable needs no global configuration to
122use. Users set <application>Pine</application> options in <filename>~/.pinerc
123</filename> using an internal configuration menu.</para>
124</sect3>
125
126</sect2>
127
128<sect2>
129<title>Contents</title>
130<para>The <application>Pine</application> package contains
131<command>pine</command>,
132<command>pico</command>,
133<command>pilot</command>,
134<command>imapd</command>,
135<command>ipop2d</command>,
136<command>ipop3d</command>,
137<command>mtest</command>,
138<command>rpload</command> and
139<command>rpdump</command>.</para>
140</sect2>
141
142<sect2><title>Description</title>
143
144<sect3><title>pine</title>
145<para><command>pine</command> is the <application>Pine</application> mail user
146agent.</para></sect3>
147
148<sect3><title>pico</title>
149<para><command>pico</command> is a stand-alone editor, similar to the
150<application>Pine</application> internal message composer.</para></sect3>
151
152<sect3><title>pilot</title>
153<para><command>pilot</command> is a file and directory navigator and browser.</para></sect3>
154
155<sect3><title>imapd</title>
156<para><command>imapd</command> is the <acronym>IMAP</acronym> server daemon.</para></sect3>
157
158<sect3><title>ipop2d</title>
159<para><command>ipop2d</command> is an <acronym>IMAP</acronym> to
160<acronym>POP</acronym>2 conversion server.</para></sect3>
161
162<sect3><title>ipop3d</title>
163<para><command>ipop3d</command> is an <acronym>IMAP</acronym> to
164<acronym>POP</acronym>3 conversion server.</para></sect3>
165
166<sect3><title>mtest</title>
167<para><command>mtest</command> is a minimal <acronym>IMAP</acronym> mail user
168agent, used for debugging.</para></sect3>
169
170<sect3><title>rpload</title>
171<para><command>rpload</command> is the <application>Pine</application> remote
172data utility, used to convert local <application>Pine</application>
173configuration files or address books into remote configurations
174or address books.</para></sect3>
175
176
177<sect3><title>rpdump</title>
178<para><command>rpdump</command> is used to copy data from remote
179<application>Pine</application> configuration files or address books into a
180local file.</para></sect3>
181
182</sect2>
183
184</sect1>
185
Note: See TracBrowser for help on using the repository browser.