pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/jchkmail Behavior-based virus and spam milter for...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2e67c11287bb
branches: trunk
changeset: 461843:2e67c11287bb
user: manu <manu%pkgsrc.org@localhost>
date: Mon Sep 22 14:33:35 2003 +0000
description:
Behavior-based virus and spam milter for Sendmail
diffstat:
mail/jchkmail/DESCR | 8 ++++++++
mail/jchkmail/Makefile | 21 +++++++++++++++++++++
mail/jchkmail/PLIST | 9 +++++++++
mail/jchkmail/distinfo | 5 +++++
mail/jchkmail/patches/patch-aa | 27 +++++++++++++++++++++++++++
5 files changed, 70 insertions(+), 0 deletions(-)
diffs (90 lines):
diff -r 51d4ff3649e0 -r 2e67c11287bb mail/jchkmail/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/jchkmail/DESCR Mon Sep 22 14:33:35 2003 +0000
@@ -0,0 +1,8 @@
+J-chkmail is a mail filtering software using the API milter of sendmail
+(versions 8.12.0 and later). Yet another filter...
+
+j-chkmail intends to be a scalable integrated solution to fight against
+virus and spam.
+
+In both cases, the main idea of j-chkmail is to avoid content filtering,
+but to do behavior filtering.
diff -r 51d4ff3649e0 -r 2e67c11287bb mail/jchkmail/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/jchkmail/Makefile Mon Sep 22 14:33:35 2003 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/22 14:33:35 manu Exp $
+#
+
+DISTNAME= jchkmail-1.3.1a
+CATEGORIES= mail
+MASTER_SITES= http://j-chkmail.ensmp.fr/download/
+
+MAINTAINER= manu%netbsd.org@localhost
+HOMEPAGE= http://j-chkmail.ensmp.fr/
+COMMENT= Behavior-based virus and spam milter for Sendmail
+
+USE_BUILDLINK2= yes
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+
+CONFIGURE_ARGS+= --with-rc-dir=${LOCALBASE}/etc/rc.d \
+ --with-conf-dir=${LOCALBASE}/etc/jchkmail
+
+.include "../../mail/libmilter/buildlink2.mk"
+.include "../../mk/pthread.buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 51d4ff3649e0 -r 2e67c11287bb mail/jchkmail/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/jchkmail/PLIST Mon Sep 22 14:33:35 2003 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/22 14:33:35 manu Exp $
+etc/rc.d/jchkmail
+bin/j-scanfile
+bin/j-printstats
+sbin/j-chkmail
+man/man1/j-printstats.1
+man/man1/j-scanfile.1
+man/man4/j-chkmail.cf.4
+man/man8/j-chkmail.8
diff -r 51d4ff3649e0 -r 2e67c11287bb mail/jchkmail/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/jchkmail/distinfo Mon Sep 22 14:33:35 2003 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/09/22 14:33:35 manu Exp $
+
+SHA1 (jchkmail-1.3.1a.tar.gz) = 6cade163151a2c08d42082b971b55a11c33f47c6
+Size (jchkmail-1.3.1a.tar.gz) = 420432 bytes
+SHA1 (patch-aa) = b0c8c3483c2b65570547d79c59c0974b685d57bb
diff -r 51d4ff3649e0 -r 2e67c11287bb mail/jchkmail/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/jchkmail/patches/patch-aa Mon Sep 22 14:33:35 2003 +0000
@@ -0,0 +1,27 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/09/22 14:33:35 manu Exp $
+--- bin/jchkmail.init.in.orig Tue Mar 11 11:38:43 2003
++++ bin/jchkmail.init.in Mon Sep 22 14:49:05 2003
+@@ -1,20 +1,9 @@
+ #!/bin/sh
+ #
+-# chkconfig: 2345 80 30
+-# description: j-chkmail - Joe's j-chkmail
+-# filtre de messagerie
+-
+-### BEGIN INIT INFO
+-# Provides: j-chkmail
+-# Required-Start: $remote_fs
+-# Required-Stop:
+-# X-UnitedLinux-Should-Start:
+-# X-UnitedLinux-Should-Stop:
+-# Default-Start: 3 5
+-# Default-Stop:
+-# Description: Start j-chmail (filtre mail)
+-### END INIT INFO
++# PROVIDES: jchkmail
++# BEFORE: mail
++# REQUIRE: LOGIN
+
+ JCHKMAIL_HOME=@prefix@/sbin
+
+ JCHKMAIL_BIN=j-chkmail
Home |
Main Index |
Thread Index |
Old Index