diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-22 03:25:42 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-22 03:25:42 +0000 |
commit | 4bb7e58c3ea27985318e58963249157496a73cde (patch) | |
tree | c4ec2d6e9756694c3cd97e40f5fcebd009cfa702 /mail/drbl | |
parent | 7427b2b8991a257a59dea046b752eb712b4f4db1 (diff) | |
download | ports-4bb7e58c3ea27985318e58963249157496a73cde.tar.gz ports-4bb7e58c3ea27985318e58963249157496a73cde.zip |
Notes
Diffstat (limited to 'mail/drbl')
-rw-r--r-- | mail/drbl/Makefile | 27 | ||||
-rw-r--r-- | mail/drbl/distinfo | 1 | ||||
-rw-r--r-- | mail/drbl/pkg-comment | 1 | ||||
-rw-r--r-- | mail/drbl/pkg-descr | 15 | ||||
-rw-r--r-- | mail/drbl/pkg-plist | 6 |
5 files changed, 50 insertions, 0 deletions
diff --git a/mail/drbl/Makefile b/mail/drbl/Makefile new file mode 100644 index 000000000000..be9b489aa8aa --- /dev/null +++ b/mail/drbl/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: drbl +# Date created: 21 March 2002 +# Whom: Yen-Ming Lee <leeym@leeym.com> +# +# $FreeBSD$ +# + +PORTNAME= drbl +PORTVERSION= 1.06 +CATEGORIES= mail +MASTER_SITES= ftp://ftp.drbl.ofisp.org/drbl/ +EXTRACT_SUFX= .tgz + +MAINTAINER= leeym@leeym.com + +NO_BUILD= yes + +do-install: + @${MKDIR} ${DATADIR} +.for file in README header zones + @${INSTALL_DATA} ${WRKSRC}/${file} ${DATADIR} +.endfor +.for file in access2drbl build_drbl + @${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin +.endfor + +.include <bsd.port.mk> diff --git a/mail/drbl/distinfo b/mail/drbl/distinfo new file mode 100644 index 000000000000..74df4e47af42 --- /dev/null +++ b/mail/drbl/distinfo @@ -0,0 +1 @@ +MD5 (drbl-1.06.tgz) = 86e2ab4fc2ad4f5849e38e9514f862ad diff --git a/mail/drbl/pkg-comment b/mail/drbl/pkg-comment new file mode 100644 index 000000000000..6e923560d9fe --- /dev/null +++ b/mail/drbl/pkg-comment @@ -0,0 +1 @@ +Distributed Realtime Black List diff --git a/mail/drbl/pkg-descr b/mail/drbl/pkg-descr new file mode 100644 index 000000000000..8d1f3d3287a5 --- /dev/null +++ b/mail/drbl/pkg-descr @@ -0,0 +1,15 @@ +DRBL stands for Distributed Realtime Black List. There was a MAPS RBL service +in the Net, that perfectly worked for a long time. Unfortunately, MAPS LLC +stops their public services by July 31, 2001, which in fact means the most +effective anti-spam engine in the Net is dead. + +DRBL differs from MAPS RBL in it's distributed nature. Instead of a +proprietary database controlled by certain people, DRBL offers every +network to establish its own database and share it with colleagues. +DRBL method of operation is similar to "old" RBL, but the main difference is +(1) using many "local" databases instead of one centralized and +(2) sharing information among them, so many other networks can make decisions +whether some server is a junk generator and has to be banned, and ever do that +automatically by getting and analyzing such information from different sources. + +WWW: http://www.drbl.ofisp.org/eng/ diff --git a/mail/drbl/pkg-plist b/mail/drbl/pkg-plist new file mode 100644 index 000000000000..ebe312f97de9 --- /dev/null +++ b/mail/drbl/pkg-plist @@ -0,0 +1,6 @@ +bin/access2drbl +bin/build_drbl +share/drbl/README +share/drbl/header +share/drbl/zones +@dirrm share/drbl |