1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

add razor-agent

A distributed, collaborative, spam detection and filtering network

PR:		32739
Submitted by:	Yen-Ming Lee <leeym@utopia.leeym.com>
This commit is contained in:
Ying-Chieh Liao 2001-12-12 19:59:00 +00:00
parent 2b75b207cd
commit 3c61e59373
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51412
6 changed files with 56 additions and 0 deletions

View File

@ -173,6 +173,7 @@
SUBDIR += qmailanalog
SUBDIR += qpopper
SUBDIR += qtools
SUBDIR += razor-agents
SUBDIR += rblcheck
SUBDIR += regm
SUBDIR += rftp

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: razor-agents
# Date created: 29 November 2001
# Whom: Yen-Ming Lee <leeym@leeym.com>
#
# $FreeBSD$
#
PORTNAME= razor-agents
PORTVERSION= 1.17
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= razor
MAINTAINER= leeym@leeym.com
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools
PERL_CONFIGURE= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN1= razor-check.1 razor-discover.1 razor-report.1
MAN3= Razor::Client.3 Razor::Errorhandler.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (razor-agents-1.17.tar.gz) = 18878f18e9bae0a63f9fa929eaf50ded

View File

@ -0,0 +1 @@
A distributed, collaborative, spam detection and filtering network

View File

@ -0,0 +1,14 @@
Vipul's Razor is a distributed, collaborative, spam detection and filtering
network. Razor establishes a distributed and constantly updating catalogue
of spam in propagation. This catalogue is used by clients to filter out
known spam. On receiving a spam, a Razor Reporting Agent (run by an end-user
or a troll box) calculates and submits a 20-character unique identification
of the spam (a SHA Digest) to its closest Razor Catalogue Server. The
Catalogue Server echos this signature to other trusted servers after storing
it in its database. Prior to manual processing or transport-level reception,
Razor Filtering Agents (end-users and MTAs) check their incoming mail against
a Catalogue Server and filter out or deny transport in case of a signature
match. Catalogued spam, once identified and reported by a Reporting Agent,
can be blocked out by the rest of the Filtering Agents on the network.
WWW: http://razor.sourceforge.net/

View File

@ -0,0 +1,12 @@
bin/razor-check
bin/razor-discover
bin/razor-report
lib/perl5/site_perl/%%PERL_VER%%/Razor/Agent.pm
lib/perl5/site_perl/%%PERL_VER%%/Razor/Client.pm
lib/perl5/site_perl/%%PERL_VER%%/Razor/Config.pm
lib/perl5/site_perl/%%PERL_VER%%/Razor/Errorhandler.pm
lib/perl5/site_perl/%%PERL_VER%%/Razor/String.pm
lib/perl5/site_perl/%%PERL_VER%%/Razor/Version.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/razor-agents/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/razor-agents
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Razor