diff options
author | simonb <simonb@pkgsrc.org> | 2002-01-31 10:56:29 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 2002-01-31 10:56:29 +0000 |
commit | 5cfa6b72be08964609e6a43f7673000d2dbb33ce (patch) | |
tree | 6f78520b26b2d36d3f09d39a7f0c106dcd9d4375 /mail | |
parent | 05529b0901331b160a6388f4f377a7306d446db7 (diff) | |
download | pkgsrc-5cfa6b72be08964609e6a43f7673000d2dbb33ce.tar.gz |
Import p5-razor-agents-1.19.
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.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-razor-agents/DESCR | 14 | ||||
-rw-r--r-- | mail/p5-razor-agents/Makefile | 28 | ||||
-rw-r--r-- | mail/p5-razor-agents/PLIST | 1 | ||||
-rw-r--r-- | mail/p5-razor-agents/distinfo | 4 |
4 files changed, 47 insertions, 0 deletions
diff --git a/mail/p5-razor-agents/DESCR b/mail/p5-razor-agents/DESCR new file mode 100644 index 00000000000..e6e84cc0451 --- /dev/null +++ b/mail/p5-razor-agents/DESCR @@ -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. diff --git a/mail/p5-razor-agents/Makefile b/mail/p5-razor-agents/Makefile new file mode 100644 index 00000000000..2645142cf42 --- /dev/null +++ b/mail/p5-razor-agents/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/01/31 10:56:29 simonb Exp $ +# + +DISTNAME= razor-agents-1.19 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5ra +CATEGORIES= mail +MASTER_SITES= http://prdownloads.sourceforge.net/razor/ +#MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://razor.sourceforge.net/ +COMMENT= collaborative spam filtering network + +DEPENDS+= p5-Net-[0-9]*:../../net/p5-Net +DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS +DEPENDS+= p5-Time-HiRes-[0-9]*:../../devel/p5-Time-HiRes +DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 +DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools + +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/razor-agents/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../lang/perl5/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/p5-razor-agents/PLIST b/mail/p5-razor-agents/PLIST new file mode 100644 index 00000000000..fc4cb746381 --- /dev/null +++ b/mail/p5-razor-agents/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/31 10:56:29 simonb Exp $ diff --git a/mail/p5-razor-agents/distinfo b/mail/p5-razor-agents/distinfo new file mode 100644 index 00000000000..675c3794198 --- /dev/null +++ b/mail/p5-razor-agents/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/01/31 10:56:29 simonb Exp $ + +SHA1 (razor-agents-1.19.tar.gz) = 75376cc785cd27376646be80dad8a1d765421161 +Size (razor-agents-1.19.tar.gz) = 19521 bytes |