summaryrefslogtreecommitdiff
path: root/mail/pine4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Delete $Id$.Satoshi Asami1996-07-171-2/+1
| | | | Notes: svn path=/head/; revision=3396
* Upgrade, 3.91 -> 3.95. This version is supposed to fix a lot of bugs.Satoshi Asami1996-07-1715-7/+709
| | | | | | | 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-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 Notes: svn path=/head/; revision=2062
* Submitted by: Tom Samplonius <tom@misery.sdf.com>Satoshi Asami1995-08-122-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 Notes: svn path=/head/; revision=2052
* Add comment on how to let pine use ispell.Satoshi Asami1995-07-271-0/+3
| | | | | | | Submitted by: jacs@gnome.co.uk Notes: svn path=/head/; revision=2005
* Package support files.Satoshi Asami1995-05-183-0/+14
| | | | | | | Submitted-by: Brian Tao <taob@gate.sinica.edu.tw> (COMMENT & DESCR) Notes: svn path=/head/; revision=1778
* Compress manpages.Satoshi Asami1995-05-181-1/+5
| | | | Notes: svn path=/head/; revision=1777
* Updating mail Makefiles....Satoshi Asami1995-04-231-2/+2
| | | | Notes: svn path=/head/; revision=1501
* Updated ports Makefiles for mails.Satoshi Asami1995-04-111-3/+4
| | | | Notes: svn path=/head/; revision=1340
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* First batch of MD5 checksum files. Only did through to the end of netGary Palmer1994-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 Notes: svn path=/head/; revision=590
* This is now version 3.91.Jordan K. Hubbard1994-11-111-2/+2
| | | | Notes: svn path=/head/; revision=366
* Several changes across all ports:Jordan K. Hubbard1994-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. Notes: svn path=/head/; revision=93
* Make the required changes to make all existing ports use MASTER_SITESJordan K. Hubbard1994-09-131-2/+2
| | | | | | | correctly. Notes: svn path=/head/; revision=84
* Put the standard comments at the top of the Makefile, just toJordan K. Hubbard1994-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 Notes: svn path=/head/; revision=59
* Updated to include package information.Jordan K. Hubbard1994-09-041-10/+2
| | | | | | | | Reviewed by: jkh Submitted by: mr Notes: svn path=/head/; revision=58
* Bring in the new ports/mail tree and Michael Reifenberger's pine portJordan K. Hubbard1994-09-031-0/+13
in one swell foop. Reviewed by: jkh Submitted by: mr Notes: svn path=/head/; revision=57