Date: Fri, 22 Mar 2002 02:17:32 +0800 (CST) From: Yen-Ming Lee <leeym@utopia.leeym.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/36173: new port: mail/drbl Message-ID: <20020321181732.4D4443EA288@utopia.leeym.com>
next in thread | raw e-mail | index | archive | help
>Number: 36173 >Category: ports >Synopsis: new port: mail/drbl >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 21 12:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD utopia.leeym.com 4.5-STABLE FreeBSD 4.5-STABLE #53: Sat Mar 16 05:41:15 CST 2002 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: Distributed Realtime Blackhole List WWW: http://www.drbl.ofisp.org/eng/ >How-To-Repeat: >Fix: --- drbl.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # drbl/ # drbl/Makefile # drbl/pkg-comment # drbl/pkg-descr # drbl/pkg-plist # drbl/distinfo # echo c - drbl/ mkdir -p drbl/ > /dev/null 2>&1 echo x - drbl/Makefile sed 's/^X//' >drbl/Makefile << 'END-of-drbl/Makefile' X# New ports collection makefile for: drbl X# Date created: 21 March 2002 X# Whom: Yen-Ming Lee <leeym@leeym.com> X# X# $FreeBSD$ X# X XPORTNAME= drbl XPORTVERSION= 1.06 XCATEGORIES= mail XMASTER_SITES= ftp://ftp.drbl.ofisp.org/drbl/ XEXTRACT_SUFX= .tgz X XMAINTAINER= leeym@leeym.com X XNO_BUILD= yes X Xdo-install: X @${MKDIR} ${DATADIR} X.for file in README header zones X @${INSTALL_DATA} ${WRKSRC}/${file} ${DATADIR} X.endfor X.for file in access2drbl build_drbl X @${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin X.endfor X X.include <bsd.port.mk> END-of-drbl/Makefile echo x - drbl/pkg-comment sed 's/^X//' >drbl/pkg-comment << 'END-of-drbl/pkg-comment' XDistributed Realtime Black List END-of-drbl/pkg-comment echo x - drbl/pkg-descr sed 's/^X//' >drbl/pkg-descr << 'END-of-drbl/pkg-descr' XDRBL stands for Distributed Realtime Black List. There was a MAPS RBL service Xin the Net, that perfectly worked for a long time. Unfortunately, MAPS LLC Xstops their public services by July 31, 2001, which in fact means the most Xeffective anti-spam engine in the Net is dead. X XDRBL differs from MAPS RBL in it's distributed nature. Instead of a Xproprietary database controlled by certain people, DRBL offers every Xnetwork to establish its own database and share it with colleagues. XDRBL method of operation is similar to "old" RBL, but the main difference is X(1) using many "local" databases instead of one centralized and X(2) sharing information among them, so many other networks can make decisions Xwhether some server is a junk generator and has to be banned, and ever do that Xautomatically by getting and analyzing such information from different sources. X XWWW: http://www.drbl.ofisp.org/eng/ END-of-drbl/pkg-descr echo x - drbl/pkg-plist sed 's/^X//' >drbl/pkg-plist << 'END-of-drbl/pkg-plist' Xbin/access2drbl Xbin/build_drbl Xshare/drbl/README Xshare/drbl/header Xshare/drbl/zones X@dirrm share/drbl END-of-drbl/pkg-plist echo x - drbl/distinfo sed 's/^X//' >drbl/distinfo << 'END-of-drbl/distinfo' XMD5 (drbl-1.06.tgz) = 86e2ab4fc2ad4f5849e38e9514f862ad END-of-drbl/distinfo exit --- drbl.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020321181732.4D4443EA288>