aboutsummaryrefslogtreecommitdiff
path: root/mail/courier-pythonfilter
Commit message (Collapse)AuthorAgeFilesLines
* mail/courier-pythonfilter: remove optional dependency on expiredRene Ladan2016-05-301-15/+4
| | | | | | | | | | | security/py-clamav and simplify option handling. PR: 209843 Submitted by: myself Approved by: maintainer (bsd@dino.sk) Notes: svn path=/head/; revision=416149
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Add NO_ARCHDmitry Marakasov2015-09-182-12/+3
| | | | | | | | | - Fix and modernize plist Approved by: portmgr blanket Notes: svn path=/head/; revision=397270
* - Convert ports of mail/ to new USES=pythonMarcus von Appen2014-10-211-2/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371330
* - Fix plistDanilo Egea Gondolfo2014-07-151-4/+2
| | | | | | | Reported by: swills Notes: svn path=/head/; revision=361947
* - Add stage supportDanilo Egea Gondolfo2014-07-102-15/+24
| | | | | | | | | | | | - Use @sample while here - Use @owner and @group PR: ports/191521 Submitted by: bsd@dino.sk Notes: svn path=/head/; revision=361489
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - Fix options conversionBryan Drewery2013-05-241-3/+3
| | | | Notes: svn path=/head/; revision=318958
* - adoption of optionsNGJason Helfman2013-05-231-54/+56
| | | | | | | Approved by: portmgr (miwi) Notes: svn path=/head/; revision=318826
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* - Fix build with CUSTOM PREFIXMartin Wilke2009-07-283-7/+13
| | | | | | | | | | - OPTIONS cleanup PR: 136979 Submitted by: Milan Obuch <bsd@dino.sk> (maintainer) Notes: svn path=/head/; revision=238546
* - Update to 1.6Beech Rintoul2009-02-1713-166/+169
| | | | | | | | PR: ports/131694 Submitted by: Milan Obuch <bsd@dino.sk> (maintainer) Notes: svn path=/head/; revision=228553
* - Updated to 0.18Nicola Vitale2007-01-285-26/+48
| | | | | | | | | | | | - Added new OPTIONS - Fixed pkg-plist PR: ports/108370 Submitted by: Milan Obuch <bsd at dino.sk> (maintainer) Approved by: alexbl (mentor, implicit) Notes: svn path=/head/; revision=183556
* - update to 0.16Ion-Mihai Tetcu2007-01-1614-71/+256
| | | | | | | | | | | - don't delete user-modified .conf file on deinstall - OPTIONify PR: ports/107651 Submitted by: Milan Obuch (maintainer) Notes: svn path=/head/; revision=182510
* Courier pythonfilterAlejandro Pulver2006-10-049-0/+178
pythonfilter is a framework for developing courierfilter programs in Python. The pythonfilter program itself is a multi-threaded daemon that loads filters as python modules and passes the control and data files from courier to each module in turn. pythonfilter includes several modules that provide utility functions. These modules are found in the "courier" directory. The "config" module provides functions to access or interpret Courier's configuration settings. The "control" module provides functions to interpret Courier's control files. pythonfilter is distributed under the GNU General Public License (GPL), as described in the COPYING file. PR: ports/101862 Submitted by: Milan Obuch Notes: svn path=/head/; revision=174489