pkgsrc/mail/p5-razor-agents/Makefile
heinz 773311f231 Update to current Razor2 release.
======== Changes since v 2.14 =========================================

2.22 (Nov 21 2002)
    *   Turned off verbose logging in ehash that was left on by mistake.
        [vipul]

    *   Some user contributed additions to the FAQ.

2.21 (Nov 19 2002)
    *   Ephemeral Hash reverts to the entire content when both sections are
        composed of whitespace. This makes a certain type of false positives
        go away. [vipul]

    *   Razor2::Client::Core skips whitespace only message parts. [vipul]

    *   DebugLevel 15 prints out the content after preprocessing, just
        before the signatures are computed. [vipul]

2.20 (Oct 15, 2002) (First Stable Version)
    *   If log file isn't writable for whatever reason, we write logs to
        /dev/null. [vipul]

    *   We look for stray "\r"'s in the split_mime function. Thanks to Jim
        <jim@ironchicken.org> for pointing this out. [vipul]

    *   Added a significantly faster XS version of deHTML code. [vipul]

    *   Made ::Agent taint friendly. [vipul]

    *   Added support for passing an already open filehandle to
        "::Agent::checkit()" and "::Agent::parse_mbox()" [vipul]

    *   Made logic_method 4 the default. [vipul]

    *   Added Razor2::Syslog to the package. [vipul]
2003-04-24 21:42:42 +00:00

28 lines
899 B
Makefile

# $NetBSD: Makefile,v 1.6 2003/04/24 21:42:42 heinz Exp $
DISTNAME= razor-agents-2.22
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ra
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=razor/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://razor.sourceforge.net/
COMMENT= distributed and collaborative spam detection network
DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS
DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
DEPENDS+= p5-Digest-Nilsimsa-[0-9]*:../../security/p5-Digest-Nilsimsa
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
# because Net::Ping, Getopt::Long, File::Copy are needed
BUILDLINK_DEPENDS.perl= perl>=5.6.0
USE_BUILDLINK2= YES
TEST_TARGET= test
PERL5_CONFIGURE= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/razor-agents/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"