From 338609417d45164bef15f4e8cf26c97491b6ec39 Mon Sep 17 00:00:00 2001 From: martti Date: Fri, 23 Aug 2002 11:47:48 +0000 Subject: 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. --- security/avcheck/DESCR | 14 ++++++++++++++ security/avcheck/Makefile | 29 +++++++++++++++++++++++++++++ security/avcheck/PLIST | 13 +++++++++++++ security/avcheck/distinfo | 4 ++++ 4 files changed, 60 insertions(+) create mode 100644 security/avcheck/DESCR create mode 100644 security/avcheck/Makefile create mode 100644 security/avcheck/PLIST create mode 100644 security/avcheck/distinfo (limited to 'security/avcheck') 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 -- cgit v1.2.3