aboutsummaryrefslogtreecommitdiffstats
path: root/mail/pine4
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to the latest version, 4.63.dougb2005-06-262-6/+11
| | | | | | | From the PR: Add support for WANT_OPENLDAP_SASL PR: ports/81574 Submitted by: Sean Farley
* Add maildir support, prompted by the PR but with a different solution.dougb2005-03-143-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-231-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-251-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-234-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-231-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-1110-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-022-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-232-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-184-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-112-2/+2
|
* Upgrade to 4.43 which contains mostly bug fixes for the less oftendougb2001-12-094-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-112-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-261-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-123-3/+3
| | | | | PR: 24830 Submitted by: maintainer
* welcome new maintainer.sf2001-02-111-1/+1
| | | | | PR: 24830 Submitted by: Pete Fritchman <petef@databits.net>
* support %%PORTDOCS%% in pkg-plist.sf2001-01-231-13/+13
| | | | | PR: 23652 Suggested by: Jimmy Olgeni <olgeni@uli.it>
* Upgrade to 4.32will2001-01-212-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-281-0/+14
| | | | | PR: 18228 Submitted by: Mikko Tyolajarvi <mikko@dynas.se>
* Remove pine.conf upon deinstallation if unchanged.asami2000-06-171-0/+3
| | | | Reviewed by: maintainer
* Update to use PORTNAME/PORTVERSIONcpiazza2000-04-141-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-196-215/+76
| | | | | PR: 14313 Submitted by: jack@germanium.xtalwind.net
* Resolve many 301 Moved Permanently URLs in DESCR.fenner1999-09-181-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-091-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-121-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-303-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>
* Add a few more `ldconfig -R' I forgot yesterday. Remove duplicatestg1998-05-061-0/+1
| | | | from octave and iv.
* portlint, use ${INSTALL} instead install.vanilla1998-02-021-2/+2
|
* Disable spell command for pico, it work only with "spell" whichache1998-01-301-0/+57
| | | | not exists in FreeBSD and _not_ work with "ispell"
* Teach pine/pico about End keyache1998-01-302-0/+52
| | | | | Set proper directory for pico mail check Trust termcap more then built-in defaults
* 1) sys/dir -> direntache1997-07-202-3/+52
| | | | | 2) Do not convert 8bit to binary for large text messages with many 8bit chars, it cause large Russian mail to be always BASE64 encoded.
* Upgrade to 3.96ache1997-03-264-15/+18
|
* Separate PATCH_* from MASTER_*. (If you ask me, I can't figure outasami1997-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.)
* Upgrade to 3.95qache1997-02-052-2/+5
|
* When enable_8bit turned on, use it not only for smtp connectionache1997-02-051-0/+37
| | | | but for external programs too
* Disable DEFAULT_DEBUG valueache1997-02-051-1/+1
|
* Don't build/install shared c-client library, because it is obsoletedache1997-01-136-212/+47
| | | | | | with imapd port and used only for pine Don't build/install mtest, already done in imapd port now Add missing -lcrypt for pine build
* Take out imapd/ipopd, separate port is available nowache1997-01-123-15/+34
|
* Rename mtest to mboxtestache1996-12-211-1/+1
| | | | Cleanup install target
* lib/news -> news/libache1996-12-072-2/+2
|
* Add news to CATEGORIESache1996-12-051-2/+2
|
* Add Pine WWW into commentache1996-12-041-1/+2
|
* Move TAG_EMBED from valid Russian letter '\377' to more neutral '\001'ache1996-12-041-0/+19
| | | | Tag quoting not implemented properly cause '\377' chars skipped
* Turn on locale. More FreeBSD tuningsache1996-12-031-6/+6
|
* More default CFLAGS fixesache1996-12-031-15/+43
|
* Use dafault CFLAGSache1996-12-031-1/+1
|
* /usr/local/news/lib -> /usr/local/lib/newsache1996-12-031-1/+1
|
* Convert to use MAN[1-8LN]obrien1996-11-171-9/+5
|
* CATEGORIES+= --> CATEGORIES=obrien1996-11-111-2/+2
| | | | And clean up variable ordering (as shown in the handbook) as little.
* Some fixes :-peter1996-08-093-9/+24
| | | | | | | | | | | | | | | | | - add -DPOSIX to pico build so that it doesn't use the sgtty cruft. - clean freebsd-specific files too. - correctly specify wait() as taking an int, rather than configuring it for "union wait *" and adding patches to cast them to int's. - use POSIX counterparts for pine proper (signals, non-blocking, termios) - correct path to /usr/bin/passwd (not /bin/passwd) - revert 3-char identifier to "BSF" not "BSI" (originally, BSN = NetBSD, BSF=FreeBSD, BSI=BSDI) - use more usual paths for news files. both cnews and inn* default to /var/news (usually), and the inn ports default to /usr/local/news/lib/active (cnews uses /usr/local/lib/news/active) None of our ports use /usr/spool/news or /usr/lib/news/active. Partly Submitted by: Chris Timmons <skynyrd@opus.cts.cwu.edu> (PR#1458)
* Delete $Id$.asami1996-07-171-2/+1
|
* Upgrade, 3.91 -> 3.95. This version is supposed to fix a lot of bugs.asami1996-07-1715-7/+709
| | | | Submitted by: "Matthew N. Dodd" <winter@jurai.net>
* Submitted by: Tom Samplonius <tom@misery.sdf.com>asami1995-08-142-2/+5
| | | | | | | | 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
* Submitted by: Tom Samplonius <tom@misery.sdf.com>asami1995-08-132-2/+9
| | | | | | | | | | | | | | | | Enclosed are patches to the pine port. They are meant to be applied from /usr/ports/mail/pine patch-aa.diff - Changes config file from /usr/local/lib/pine/pine.conf to /usr/local/etc/pine.conf Makefile.diff - Install ipop2d and ipop3d (previously they weren't installed at all!) into libexec. Change location of imapd from bin to libexec PLIST.diff - Change location of imapd, and add ipop2d and ipop2d DESCR.diff - Mention that package includes POP2 and POP3 servers
* Add comment on how to let pine use ispell.asami1995-07-271-0/+3
| | | | Submitted by: jacs@gnome.co.uk
* Package support files.asami1995-05-183-0/+14
| | | | Submitted-by: Brian Tao <taob@gate.sinica.edu.tw> (COMMENT & DESCR)
* Compress manpages.asami1995-05-181-1/+5
|
* Updating mail Makefiles....asami1995-04-231-2/+2
|
* Updated ports Makefiles for mails.asami1995-04-121-3/+4
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* First batch of MD5 checksum files. Only did through to the end of netgpalmer1994-12-181-0/+1
| | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later
* This is now version 3.91.jkh1994-11-111-2/+2
|
* Several changes across all ports:jkh1994-09-141-2/+2
| | | | | | | | | | | | | | | 1. Make MASTER_SITES entries contain a trailing /. Garrett says that assuming a '/' seperator between entries in MASTER_SITES and entries in DISTFILES is a dangerous assumption. This will also be taken out of bsd.port.mk. 2. General clean-up. Some of these Makefiles were a little grim. Make sure they're all in sync with the sometimes rapidly changing bsd.port.mk! :) 3. Some small configuration tweaks to keep them compiling under the most recent 2.0 - some things seem to have broken along our road to release.
* Make the required changes to make all existing ports use MASTER_SITESjkh1994-09-131-2/+2
| | | | correctly.
* Put the standard comments at the top of the Makefile, just tojkh1994-09-041-2/+10
| | | | | | | bring it into line with the others (always clone another port when starting a new one if you can, folks, it saves work and makes them look more standard). Submitted by: jkh
* Updated to include package information.jkh1994-09-041-10/+2
| | | | | Reviewed by: jkh Submitted by: mr
* Bring in the new ports/mail tree and Michael Reifenberger's pine portjkh1994-09-041-0/+13
in one swell foop. Reviewed by: jkh Submitted by: mr