summaryrefslogtreecommitdiff
path: root/security/amavis
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-06-05 14:37:58 +0000
committerrh <rh@pkgsrc.org>2000-06-05 14:37:58 +0000
commit36de45835e10428431c2f7c5176c7f00691017c3 (patch)
treea39e40265ac5cbb392ba026340b47722390a46f7 /security/amavis
parenta4fbd15bb85b4e2bdfe3b0f7e073a64eddbad59d (diff)
downloadpkgsrc-36de45835e10428431c2f7c5176c7f00691017c3.tar.gz
Initial import of amavis-0.2.0p6, a mail virus scanner
Diffstat (limited to 'security/amavis')
-rw-r--r--security/amavis/Makefile35
-rw-r--r--security/amavis/files/md53
-rw-r--r--security/amavis/files/patch-sum3
-rw-r--r--security/amavis/patches/patch-aa13
-rw-r--r--security/amavis/pkg/COMMENT1
-rw-r--r--security/amavis/pkg/DESCR5
-rw-r--r--security/amavis/pkg/PLIST4
7 files changed, 64 insertions, 0 deletions
diff --git a/security/amavis/Makefile b/security/amavis/Makefile
new file mode 100644
index 00000000000..da6a12c1f8b
--- /dev/null
+++ b/security/amavis/Makefile
@@ -0,0 +1,35 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/06/05 14:37:58 rh Exp $
+#
+
+DISTNAME= amavis-0.2.0-pre6
+PKGNAME= amavis-0.2.0p6
+CATEGORIES= security mail
+MASTER_SITES= http://aachalon.de/AMaViS/
+
+MAINTAINER= rh@netbsd.org
+HOMEPAGE= http://satan.oih.rwth-aachen.de/AMaViS/amavis.html
+
+DEPENDS+= uvscan-[0-9]*:../../security/uvscan
+DEPENDS+= mm-*:../../mail/metamail
+DEPENDS+= unzip-*:../../archivers/unzip
+DEPENDS+= unarj-*:../../archivers/unarj
+DEPENDS+= unrar-*:../../archivers/unrar
+DEPENDS+= xbin-*:../../archivers/xbin
+DEPENDS+= lha-*:../../archivers/lha
+DEPENDS+= zoo-*:../../archivers/zoo
+DEPENDS+= freeze-*:../../archivers/freeze
+DEPENDS+= arc-*:../../archivers/arc
+
+VIRUSDIR?= /var/log/virusmails # where to put contaminated mails
+VIRUSMAILTO?= security # whom to notify about viruses
+
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+=--with-virusdir=${VIRUSDIR}
+CONFIGURE_ARGS+=--with-mailto=${VIRUSMAILTO}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/zipsecure/zipsecure ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/securetar/securetar ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/src/scanmails/scanmails ${PREFIX}/sbin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/amavis/files/md5 b/security/amavis/files/md5
new file mode 100644
index 00000000000..f089af93867
--- /dev/null
+++ b/security/amavis/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/06/05 14:37:58 rh Exp $
+
+MD5 (amavis-0.2.0-pre6.tar.gz) = a680ee512acc29ec67027a29b1222bd9
diff --git a/security/amavis/files/patch-sum b/security/amavis/files/patch-sum
new file mode 100644
index 00000000000..d5854f39f2e
--- /dev/null
+++ b/security/amavis/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1.1.1 2000/06/05 14:37:58 rh Exp $
+
+MD5 (patch-aa) = 0aec1efe32468e1593bba6ec9d9a4275
diff --git a/security/amavis/patches/patch-aa b/security/amavis/patches/patch-aa
new file mode 100644
index 00000000000..bbc64ff7fe6
--- /dev/null
+++ b/security/amavis/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/06/05 14:37:58 rh Exp $
+
+--- configure.orig Tue Jul 20 19:29:02 1999
++++ configure Mon Jun 5 16:06:52 2000
+@@ -2983,7 +2983,7 @@
+
+
+
+-deliver=/usr/bin/procmail
++deliver=/usr/libexec/mail.local
+
+
+ trap '' 1 2 15
diff --git a/security/amavis/pkg/COMMENT b/security/amavis/pkg/COMMENT
new file mode 100644
index 00000000000..1d33ba390b2
--- /dev/null
+++ b/security/amavis/pkg/COMMENT
@@ -0,0 +1 @@
+mail virus scanner
diff --git a/security/amavis/pkg/DESCR b/security/amavis/pkg/DESCR
new file mode 100644
index 00000000000..52f54252074
--- /dev/null
+++ b/security/amavis/pkg/DESCR
@@ -0,0 +1,5 @@
+AMaViS (A Mail Virus Scanner) scans e-mail attachments for viruses
+using third-party virus scanners available for UNIX environments.
+It resides on a UNIX machine and looks through the attached files
+arriving via e-mail, generates reports when a virus is found, and
+sets the delivery on hold.
diff --git a/security/amavis/pkg/PLIST b/security/amavis/pkg/PLIST
new file mode 100644
index 00000000000..c2d4abc900d
--- /dev/null
+++ b/security/amavis/pkg/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/06/05 14:37:58 rh Exp $
+bin/zipsecure
+bin/securetar
+sbin/scanmails