aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-08-02 00:40:15 +0800
committerijliao <ijliao@FreeBSD.org>2002-08-02 00:40:15 +0800
commitb67d3b96738dc42e7e7836fffcd50a32597e2cf9 (patch)
treec52eb7223b7397478f6623a3cab099801f7180c0 /mail
parent1c6aff2e9dce87b3467a0e763794b0a52eaab7af (diff)
downloadfreebsd-ports-gnome-b67d3b96738dc42e7e7836fffcd50a32597e2cf9.tar.gz
freebsd-ports-gnome-b67d3b96738dc42e7e7836fffcd50a32597e2cf9.tar.zst
freebsd-ports-gnome-b67d3b96738dc42e7e7836fffcd50a32597e2cf9.zip
add pyzor 0.3.0
A collaborative, networked system to detect and block spam
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/pyzor/Makefile21
-rw-r--r--mail/pyzor/distinfo1
-rw-r--r--mail/pyzor/pkg-comment1
-rw-r--r--mail/pyzor/pkg-descr9
-rw-r--r--mail/pyzor/pkg-plist13
6 files changed, 46 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 17e330fd93cf..b298810926f5 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 000000000000..bd0f312ceb76
--- /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 000000000000..d9d4f586905c
--- /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 000000000000..f88f303f9426
--- /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 000000000000..47d1e54cb27f
--- /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 000000000000..ddd5388244b3
--- /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