alepulver 2006-10-04 23:28:43 UTC
FreeBSD ports repository
Modified files:
mail Makefile
Added files:
mail/courier-pythonfilter Makefile distinfo pkg-descr
pkg-plist
mail/courier-pythonfilter/files patch-filters__comeagain.py
patch-filters__dialback.py
patch-pythonfilter.conf
patch-setup.py
patch-whitelist_auth.py
Log:
Courier pythonfilter
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
Revision Changes Path
1.797 +1 -0 ports/mail/Makefile
1.1 +38 -0 ports/mail/courier-pythonfilter/Makefile (new)
1.1 +3 -0 ports/mail/courier-pythonfilter/distinfo (new)
1.1 +11 -0
ports/mail/courier-pythonfilter/files/patch-filters__comeagain.py (new)
1.1 +11 -0
ports/mail/courier-pythonfilter/files/patch-filters__dialback.py (new)
1.1 +13 -0
ports/mail/courier-pythonfilter/files/patch-pythonfilter.conf (new)
1.1 +9 -0 ports/mail/courier-pythonfilter/files/patch-setup.py
(new)
1.1 +26 -0
ports/mail/courier-pythonfilter/files/patch-whitelist_auth.py (new)
1.1 +15 -0 ports/mail/courier-pythonfilter/pkg-descr (new)
1.1 +52 -0 ports/mail/courier-pythonfilter/pkg-plist (new)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"