aboutsummaryrefslogtreecommitdiffstats
path: root/mail/pine4/files
Commit message (Collapse)AuthorAgeFilesLines
* Update the pine4 port to utilize the new cclient port.kbyanc2000-07-174-11/+156
| | | | | | | | | | | | | | | | | | Pine has historically built against an internal copy of the c-client library, however c-client development has progressed beyond what is shipped with pine. (It would appear that all new development work is being done via UW's imap server codebase.) This change allows pine to utilize improvements/bugfixes in the c-client library. In addition, the cclient port builds c-client as a a shared library. Now, pine links against this shared library. As a result, pine binaries are approximately 550k smaller. On the other hand, the c-client library itself is a good 650k. The real benefit here is that c-client may be shared amongst multiple binaries (i.e. imap-uw, php, and perl scripts using the p5-Mail-CClient module), thereby potentially reducing the overall disk and memory usage. PR: 19731 Submitted by: kbyanc@posi.net Reviewed by: will
* 8bit and locale fixes for searchache2000-02-161-0/+31
|
* Honor PREFIX setting.steve1999-12-234-6/+6
| | | | | PR: 15120 Submitted by: Matt Behrens <matt@zigg.com>
* Updated to version 4.20.jim1999-10-194-210/+72
| | | | | PR: 14313 Submitted by: jack@germanium.xtalwind.net
* Update to version 4.10.steve1999-03-1511-82/+168
| | | | | PR: 10286 Submitted by: maintainer
* Sync with maintainer's local copy by adding SIZE to files/md5steve1998-10-101-12/+12
| | | | | | and fixing up a new patch. Submitted by: maintainer
* Update to version 4.05.steve1998-10-0512-69/+236
| | | | | PR: 7993, 8151 Submitted by: maintainer
* Upgrade port to pine-4.02a.jkoshy1998-08-136-27/+210
| | | | | PR: 7593 Submitted by: Adrian Penisoara <ady@freebsd.ady.ro>
* Upgrade to 4.01.asami1998-07-213-17/+18
| | | | Submitted by: maintainer
* Pine 4.00 portache1998-07-1811-588/+268
| | | | Submitted by: Adrian Penisoara <ady@freebsd.ady.ro>
* Disable spell command for pico, it work only with "spell" whichache1998-01-301-0/+57
| | | | not exists in FreeBSD and _not_ work with "ispell"
* Teach pine/pico about End keyache1998-01-302-0/+52
| | | | | Set proper directory for pico mail check Trust termcap more then built-in defaults
* 1) sys/dir -> direntache1997-07-202-3/+52
| | | | | 2) Do not convert 8bit to binary for large text messages with many 8bit chars, it cause large Russian mail to be always BASE64 encoded.
* Upgrade to 3.96ache1997-03-261-6/+6
|
* When enable_8bit turned on, use it not only for smtp connectionache1997-02-051-0/+37
| | | | but for external programs too
* Disable DEFAULT_DEBUG valueache1997-02-051-1/+1
|
* Don't build/install shared c-client library, because it is obsoletedache1997-01-135-210/+47
| | | | | | with imapd port and used only for pine Don't build/install mtest, already done in imapd port now Add missing -lcrypt for pine build
* Take out imapd/ipopd, separate port is available nowache1997-01-121-8/+33
|
* lib/news -> news/libache1996-12-072-2/+2
|
* Move TAG_EMBED from valid Russian letter '\377' to more neutral '\001'ache1996-12-041-0/+19
| | | | Tag quoting not implemented properly cause '\377' chars skipped
* Turn on locale. More FreeBSD tuningsache1996-12-031-6/+6
|
* More default CFLAGS fixesache1996-12-031-15/+43
|
* Use dafault CFLAGSache1996-12-031-1/+1
|
* /usr/local/news/lib -> /usr/local/lib/newsache1996-12-031-1/+1
|
* Some fixes :-peter1996-08-093-9/+24
| | | | | | | | | | | | | | | | | - add -DPOSIX to pico build so that it doesn't use the sgtty cruft. - clean freebsd-specific files too. - correctly specify wait() as taking an int, rather than configuring it for "union wait *" and adding patches to cast them to int's. - use POSIX counterparts for pine proper (signals, non-blocking, termios) - correct path to /usr/bin/passwd (not /bin/passwd) - revert 3-char identifier to "BSF" not "BSI" (originally, BSN = NetBSD, BSF=FreeBSD, BSI=BSDI) - use more usual paths for news files. both cnews and inn* default to /var/news (usually), and the inn ports default to /usr/local/news/lib/active (cnews uses /usr/local/lib/news/active) None of our ports use /usr/spool/news or /usr/lib/news/active. Partly Submitted by: Chris Timmons <skynyrd@opus.cts.cwu.edu> (PR#1458)
* Delete $Id$.asami1996-07-171-2/+1
|
* Upgrade, 3.91 -> 3.95. This version is supposed to fix a lot of bugs.asami1996-07-1710-0/+687
Submitted by: "Matthew N. Dodd" <winter@jurai.net>