summaryrefslogtreecommitdiffstats
path: root/mail/pine4
Commit message (Collapse)AuthorAgeFilesLines
* When checking for PACKAGE_BUILDING, also check for BATCH.olgeni2002-02-271-1/+1
|
* Update 4.43 -> 4.44nectar2002-01-102-2/+2
|
* Upgrade to 4.43 which contains mostly bug fixes for the less oftendougb2001-12-084-81/+67
| | | | | used features. Also, remove maildir support due to the staleness of the previous patch, and promised updates not appearing.
* I've already had 4 e-mails about this, so add a warning about keepingdougb2001-10-102-0/+8
| | | | | the cclient library and this port in synch, both in terms of version and compile options.
* * Update to version 4.40, the latest and greatest from our friendsdougb2001-10-0520-216/+259
| | | | | | | | | | | 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.
* portlint fixes, unbreak (optional) ldap support.dougb2001-06-093-16/+15
|
* Adopt the red-headed step-child. I actually worked with Josh Gilliamdougb2001-06-091-1/+1
| | | | on the original makefile.bsf, so I feel confident that I can handle it. :)
* add maildir supportijliao2001-05-292-0/+12
| | | | | PR: 27160 Submitted by: Przemyslaw Frasunek <venglin@freebsd.lublin.pl>
* One last one I forgotnsayer2001-05-021-1/+1
|
* There is no pine4-ssl slave port anymore. Get rid of the slave portnsayer2001-05-021-11/+3
| | | | plumbing.
* Mega cclient port SSL commit redux. This time with maintainer approval.nsayer2001-04-052-3/+8
| | | | | | | | | | | | | | | 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
* Set PORTREVISION because of new files/patch-reply.c. It looks astrevor2001-03-251-0/+1
| | | | | | | though the only slave port to this is mail/pine4-ssl, which is marked BROKEN. Submitted by: kris
* Add a patch to take out of the Message-ID header the informationtrevor2001-03-251-0/+37
| | | | | | | | | | about the operating system, the version of Pine, and the word "PINE". As described in http://www.crimelabs.net/docs/passive.html this information could be of use to someone with malicious intentions. PR: 26051 (duplicated as 26052) Approved by: maintainer
* respect CFLAGS.sf2001-03-012-1/+13
| | | | Submitted by: maintainer
* update to 4.33.sf2001-02-113-3/+3
| | | | | PR: 24830 Submitted by: maintainer
* welcome new maintainer.sf2001-02-101-1/+1
| | | | | PR: 24830 Submitted by: Pete Fritchman <petef@databits.net>
* support %%PORTDOCS%% in pkg-plist.sf2001-01-221-13/+13
| | | | | PR: 23652 Suggested by: Jimmy Olgeni <olgeni@uli.it>
* Upgrade to 4.32will2001-01-202-2/+2
|
* Goodbye, YEAR2000. Hello, 2001.will2001-01-011-2/+0
| | | | Approved by: asami
* Oops. Forgot to cvs add two new patches needed for the pine4 port.kbyanc2000-12-192-0/+31
|
* Update c-client to that found in UW's imap-2000.kbyanc2000-12-189-226/+106
| | | | | | | | | 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.
* Bump PORTREVISION due to security fix.kris2000-10-301-0/+1
|
* Add a patch to address the known remote buffer overflow, fromkris2000-10-303-2/+34
| | | | | | | | Mike Silbersack <silby@silby.com>. Add a build- and install-time warning about the probable existence of further remote security problems, and remove FORBIDDEN. Submitted by: Mike Silbersack <silby@silby.com>
* Mark FORBIDDEN: known buffer overflows exploitable by remote email.kris2000-09-291-0/+2
| | | | | | Parenthetically, no software which uses 4299 sprintf/strcpy/strcat calls can possibly be safe - I don't expect to remove this FORBIDDEN tag any time soon. :-(
* Update the pine4 port to utilize the new cclient port.kbyanc2000-07-175-11/+158
| | | | | | | | | | | | | | | | | | 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
* Add a WITH_LDAP knob. Defaults to off, of course.alex2000-06-271-0/+14
| | | | | PR: 18228 Submitted by: Mikko Tyolajarvi <mikko@dynas.se>
* Remove pine.conf upon deinstallation if unchanged.asami2000-06-161-0/+3
| | | | Reviewed by: maintainer
* Update to use PORTNAME/PORTVERSIONcpiazza2000-04-131-3/+3
|
* 8bit and locale fixes for searchache2000-02-161-0/+31
|
* Do not include bsd.port.pre.mk twice (once in the slave and once in theasami2000-01-171-0/+5
| | | | | | master). This is done by defining a variable "PRE_MK_INCLUDED" in the slave before including ${MASTERDIR}/Makefile, and have the master check it before including any necessary macro files.
* Honor PREFIX setting.steve1999-12-235-10/+19
| | | | | PR: 15120 Submitted by: Matt Behrens <matt@zigg.com>
* Update to version 4.21jim1999-11-182-6/+6
|
* Updated to version 4.20.jim1999-10-186-215/+76
| | | | | PR: 14313 Submitted by: jack@germanium.xtalwind.net
* Resolve many 301 Moved Permanently URLs in DESCR.fenner1999-09-171-2/+0
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Preparation for importing pine4 + SSL port.nsayer1999-06-231-4/+7
| | | | Suggested-by: asami@freebsd.org
* Move NO_LATEST_LINK from pine4 to pine3mharo1999-06-211-3/+1
|
* Add (prepare to be shocked) WWW:mharo1999-05-031-1/+1
|
* Move WWW to DESCR from Makefile ...scrappy1999-04-212-2/+3
|
* Proper URLs that reference directories end in '/'billf1999-04-081-3/+2
|
* Update to version 4.10.steve1999-03-1513-92/+174
| | | | | PR: 10286 Submitted by: maintainer
* Commit all Y2K/WWW_SITE changes from today...scrappy1999-03-111-1/+2
|
* More Y2K Statement Links...scrappy1999-01-131-1/+3
|
* Sync with maintainer's local copy by adding SIZE to files/md5steve1998-10-102-12/+13
| | | | | | and fixing up a new patch. Submitted by: maintainer
* Update to version 4.05.steve1998-10-0517-90/+273
| | | | | PR: 7993, 8151 Submitted by: maintainer
* Remove more manpages, as part of the great manpage removal project.hoek1998-08-171-3/+0
|
* Upgrade port to pine-4.02a.jkoshy1998-08-1310-34/+223
| | | | | PR: 7593 Submitted by: Adrian Penisoara <ady@freebsd.ady.ro>
* Upgrade to 4.02.asami1998-07-293-6/+22
| | | | | PR: 7373 Submitted by: maintainer
* Upgrade to 4.01.asami1998-07-216-27/+25
| | | | Submitted by: maintainer
* Pine 4.00 portache1998-07-1815-609/+317
| | | | Submitted by: Adrian Penisoara <ady@freebsd.ady.ro>
OpenPOWER on IntegriCloud