CVS log for ports/mail/pine4/files/Attic/patch-az
Up to [FreeBSD] / ports / mail / pine4 / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.4
Wed Jan 22 15:46:11 2003 UTC (9 years ago) by dougb
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.3: +0 -0 lines
Upgrade to 4.53, the latest version from our friends at UW. Several bugs have been fixed, mostly in new options. Users of Pine are encouraged to upgrade. In addition to the version upgrade, I've overhauled the port. The most significant change is that I'm now using the include version of the c-client library, as opposed to the shared version used by the IMAP port. The main reason for this is to stay current with the Pine developer's view of the program. An additional benefit is that this change will allow me to update the Pine port more rapidly, without having to wait for the shared cclient port. In order to avoid conflicts with the IMAP server port, I am now compiling the pine binary static. On my system, this actually gives the pine binary a smaller memory footprint. I've also adopted the same option semantics that are currently in use for cclient. Namely that WITH_SSL is now the default. The other change of note is that I'm now installing the rpdump and rpload binaries that let you save and load a remote pine configuration. The Makefile has also been cleaned up, somewhat simplified, and made more generic. The basic functionality should be the same.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Oct 5 08:41:39 2001 UTC (10 years, 4 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_5_0_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +0 -33 lines
* Update to version 4.40, the latest and greatest from our friends at UW. Improvements include TLS and SSL support fully integrated into the code base (requires OpenSSL), support for remote address books, improved rules-based filtering, and new filter options. * Bugs fixed include longer folder names, temp file cleanup, mail sorted by filters more accurately, et al. * Re-generate almost all of the patches to clean out more of the fuzz.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Dec 18 09:55:00 2000 UTC (11 years, 1 month ago) by kbyanc
Branches: MAIN
CVS tags: RELEASE_4_4_0, RELEASE_4_3_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -22 lines
Update c-client to that found in UW's imap-2000. Update imap-uw to the latest version (imap-2000). Update pine4 to the latest version (pine-4.31). Despite the fact that the new releases of imap-uw and pine are intended to improve security, the security warnings on the pine and imap-uw ports have been left intact until they have proven themselves.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jul 17 08:19:34 2000 UTC (11 years, 6 months ago) by kbyanc
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0
Update the pine4 port to utilize the new cclient port. 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
