summaryrefslogtreecommitdiff
path: root/security/avcheck
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2002-08-23 11:47:48 +0000
committermartti <martti@pkgsrc.org>2002-08-23 11:47:48 +0000
commit76bc8a0610f610c8bc9cc120fd20ae0a4589a6d0 (patch)
tree768bb2a0fa20af84847778950ff2bb75c710ed42 /security/avcheck
parent73cd06957e40a06ce2deaf4340ebb3a55388c866 (diff)
downloadpkgsrc-76bc8a0610f610c8bc9cc120fd20ae0a4589a6d0.tar.gz
Import avcheck-0.9
Avcheck is a simple program that allows you to call an antivirus software in order to check mail messages for viruses before actual delivery from within a Mail Transfer Agent, or MTA.
Diffstat (limited to 'security/avcheck')
-rw-r--r--security/avcheck/DESCR14
-rw-r--r--security/avcheck/Makefile29
-rw-r--r--security/avcheck/PLIST13
-rw-r--r--security/avcheck/distinfo4
4 files changed, 60 insertions, 0 deletions
diff --git a/security/avcheck/DESCR b/security/avcheck/DESCR
new file mode 100644
index 00000000000..f273f0de409
--- /dev/null
+++ b/security/avcheck/DESCR
@@ -0,0 +1,14 @@
+Avcheck is a simple program that allows you to call an antivirus software
+in order to check mail messages for viruses before actual delivery from
+within a Mail Transfer Agent, or MTA.
+
+Avcheck itself isn't a virusscanner, nor it is an MTA. It sits between the
+MTA and a real antivirus software. Most MTAs available today can call an
+external program for every mail message in order to perform various tasks,
+including virus scanning and content filtering. Avcheck can be used as
+that external program.
+
+Avcheck will receive a mail message from a mail system, pass it to an
+antivirus software, and, depending on the presence of a virus in that
+message, will either allow the message to be delivered or take appropriate
+actions to handle infected mail.
diff --git a/security/avcheck/Makefile b/security/avcheck/Makefile
new file mode 100644
index 00000000000..4d06701f436
--- /dev/null
+++ b/security/avcheck/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/08/23 11:47:48 martti Exp $
+
+DISTNAME= avcheck-0.9
+CATEGORIES= security mail
+MASTER_SITES= http://www.corpit.ru/ftp/avcheck/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.corpit.ru/avcheck/
+COMMENT= Mail content filter for SMTP servers
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/avcheck ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/uchroot ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/avcheck.1 ${PREFIX}/man/man1
+
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/avcheck
+ ${INSTALL_DATA} ${WRKSRC}/README.AVP ${PREFIX}/share/doc/avcheck
+ ${INSTALL_DATA} ${WRKSRC}/README.DrWeb ${PREFIX}/share/doc/avcheck
+ ${INSTALL_DATA} ${WRKSRC}/README.Exim ${PREFIX}/share/doc/avcheck
+ ${INSTALL_DATA} ${WRKSRC}/README.Postfix ${PREFIX}/share/doc/avcheck
+ ${INSTALL_DATA} ${WRKSRC}/README.Sendmail ${PREFIX}/share/doc/avcheck
+
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/avcheck
+ ${INSTALL_DATA} ${WRKSRC}/infected.ex1 \
+ ${PREFIX}/share/examples/avcheck/infected.ex1
+ ${INSTALL_DATA} ${WRKSRC}/ex2/template \
+ ${PREFIX}/share/examples/avcheck/infected.ex2
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/avcheck/PLIST b/security/avcheck/PLIST
new file mode 100644
index 00000000000..e7abbce2a53
--- /dev/null
+++ b/security/avcheck/PLIST
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/23 11:47:48 martti Exp $
+bin/avcheck
+bin/uchroot
+man/man1/avcheck.1
+share/doc/avcheck/README.AVP
+share/doc/avcheck/README.DrWeb
+share/doc/avcheck/README.Exim
+share/doc/avcheck/README.Postfix
+share/doc/avcheck/README.Sendmail
+share/examples/avcheck/infected.ex1
+share/examples/avcheck/infected.ex2
+@dirrm share/doc/avcheck
+@dirrm share/examples/avcheck
diff --git a/security/avcheck/distinfo b/security/avcheck/distinfo
new file mode 100644
index 00000000000..1384217640c
--- /dev/null
+++ b/security/avcheck/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/08/23 11:47:48 martti Exp $
+
+SHA1 (avcheck-0.9.tar.gz) = e8140ea8625cf54bf16480a943fbdbad1526c26f
+Size (avcheck-0.9.tar.gz) = 46934 bytes