aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-01 16:40:15 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-01 16:40:15 +0000
commit7c92569a955229498db85829cecee353e7691e34 (patch)
treeb5cc7b76023ca0507ea2cbd128699aa4f13e1d07 /mail
parentc8eaa93644980f3fb055e61b794ca9a9f399853d (diff)
downloadports-7c92569a955229498db85829cecee353e7691e34.tar.gz
ports-7c92569a955229498db85829cecee353e7691e34.zip
Notes
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