%general-entities; ]> $Date$ Pine-&pine-version; Pine Introduction to Pine The Pine package contains the Pine Mail User Agent and several server daemons for various mail protocols, in addition to some nice file and directory editing/browsing programs. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &pine-md5sum; Download size: &pine-size; Estimated disk space required: &pine-buildsize; Estimated build time: &pine-time; Additional Downloads Recommended Patch: Pine Dependencies Required Optional and User Notes: Installation of Pine Install Pine by running the following commands: patch -Np1 -i ../pine-&pine-version;-utf8-1.patch && sed -i "s@/usr/local/lib/pine@/etc/pine@g" \ $(grep -lr /usr/local/lib/pine *) && ./build DEBUG=-O MAILSPOOL=/var/mail \ SSLDIR=/usr SSLCERTS=/etc/ssl/certs slx This package does not come with a test suite. Now, as the root user: install -v -m644 doc/*.1 /usr/share/man/man1 && install -v -p -m644 doc/tech-notes/*.html /usr/share/doc/pine&pine-version; && install -v -m755 \ bin/{pine,imapd,ipop2d,ipop3d,mailutil,mtest,pico,pilot,rpdump,rpload} \ /usr/bin Command Explanations patch -Np1 -i ../pine-&pine-version;-utf8-1.patch: This patch enables Pine UTF-8 and charset conversion. sed -i "s@/usr/ ... /lib/pine *): This sed will make Pine use /etc for configuration files. It also alters the documentation to reflect that. The build procedure for Pine is somewhat unusual, in that options usually passed as ./configure options or housed in $CFLAGS must all be passed on the command line to the ./build script. ./build slx: Pine offers quite a few target platforms, slx specifies Linux using to get the crypt function. See the doc/pine-ports file for more information and other authentication options. DEBUG=-O: This flag compiles an optimized version of pine and pico that produces no debug files. MAILSPOOL=/var/mail: Location of mail spool files, /var/mail. SSLDIR=/usr SSLCERTS=/etc/ssl/certs: Location of OpenSSL files. Configuring Pine Config Files ~/.pinerc ~/.pinerc Configuration Information The pine executable needs no global configuration to use. Users set Pine options in ~/.pinerc using an internal configuration menu. Contents Installed Programs Installed Libraries Installed Directories imapd, ipop2d, ipop3d, mtest, pico, pilot, pine, rpdump, and rpload None /usr/share/doc/pine&pine-version; Short Descriptions imapd is the IMAP server daemon. pine ipop2d is an IMAP to POP2 conversion server. ipop2d ipop3d is an IMAP to POP3 conversion server. ipop3d metest is a minimal IMAP mail user agent, used for debugging. mtest pico is a stand-alone editor, similar to the Pine internal message composer. pico pilot is a file and directory navigator and browser. pilot pine is the Pine mail user agent. pine rpdump is used to copy data from remote Pine configuration files or address books into a local file. rpdump rpload is the Pine remote data utility, used to convert local Pine configuration files or address books into remote configurations or address books. rpload