aboutsummaryrefslogtreecommitdiff
path: root/mail/pine4/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update 4.43 -> 4.44Jacques Vidrine2002-01-101-1/+1
| | | | Notes: svn path=/head/; revision=52867
* Upgrade to 4.43 which contains mostly bug fixes for the less oftenDoug Barton2001-12-081-13/+1
| | | | | | | | used features. Also, remove maildir support due to the staleness of the previous patch, and promised updates not appearing. Notes: svn path=/head/; revision=51251
* I've already had 4 e-mails about this, so add a warning about keepingDoug Barton2001-10-101-0/+1
| | | | | | | | the cclient library and this port in synch, both in terms of version and compile options. Notes: svn path=/head/; revision=48656
* * Update to version 4.40, the latest and greatest from our friendsDoug Barton2001-10-051-2/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=48464
* portlint fixes, unbreak (optional) ldap support.Doug Barton2001-06-091-12/+13
| | | | Notes: svn path=/head/; revision=43698
* Adopt the red-headed step-child. I actually worked with Josh GilliamDoug Barton2001-06-091-1/+1
| | | | | | | on the original makefile.bsf, so I feel confident that I can handle it. :) Notes: svn path=/head/; revision=43696
* add maildir supportYing-Chieh Liao2001-05-291-0/+11
| | | | | | | | PR: 27160 Submitted by: Przemyslaw Frasunek <venglin@freebsd.lublin.pl> Notes: svn path=/head/; revision=43244
* One last one I forgotNick Sayer2001-05-021-1/+1
| | | | Notes: svn path=/head/; revision=42154
* There is no pine4-ssl slave port anymore. Get rid of the slave portNick Sayer2001-05-021-11/+3
| | | | | | | plumbing. Notes: svn path=/head/; revision=42153
* Mega cclient port SSL commit redux. This time with maintainer approval.Nick Sayer2001-04-051-2/+7
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=40861
* Set PORTREVISION because of new files/patch-reply.c. It looks asTrevor Johnson2001-03-251-0/+1
| | | | | | | | | | though the only slave port to this is mail/pine4-ssl, which is marked BROKEN. Submitted by: kris Notes: svn path=/head/; revision=40369
* update to 4.33.FUJISHIMA Satsuki2001-02-111-1/+1
| | | | | | | | PR: 24830 Submitted by: maintainer Notes: svn path=/head/; revision=38229
* welcome new maintainer.FUJISHIMA Satsuki2001-02-101-1/+1
| | | | | | | | PR: 24830 Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=38184
* Upgrade to 4.32Will Andrews2001-01-201-1/+1
| | | | Notes: svn path=/head/; revision=37380
* Goodbye, YEAR2000. Hello, 2001.Will Andrews2001-01-011-2/+0
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=36564
* Update c-client to that found in UW's imap-2000.Kelly Yancey2000-12-181-4/+3
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=36056
* Bump PORTREVISION due to security fix.Kris Kennaway2000-10-301-0/+1
| | | | Notes: svn path=/head/; revision=34440
* Add a patch to address the known remote buffer overflow, fromKris Kennaway2000-10-301-2/+5
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=34434
* Mark FORBIDDEN: known buffer overflows exploitable by remote email.Kris Kennaway2000-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. :-( Notes: svn path=/head/; revision=33241
* Update the pine4 port to utilize the new cclient port.Kelly Yancey2000-07-171-0/+2
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=30738
* Add a WITH_LDAP knob. Defaults to off, of course.Alexander Langer2000-06-271-0/+14
| | | | | | | | PR: 18228 Submitted by: Mikko Tyolajarvi <mikko@dynas.se> Notes: svn path=/head/; revision=29918
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-3/+3
| | | | Notes: svn path=/head/; revision=27500
* Do not include bsd.port.pre.mk twice (once in the slave and once in theSatoshi Asami2000-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. Notes: svn path=/head/; revision=24794
* Honor PREFIX setting.Steve Price1999-12-231-4/+13
| | | | | | | | PR: 15120 Submitted by: Matt Behrens <matt@zigg.com> Notes: svn path=/head/; revision=23877
* Update to version 4.21Jim Mock1999-11-181-5/+5
| | | | Notes: svn path=/head/; revision=23176
* Updated to version 4.20.Jim Mock1999-10-181-3/+3
| | | | | | | | PR: 14313 Submitted by: jack@germanium.xtalwind.net Notes: svn path=/head/; revision=22512
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20954
* Preparation for importing pine4 + SSL port.Nick Sayer1999-06-231-4/+7
| | | | | | | Suggested-by: asami@freebsd.org Notes: svn path=/head/; revision=19707
* Move NO_LATEST_LINK from pine4 to pine3Michael Haro1999-06-211-3/+1
| | | | Notes: svn path=/head/; revision=19600
* Move WWW to DESCR from Makefile ...Marc G. Fournier1999-04-211-2/+1
| | | | Notes: svn path=/head/; revision=18039
* Proper URLs that reference directories end in '/'Bill Fumerola1999-04-081-3/+2
| | | | Notes: svn path=/head/; revision=17742
* Update to version 4.10.Steve Price1999-03-151-8/+4
| | | | | | | | PR: 10286 Submitted by: maintainer Notes: svn path=/head/; revision=17199
* Commit all Y2K/WWW_SITE changes from today...Marc G. Fournier1999-03-111-1/+2
| | | | Notes: svn path=/head/; revision=17142
* More Y2K Statement Links...Marc G. Fournier1999-01-131-1/+3
| | | | Notes: svn path=/head/; revision=16024
* Update to version 4.05.Steve Price1998-10-051-11/+29
| | | | | | | | PR: 7993, 8151 Submitted by: maintainer Notes: svn path=/head/; revision=13661
* Upgrade port to pine-4.02a.Joseph Koshy1998-08-131-4/+9
| | | | | | | | PR: 7593 Submitted by: Adrian Penisoara <ady@freebsd.ady.ro> Notes: svn path=/head/; revision=12494
* Upgrade to 4.02.Satoshi Asami1998-07-291-5/+9
| | | | | | | | PR: 7373 Submitted by: maintainer Notes: svn path=/head/; revision=12202
* Upgrade to 4.01.Satoshi Asami1998-07-211-6/+6
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=12049
* Pine 4.00 portAndrey A. Chernov1998-07-181-11/+32
| | | | | | | Submitted by: Adrian Penisoara <ady@freebsd.ady.ro> Notes: svn path=/head/; revision=11945
* portlint, use ${INSTALL} instead install.Vanilla I. Shu1998-02-021-2/+2
| | | | Notes: svn path=/head/; revision=9573
* Upgrade to 3.96Andrey A. Chernov1997-03-261-7/+10
| | | | Notes: svn path=/head/; revision=6020
* Separate PATCH_* from MASTER_*. (If you ask me, I can't figure outSatoshi Asami1997-02-061-1/+2
| | | | | | | | why adding a file called "*.patch-1" makes the package name change from "pine-3.59" to "pine-3.59q" and not "pine-3.59.1", but that's ok.) Notes: svn path=/head/; revision=5549
* Upgrade to 3.95qAndrey A. Chernov1997-02-051-2/+4
| | | | Notes: svn path=/head/; revision=5537
* Take out imapd/ipopd, separate port is available nowAndrey A. Chernov1997-01-121-2/+1
| | | | Notes: svn path=/head/; revision=5323
* Add news to CATEGORIESAndrey A. Chernov1996-12-041-2/+2
| | | | Notes: svn path=/head/; revision=4798
* Add Pine WWW into commentAndrey A. Chernov1996-12-031-1/+2
| | | | Notes: svn path=/head/; revision=4782
* Convert to use MAN[1-8LN]David E. O'Brien1996-11-171-9/+5
| | | | Notes: svn path=/head/; revision=4536
* CATEGORIES+= --> CATEGORIES=David E. O'Brien1996-11-101-2/+2
| | | | | | | And clean up variable ordering (as shown in the handbook) as little. Notes: svn path=/head/; revision=4382
* Upgrade, 3.91 -> 3.95. This version is supposed to fix a lot of bugs.Satoshi Asami1996-07-171-5/+7
| | | | | | | Submitted by: "Matthew N. Dodd" <winter@jurai.net> Notes: svn path=/head/; revision=3395
* Submitted by: Tom Samplonius <tom@misery.sdf.com>Satoshi Asami1995-08-141-1/+3
| | | | | | | | | | | Makefile.diff - patch to Makefile; gzip additional manpages during postinstall file.Makefile.diff - patch to files/Makefile; add install for new manpages PLIST.diff - include new manpages in package Notes: svn path=/head/; revision=2062