aboutsummaryrefslogtreecommitdiff
path: root/mail/pine4
Commit message (Collapse)AuthorAgeFilesLines
* Update the pine4 port to utilize the new cclient port.Kelly Yancey2000-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 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
* Remove pine.conf upon deinstallation if unchanged.Satoshi Asami2000-06-161-0/+3
| | | | | | | Reviewed by: maintainer Notes: svn path=/head/; revision=29649
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-3/+3
| | | | Notes: svn path=/head/; revision=27500
* 8bit and locale fixes for searchAndrey A. Chernov2000-02-161-0/+31
| | | | Notes: svn path=/head/; revision=25878
* 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-235-10/+19
| | | | | | | | PR: 15120 Submitted by: Matt Behrens <matt@zigg.com> Notes: svn path=/head/; revision=23877
* Update to version 4.21Jim Mock1999-11-182-6/+6
| | | | Notes: svn path=/head/; revision=23176
* Updated to version 4.20.Jim Mock1999-10-186-215/+76
| | | | | | | | PR: 14313 Submitted by: jack@germanium.xtalwind.net Notes: svn path=/head/; revision=22512
* Resolve many 301 Moved Permanently URLs in DESCR.Bill Fenner1999-09-171-2/+0
| | | | Notes: svn path=/head/; revision=21694
* 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
* Add (prepare to be shocked) WWW:Michael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18434
* Move WWW to DESCR from Makefile ...Marc G. Fournier1999-04-212-2/+3
| | | | 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-1513-92/+174
| | | | | | | | 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
* Sync with maintainer's local copy by adding SIZE to files/md5Steve Price1998-10-102-12/+13
| | | | | | | | | and fixing up a new patch. Submitted by: maintainer Notes: svn path=/head/; revision=13809
* Update to version 4.05.Steve Price1998-10-0517-90/+273
| | | | | | | | PR: 7993, 8151 Submitted by: maintainer Notes: svn path=/head/; revision=13661
* Remove more manpages, as part of the great manpage removal project.Tim Vanderhoek1998-08-171-3/+0
| | | | Notes: svn path=/head/; revision=12567
* Upgrade port to pine-4.02a.Joseph Koshy1998-08-1310-34/+223
| | | | | | | | PR: 7593 Submitted by: Adrian Penisoara <ady@freebsd.ady.ro> Notes: svn path=/head/; revision=12494
* Upgrade to 4.02.Satoshi Asami1998-07-293-6/+22
| | | | | | | | PR: 7373 Submitted by: maintainer Notes: svn path=/head/; revision=12202
* Upgrade to 4.01.Satoshi Asami1998-07-216-27/+25
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=12049
* Pine 4.00 portAndrey A. Chernov1998-07-1815-609/+317
| | | | | | | Submitted by: Adrian Penisoara <ady@freebsd.ady.ro> Notes: svn path=/head/; revision=11945
* Add a few more `ldconfig -R' I forgot yesterday. Remove duplicatesThomas Gellekum1998-05-061-0/+1
| | | | | | | from octave and iv. Notes: svn path=/head/; revision=10871
* portlint, use ${INSTALL} instead install.Vanilla I. Shu1998-02-021-2/+2
| | | | Notes: svn path=/head/; revision=9573
* Disable spell command for pico, it work only with "spell" whichAndrey A. Chernov1998-01-291-0/+57
| | | | | | | not exists in FreeBSD and _not_ work with "ispell" Notes: svn path=/head/; revision=9516
* Teach pine/pico about End keyAndrey A. Chernov1998-01-292-0/+52
| | | | | | | | Set proper directory for pico mail check Trust termcap more then built-in defaults Notes: svn path=/head/; revision=9514
* 1) sys/dir -> direntAndrey A. Chernov1997-07-192-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. Notes: svn path=/head/; revision=7378
* Upgrade to 3.96Andrey A. Chernov1997-03-264-15/+18
| | | | 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-052-2/+5
| | | | Notes: svn path=/head/; revision=5537
* When enable_8bit turned on, use it not only for smtp connectionAndrey A. Chernov1997-02-041-0/+37
| | | | | | | but for external programs too Notes: svn path=/head/; revision=5530
* Disable DEFAULT_DEBUG valueAndrey A. Chernov1997-02-041-1/+1
| | | | Notes: svn path=/head/; revision=5529
* Don't build/install shared c-client library, because it is obsoletedAndrey A. Chernov1997-01-126-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 Notes: svn path=/head/; revision=5326
* Take out imapd/ipopd, separate port is available nowAndrey A. Chernov1997-01-123-15/+34
| | | | Notes: svn path=/head/; revision=5323
* Rename mtest to mboxtestAndrey A. Chernov1996-12-211-1/+1
| | | | | | | Cleanup install target Notes: svn path=/head/; revision=5049
* lib/news -> news/libAndrey A. Chernov1996-12-062-2/+2
| | | | Notes: svn path=/head/; revision=4847
* 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
* Move TAG_EMBED from valid Russian letter '\377' to more neutral '\001'Andrey A. Chernov1996-12-031-0/+19
| | | | | | | Tag quoting not implemented properly cause '\377' chars skipped Notes: svn path=/head/; revision=4781
* Turn on locale. More FreeBSD tuningsAndrey A. Chernov1996-12-031-6/+6
| | | | Notes: svn path=/head/; revision=4775
* More default CFLAGS fixesAndrey A. Chernov1996-12-031-15/+43
| | | | Notes: svn path=/head/; revision=4771
* Use dafault CFLAGSAndrey A. Chernov1996-12-031-1/+1
| | | | Notes: svn path=/head/; revision=4769
* /usr/local/news/lib -> /usr/local/lib/newsAndrey A. Chernov1996-12-031-1/+1
| | | | Notes: svn path=/head/; revision=4768
* 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
* Some fixes :-Peter Wemm1996-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) Notes: svn path=/head/; revision=3558