summaryrefslogtreecommitdiffstats
path: root/mail/pine4
Commit message (Collapse)AuthorAgeFilesLines
* Add maildir support, prompted by the PR but with a different solution.dougb2005-03-133-12/+14
| | | | | | | | | | This requires twiddling patch-af because it and the maildir patch were trying to adjust the same hunk. While I'm here: 1. Remove a painfully obvious comment 2. s/pkg-message/${PKG_MESSAGE}/ to help people that have weird things set in their environment.
* Update to PINE sources 4.62, the latest from UW. It contains manydougb2005-01-232-3/+3
| | | | bug fixes, and a few new features.
* Revert 1.15, the fix has been included in PINE's sourcesdougb2005-01-231-9/+0
|
* Add a hunk to address the IP=6 compile problemdougb2004-08-221-2/+11
| | | | | PR: ports/68282 Submitted by: Mohacsi Janos <janos.mohacsi@bsd.hu>
* This patch allows Pine to display color in a cons25 terminal withoutdougb2004-08-121-0/+15
| | | | | | | | | | | inappropriate scrolling. The problem is related to the behavior of cons25 when something is written to the lower right corner. This will cause a "blank" square in that position for some terminals, but the effect is harmless. Pointed out by: Lars Eighner <eighner@io.com> URL: http://www.washington.edu/pine/pine-info/2002.01/msg00038.html
* Update for version 4.61, a bugfix release.dougb2004-08-092-3/+3
|
* Regenerate for Pine 4.61dougb2004-08-091-8/+9
|
* This patch is no longer necessary for Pine 4.61dougb2004-08-091-29/+0
|
* Add an option to build with IPv6 capability.dougb2004-06-091-1/+5
| | | | | PR: ports/65852 Submitted by: Janos Mohacsi <mohacsi@niif.hu>
* Add a patch to fix 8-bit character set conversions that were brokendougb2004-06-091-0/+29
| | | | | | | | | in 4.60. The patch is from http://www.washington.edu/pine/pine-info/2004.06/msg00023.html, which is similar to the one in the PR. PR: ports/67522 Submitted by: Oleg Sharoiko <os@rsu.ru>
* Add an LDAP_PREFIX line to fix the LDAP'ified build.dougb2004-05-241-0/+1
| | | | Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
* Update to version 4.60, the latest from UW. Several new features and manydougb2004-05-224-15/+18
| | | | | | | | | | | | | | 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>
* Convert to USE_OPENLDAP. I have no idea if this will work, since I don'tdougb2004-05-221-4/+1
| | | | use LDAP, but no one who does has stepped forward with a better patch.
* Now that the SIZE thing has stabilized, add it to the ports I maintain.dougb2004-03-141-0/+1
|
* Per request of the "dynamic everything" folks, remove the -static fromdougb2004-02-081-8/+6
| | | | | | | | 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.
* Upgrade to 4.58, a security and bugfix release which addresses the following:dougb2003-09-1010-52/+52
| | | | | | | | | | | | | | | * Potential security problems caused by maliciously-formed RFC 2231 attachment parameters Several other bugs fixed as well. All users of Pine are highly encouraged to upgrade. Improvements to the port: * DOCSDIR'ification of plist * Patches regenerated to remove fuzz Approved by: security-officer, portmgr
* Upgrade to 4.56, the latest from UW. Several bug fixes and new features.dougb2003-06-012-2/+2
|
* Upgrade to 4.55, the latest from our friends at UW. Many improvements anddougb2003-04-192-3/+2
| | | | | bug fixes. See http://www.washington.edu/pine/changes/4.53-to-4.55.html for details.
* * Don't do patch + sed for PREFIX-related changes, just use sed in one passdougb2003-03-058-249/+54
| | | | | | | | | | | * Update to Makefile COMMENT * Take advantage of pkg-message to hit both ports and package installs * Thanks to work done by winter to make ispell do reasonable things when invoked as 'spell', properly define the speller for pico, and add a default speller for the pine.conf. The reason for the latter is to take advantage of the (arguably) superior behavior of ispell when files are piped to it. * Do to the speller updates, grow a dependency on ispell and bump the revision. * Add readme and copyright to portdocs
* Add copyright and readme files to portdocsdougb2003-03-051-0/+2
|
* Switch to Makefile COMMENTdougb2003-03-051-1/+0
|
* Properly use this file so that the message shows up for package users too.dougb2003-03-051-0/+5
|
* * Update descriptive text to latest stuff from the brochuredougb2003-03-051-13/+12
| | | | * Delete text about the pgp filters that now live in their own port
* This patch is against a file no longer used by FreeBSD.dougb2003-03-051-17/+0
|
* This download site answers, but the mirror hasn't updated to the latest version.dougb2003-02-281-1/+0
|
* Point dependencies on net/openldap to net/openldap12edwin2003-02-241-1/+1
|
* Update mirror sites, and remove a pointless variabledougb2003-01-231-2/+10
|
* Argh. Actually stop trying to install and package the pgp scripts.dougb2003-01-222-13/+6
| | | | Add a message about the new, improved pine-pgp-filters port.
* Upgrade to 4.53, the latest version from our friends at UW. Severaldougb2003-01-2215-330/+62
| | | | | | | | | | | | | | | | | | | | | | | | | 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.
* This patch was necessary when committed, but I've been working with thedougb2003-01-221-19/+0
| | | | | Pine authors on this and we think it's no longer necessary. Please let me know if I'm wrong. :)
* These files have suffered from a lot of bitrot, and either don't work, ordougb2003-01-224-89/+0
| | | | | | | don't work well. They also don't take gnupg into account at all. Therefore I'm removing them from here, and in their place I've created a new pine-pgp-filters port with totally new, and fully functional versions.
* Upgrade to 4.51, mostly a bugfix release, but containing a few new features,dougb2002-12-174-25/+33
| | | | | | | | Disable-Sender, Scramble-Message-Id, Spell-Check-Before-Sending. Pine users are strongly encouraged to upgrade. Approved by: portmgr (knu)
* Upgrade to 4.50, the latest from UW; which includes better threading support,dougb2002-11-266-98/+107
| | | | | | | | | | | 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
* 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>
OpenPOWER on IntegriCloud