diff options
author | asami <asami@FreeBSD.org> | 1995-08-13 05:52:13 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-08-13 05:52:13 +0800 |
commit | 1e70b2c7017f91a0ba6d842001956bcc506cce85 (patch) | |
tree | 75d34a3b7e2ed25f9f88d87cc76d2aab70e5a6b6 /mail | |
parent | e89652044aba7a98e6eda1f63ae10e72110ae2bf (diff) | |
download | freebsd-ports-gnome-1e70b2c7017f91a0ba6d842001956bcc506cce85.tar.gz freebsd-ports-gnome-1e70b2c7017f91a0ba6d842001956bcc506cce85.tar.zst freebsd-ports-gnome-1e70b2c7017f91a0ba6d842001956bcc506cce85.zip |
Submitted by: Tom Samplonius <tom@misery.sdf.com>
Enclosed are patches to the pine port. They are meant to be applied
from /usr/ports/mail/pine
patch-aa.diff - Changes config file from /usr/local/lib/pine/pine.conf
to /usr/local/etc/pine.conf
Makefile.diff - Install ipop2d and ipop3d (previously they weren't
installed at all!) into libexec. Change location of imapd from bin to
libexec
PLIST.diff - Change location of imapd, and add ipop2d and ipop2d
DESCR.diff - Mention that package includes POP2 and POP3 servers
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pine4/pkg-descr | 7 | ||||
-rw-r--r-- | mail/pine4/pkg-plist | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/mail/pine4/pkg-descr b/mail/pine4/pkg-descr index 7f73821d56a9..ceabf7e4d56f 100644 --- a/mail/pine4/pkg-descr +++ b/mail/pine4/pkg-descr @@ -3,7 +3,12 @@ electronic messages. It was designed specifically with novice computer users in mind, but can be tailored to accommodate the needs of "power users" as well. Pine uses Internet message protocols (e.g. RFC-822, SMTP, MIME, IMAP, NNTP) and runs on Unix and PCs. This -package also includes the Pico editor and the IMAP daemon. +package also includes the Pico editor, the IMAP daemon, a POP2 server, +and a POP3 server. If you want to use the spell checking feature of pine, set the environment variable SPELL to "/usr/local/bin/ispell -l". + +An optional configuration file "pine.conf" can be put into /usr/local/etc +to set system wide defaults. The format of this file is identical to the +.pinerc file that is auto-generated by pine in your home directory. diff --git a/mail/pine4/pkg-plist b/mail/pine4/pkg-plist index b5e0c29ef4f8..ae026c30c583 100644 --- a/mail/pine4/pkg-plist +++ b/mail/pine4/pkg-plist @@ -1,4 +1,6 @@ -bin/imapd +libexec/imapd +libexec/ipop2d +libexec/ipop3d bin/mtest bin/pico bin/pine |