Skip site navigation (1)Skip section navigation (2)

CVS log for ports/mail/pine4/files/Attic/patch-ax

[BACK] Up to [FreeBSD] / ports / mail / pine4 / files

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.10
Mon Sep 1 20:21:47 2008 UTC (3 years, 5 months ago) by dougb
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.9: +0 -0 lines
Remove the port for Pine, and the slave port for Pico. UW has discontinued
development on the Pine branch, and is instead focusing its efforts on the
successor, Alpine.    http://www.washington.edu/alpine/

Alpine has more features, much better localization, better organized
(and largely rewritten) code, is BSD licensed, and should be a drop-in
replacement in terms of configuration files.

Alpine version 1.00 was released on March 17, 2008 after over a year of
development and community testing, and has since had 2 releases for
bugfixes and new features, so it's safe to say that this is a mature
replacement.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat May 22 22:31:01 2004 UTC (7 years, 8 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_EOL, RELEASE_5_5_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_EOL, RELEASE_4_11_0, PRE_XORG_7
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -4 lines
Update to version 4.60, the latest from UW. Several new features and many
bug fixes are included. See
http://www.washington.edu/pine/changes/4.58-to-4.60.html for more information.

One wonky master site is removed, thanks to fenner's distfile survey,
and patches are regenerated as needed.

The idea for the patch to obey ${CC} came from the PR, the implementation is
my own.

PR:		ports/65232
Submitted by:	michael johnson <ahze@ahze.net>

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Feb 8 04:25:11 2004 UTC (8 years ago) by dougb
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +6 -8 lines
Per request of the "dynamic everything" folks, remove the -static from
CFLAGS. We're far enough past the transition of cclient being a dependency
that I think this is safe.

I've tested this in environments with and without the cclient port installed,
and it should be ok. If anyone has any problems, please let me know asap.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jan 22 15:46:11 2003 UTC (9 years ago) by dougb
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +11 -37 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.6: download - view: text, markup, annotated - select for diffs
Tue Nov 26 12:17:36 2002 UTC (9 years, 2 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -5 lines
Upgrade to 4.50, the latest from UW; which includes better threading support,
enhanced rule patterns, role-based smtp server, better character set support,
and most importantly, a fix for the DoS recently reported on bugtraq. There
are other fixes and improvements as well, check out the release notes for
more information.

* Usual round of patch re-generation
* Add a makefile.bsf fix and a patch for pine/strings.c not being able to
find utf8.h

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Dec 8 20:50:26 2001 UTC (10 years, 2 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +47 -30 lines
Upgrade to 4.43 which contains mostly bug fixes for the less often
used features. Also, remove maildir support due to the staleness
of the previous patch, and promised updates not appearing.

Revision 1.4: 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
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -5 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.3: download - view: text, markup, annotated - select for diffs
Thu Apr 5 03:21:41 2001 UTC (10 years, 10 months ago) by nsayer
Branches: MAIN
CVS tags: RELEASE_4_4_0, RELEASE_4_3_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Mega cclient port SSL commit redux. This time with maintainer approval.

1. Add support for building cclient with SSL. Warn about the possibility
that some ports may have been missed and need ssl added at link time.

2. Update cclient and imap-uw to latest versions.

3. Fix pine4 to add ssl libraries. This can be used as a model for what
other ports may need to do.

4. Release MAINTAINERship (by request).

Submitted by:	anders@fix.no
Approved by:	petef@databits.net

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Mar 1 14:01:45 2001 UTC (10 years, 11 months ago) by sf
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
respect CFLAGS.

Submitted by: maintainer

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

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options