diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-08-01 16:40:15 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-08-01 16:40:15 +0000 |
commit | b67d3b96738dc42e7e7836fffcd50a32597e2cf9 (patch) | |
tree | c52eb7223b7397478f6623a3cab099801f7180c0 /mail | |
parent | 1c6aff2e9dce87b3467a0e763794b0a52eaab7af (diff) | |
download | FreeBSD-ports-b67d3b96738dc42e7e7836fffcd50a32597e2cf9.zip FreeBSD-ports-b67d3b96738dc42e7e7836fffcd50a32597e2cf9.tar.gz |
add pyzor 0.3.0
A collaborative, networked system to detect and block spam
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/pyzor/Makefile | 21 | ||||
-rw-r--r-- | mail/pyzor/distinfo | 1 | ||||
-rw-r--r-- | mail/pyzor/pkg-comment | 1 | ||||
-rw-r--r-- | mail/pyzor/pkg-descr | 9 | ||||
-rw-r--r-- | mail/pyzor/pkg-plist | 13 |
6 files changed, 46 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 17e330f..b298810 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -189,6 +189,7 @@ SUBDIR += pronto SUBDIR += py-milter SUBDIR += pygmy + SUBDIR += pyzor SUBDIR += qmHandle SUBDIR += qmail SUBDIR += qmail-contrib diff --git a/mail/pyzor/Makefile b/mail/pyzor/Makefile new file mode 100644 index 0000000..bd0f312 --- /dev/null +++ b/mail/pyzor/Makefile @@ -0,0 +1,21 @@ +# ex:ts=8 +# Ports collection makefile for: pyzor +# Date created: Aug 1, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= pyzor +PORTVERSION= 0.3.0 +CATEGORIES= mail python +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org + +USE_BZIP2= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes + +.include <bsd.port.mk> diff --git a/mail/pyzor/distinfo b/mail/pyzor/distinfo new file mode 100644 index 0000000..d9d4f58 --- /dev/null +++ b/mail/pyzor/distinfo @@ -0,0 +1 @@ +MD5 (pyzor-0.3.0.tar.bz2) = 736d3ef4f41ccef5514ff866cd7c664e diff --git a/mail/pyzor/pkg-comment b/mail/pyzor/pkg-comment new file mode 100644 index 0000000..f88f303 --- /dev/null +++ b/mail/pyzor/pkg-comment @@ -0,0 +1 @@ +A collaborative, networked system to detect and block spam diff --git a/mail/pyzor/pkg-descr b/mail/pyzor/pkg-descr new file mode 100644 index 0000000..47d1e54 --- /dev/null +++ b/mail/pyzor/pkg-descr @@ -0,0 +1,9 @@ +Pyzor is a collaborative, networked system to detect and block spam using +identifying digests of messages. + +Pyzor initially started out to be merely a Python implementation of Razor, +but due to the protocol and the fact that Razor's server is not Free Software, +I decided to Pyzor should be based upon a new, lighter, more language- +independent protocol. + +WWW: http://pyzor.sourceforge.net/ diff --git a/mail/pyzor/pkg-plist b/mail/pyzor/pkg-plist new file mode 100644 index 0000000..ddd5388 --- /dev/null +++ b/mail/pyzor/pkg-plist @@ -0,0 +1,13 @@ +bin/pyzor +bin/pyzord +%%PYTHON_SITELIBDIR%%/pyzor/__init__.py +%%PYTHON_SITELIBDIR%%/pyzor/__init__.pyc +%%PYTHON_SITELIBDIR%%/pyzor/__init__.pyo +%%PYTHON_SITELIBDIR%%/pyzor/client.py +%%PYTHON_SITELIBDIR%%/pyzor/client.pyc +%%PYTHON_SITELIBDIR%%/pyzor/client.pyo +%%PYTHON_SITELIBDIR%%/pyzor/server.py +%%PYTHON_SITELIBDIR%%/pyzor/server.pyc +%%PYTHON_SITELIBDIR%%/pyzor/server.pyo +share/doc/pyzor/usage.html +@dirrm share/doc/pyzor |