summaryrefslogtreecommitdiff
path: root/mail/procmail (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 3.15Andrey A. Chernov2000-08-275-45/+28
|
* Better variant of .forward line, more close to originalAndrey A. Chernov2000-08-162-10/+11
|
* Fix info about line must be placed in ~/.forwardAndrey A. Chernov2000-08-162-0/+33
|
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-3/+2
|
* Upgrade to 3.14Andrey A. Chernov1999-12-293-2/+5
|
* Remove comment about running 'make install-suid' since we do that alreadySteve Price1999-12-291-0/+15
| | | | | | as part of a normal install. PR: 12934
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* portlintMichael Haro1999-08-271-2/+2
|
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* upgrade to 3.13.1Andrey A. Chernov1999-04-072-5/+5
|
* remove manpages from PLISTAndrey A. Chernov1999-03-071-6/+0
|
* upgrade to 3.12Andrey A. Chernov1999-03-074-38/+13
| | | | Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>
* Remove more manpages, as part of the great manpage removal project.Tim Vanderhoek1998-08-171-6/+0
|
* Fix big messages realloc strategyAndrey A. Chernov1998-05-151-0/+32
|
* add majordomo to trusted users listAndrey A. Chernov1998-04-221-8/+12
| | | | PR: 6337
* Better fix for '.' problemAndrey A. Chernov1997-06-171-17/+10
|
* Remove '.' at the end of chmod commandAndrey A. Chernov1997-06-171-0/+19
|
* Upgrade to pre7Andrey A. Chernov1997-05-144-63/+76
|
* Conditionalize question about file locking test toSatoshi Asami1997-03-062-1/+15
| | | | !defined(PACKAGE_BUILDING).
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-182-8/+9
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* CATEGORIES+= --> CATEGORIES=David E. O'Brien1996-11-101-2/+2
| | | | And clean up variable ordering (as shown in the handbook) as little.
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Use flock locking as other delivery systems doesAndrey A. Chernov1996-08-281-0/+44
| | | | Move global procmailrc to /usr/local/etc
* Upgrade to 3.11pre4Andrey A. Chernov1995-12-284-14/+6
|
* Replace do-install with INSTALL_TARGETAndrey A. Chernov1995-06-261-4/+2
|
* Add "PREFIX=${PREFIX}" to the do-install target so that things don'tSatoshi Asami1995-06-261-2/+4
| | | | | | go in /bin, /man, etc. (Note: the last isn't a directory name.) Also add a comment on why it IS_INTERACTIVE (I need to hit a return).
* Upgrade.Andrey A. Chernov1995-06-134-24/+6
|
* Remove setre* hacks, we have working thing nowAndrey A. Chernov1995-04-271-14/+0
|
* Fix procmail-3.11pre1/Makefile so that it does not ignore theRich Murphey1995-04-221-102/+78
| | | | | | | PREFIX. Otherwise it will install into /usr/local no matter what your bsd.ports.mk defines PREFIX as. Reviewed by: Satoshi
* Updates of mail Makefiles!Satoshi Asami1995-04-221-5/+2
|
* Add PKGNAME, and MAINTAINER goes in a section of its own. :)Satoshi Asami1995-04-171-1/+3
|
* Upgrade.Andrey A. Chernov1995-04-164-80/+97
|
* install should depend on build.Satoshi Asami1995-04-161-2/+2
|
* Updated ports Makefiles for mails.Satoshi Asami1995-04-111-2/+3
|
* 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.
* This is interactive - only install if we're not in BATCH mode.Jordan K. Hubbard1995-03-051-2/+4
|
* Fixed a sizeof(off_t) != sizeof(int) problem.Doug Rabson1995-01-111-0/+19
|
* 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
* don't install manpages as gzipped, cause problems with this versionAndrey A. Chernov1994-11-221-2/+2
|
* The pre beta version seems to no longer exist, use the procmail-3.10Andreas Schulz1994-11-192-2/+38
| | | | | instead. Add a new patch. formail.c has a variable named daemon that clashes with the daemon function, change the variable to mdaemon instead.
* This port is interactive. Say so.Jordan K. Hubbard1994-11-091-1/+2
|
* New patchlevel from master siteAdam David1994-10-121-2/+2
|
* Some cosmetique changes after consulting with original authorAndrey A. Chernov1994-10-082-4/+4
|
* Need a little patching to install mapages properly, gotAndrey A. Chernov1994-10-072-2/+33
| | | | syntax error instead
* Add install.man to install: targetAndrey A. Chernov1994-10-071-2/+2
|
* Change DISTNAME from procmail-3.10pre3 (does not exist)Andrey A. Chernov1994-10-071-2/+2
| | | | to procmail-3.10pre4 (exist and checked to work)
* Brought in procmailAdam David1994-09-254-0/+37