summaryrefslogtreecommitdiff
path: root/mail/procmail (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove more manpages, as part of the great manpage removal project.Tim Vanderhoek1998-08-171-6/+0
| | | | Notes: svn path=/head/; revision=12567
* Fix big messages realloc strategyAndrey A. Chernov1998-05-151-0/+32
| | | | Notes: svn path=/head/; revision=11000
* add majordomo to trusted users listAndrey A. Chernov1998-04-221-8/+12
| | | | | | | PR: 6337 Notes: svn path=/head/; revision=10628
* Better fix for '.' problemAndrey A. Chernov1997-06-171-17/+10
| | | | Notes: svn path=/head/; revision=6980
* Remove '.' at the end of chmod commandAndrey A. Chernov1997-06-171-0/+19
| | | | Notes: svn path=/head/; revision=6973
* Upgrade to pre7Andrey A. Chernov1997-05-144-63/+76
| | | | Notes: svn path=/head/; revision=6452
* Conditionalize question about file locking test toSatoshi Asami1997-03-062-1/+15
| | | | | | | !defined(PACKAGE_BUILDING). Notes: svn path=/head/; revision=5868
* 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. Notes: svn path=/head/; revision=4578
* 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
* 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! Notes: svn path=/head/; revision=3948
* Use flock locking as other delivery systems doesAndrey A. Chernov1996-08-281-0/+44
| | | | | | | Move global procmailrc to /usr/local/etc Notes: svn path=/head/; revision=3713
* Upgrade to 3.11pre4Andrey A. Chernov1995-12-284-14/+6
| | | | Notes: svn path=/head/; revision=2591
* Replace do-install with INSTALL_TARGETAndrey A. Chernov1995-06-261-4/+2
| | | | Notes: svn path=/head/; revision=1884
* 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). Notes: svn path=/head/; revision=1883
* Upgrade.Andrey A. Chernov1995-06-134-24/+6
| | | | Notes: svn path=/head/; revision=1831
* Remove setre* hacks, we have working thing nowAndrey A. Chernov1995-04-271-14/+0
| | | | Notes: svn path=/head/; revision=1542
* 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 Notes: svn path=/head/; revision=1496
* Updates of mail Makefiles!Satoshi Asami1995-04-221-5/+2
| | | | Notes: svn path=/head/; revision=1490
* Add PKGNAME, and MAINTAINER goes in a section of its own. :)Satoshi Asami1995-04-171-1/+3
| | | | Notes: svn path=/head/; revision=1428
* Upgrade.Andrey A. Chernov1995-04-164-80/+97
| | | | Notes: svn path=/head/; revision=1398
* install should depend on build.Satoshi Asami1995-04-161-2/+2
| | | | Notes: svn path=/head/; revision=1390
* Updated ports Makefiles for mails.Satoshi Asami1995-04-111-2/+3
| | | | 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
* This is interactive - only install if we're not in BATCH mode.Jordan K. Hubbard1995-03-051-2/+4
| | | | Notes: svn path=/head/; revision=1088
* Fixed a sizeof(off_t) != sizeof(int) problem.Doug Rabson1995-01-111-0/+19
| | | | Notes: svn path=/head/; revision=749
* 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
* don't install manpages as gzipped, cause problems with this versionAndrey A. Chernov1994-11-221-2/+2
| | | | Notes: svn path=/head/; revision=445
* 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. Notes: svn path=/head/; revision=414
* This port is interactive. Say so.Jordan K. Hubbard1994-11-091-1/+2
| | | | Notes: svn path=/head/; revision=343
* New patchlevel from master siteAdam David1994-10-121-2/+2
| | | | Notes: svn path=/head/; revision=220
* Some cosmetique changes after consulting with original authorAndrey A. Chernov1994-10-082-4/+4
| | | | Notes: svn path=/head/; revision=207
* Need a little patching to install mapages properly, gotAndrey A. Chernov1994-10-072-2/+33
| | | | | | | syntax error instead Notes: svn path=/head/; revision=204
* Add install.man to install: targetAndrey A. Chernov1994-10-071-2/+2
| | | | Notes: svn path=/head/; revision=202
* 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) Notes: svn path=/head/; revision=200
* Brought in procmailAdam David1994-09-254-0/+37
Notes: svn path=/head/; revision=125