diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-03-22 03:25:42 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-03-22 03:25:42 +0000 |
commit | 5f0fcb77195eed211b9d255cd2a1c8b0b93b686f (patch) | |
tree | 169b1077f2135cdad6a9c473d55fa969f90243bd /mail | |
parent | 36f3db5390c1c615271947d2d6dd3756d23e9bc6 (diff) | |
download | FreeBSD-ports-5f0fcb77195eed211b9d255cd2a1c8b0b93b686f.zip FreeBSD-ports-5f0fcb77195eed211b9d255cd2a1c8b0b93b686f.tar.gz |
add drbl 1.06
Distributed Realtime Black List
PR: 36173
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-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 |
6 files changed, 51 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index c2abcb1..209c19c 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -27,6 +27,7 @@ SUBDIR += distribute SUBDIR += dkimap4 SUBDIR += drac + SUBDIR += drbl SUBDIR += ecartis SUBDIR += elm SUBDIR += elm+ME diff --git a/mail/drbl/Makefile b/mail/drbl/Makefile new file mode 100644 index 0000000..be9b489 --- /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 0000000..74df4e4 --- /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 0000000..6e92356 --- /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 0000000..8d1f3d3 --- /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 0000000..ebe312f9 --- /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 |