Date: Wed, 4 Oct 2006 23:28:43 +0000 (UTC) From: Alejandro Pulver <alepulver@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/courier-pythonfilter Makefile distinfo pkg-descr pkg-plist ports/mail/courier-pythonfilter/files patch-filters__comeagain.py patch-filters__dialback.py patch-pythonfilter.conf patch-setup.py patch-whitelist_auth.py Message-ID: <200610042328.k94NShKA049021@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610042328.k94NShKA049021>