| Summary: | [new port] courier-pythonfilter | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | bsd | ||||
| Component: | Individual Port(s) | Assignee: | Alejandro Pulver <alepulver> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
bsd
2006-08-12 07:40:15 UTC
Responsible Changed From-To: freebsd-ports-bugs->alepulver Take PR. 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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, thanks! alepulver 2006-10-04 23:32:57 UTC
FreeBSD doc repository (ports committer)
Modified files:
en_US.ISO8859-1/articles/contributors contrib.additional.sgml
Log:
Add Milan Obuch for mail/courier-pythonfilter.
PR: ports/101862
Submitted by: Milan Obuch <bsd@dino.sk>
Revision Changes Path
1.619 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
|