From owner-cvs-all@FreeBSD.ORG Tue Feb 17 18:00:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D16CB16A4CF; Tue, 17 Feb 2004 18:00:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5CA143D2F; Tue, 17 Feb 2004 18:00:31 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1I20VGe020673; Tue, 17 Feb 2004 18:00:31 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1I20VjN020672; Tue, 17 Feb 2004 18:00:31 -0800 (PST) (envelope-from edwin) Message-Id: <200402180200.i1I20VjN020672@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 17 Feb 2004 18:00:31 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile ports/mail/p3scan Makefile distinfo pkg-descr pkg-install pkg-message pkg-plist ports/mail/p3scan/files p3scan.sh patch-Makefile patch-getline.c patch-p3scan.c patch-parsefile.c patch-ripmime::build_ripOLE ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 02:00:32 -0000 edwin 2004/02/17 18:00:31 PST FreeBSD ports repository Modified files: mail Makefile Added files: mail/p3scan Makefile distinfo pkg-descr pkg-install pkg-message pkg-plist mail/p3scan/files p3scan.sh patch-Makefile patch-getline.c patch-p3scan.c patch-parsefile.c patch-ripmime::build_ripOLE patch-ripmime::build_tnef patch-ripmime::tnef::Makefile patch-scanner_avpd.c patch-scanner_basic.c patch-scanner_sample.c patch-scanner_trophie.c Log: mail/p3scan is a fork of mail/pop3vscan, a transparent POP3 virusscanner P3Scan is a transparent POP3-Proxy with virus-scanning capabilities. This means that all your POP3-Clients in the Network can't fetch mails from the internet without that P3Scan have scanned it. If a virus has been found the mail is replaced with a notification and the original (infeceted) version is stored on the harddisc. Transparent means, that neither the client nor any of the used POP3-servers has to be configured. This port is based on mail/pop3vscan, but the development for that port seems to have ceased. WWW: http://p3scan.sourceforge.net/ Revision Changes Path 1.491 +1 -0 ports/mail/Makefile 1.1 +49 -0 ports/mail/p3scan/Makefile (new) 1.1 +2 -0 ports/mail/p3scan/distinfo (new) 1.1 +28 -0 ports/mail/p3scan/files/p3scan.sh (new) 1.1 +44 -0 ports/mail/p3scan/files/patch-Makefile (new) 1.1 +11 -0 ports/mail/p3scan/files/patch-getline.c (new) 1.1 +129 -0 ports/mail/p3scan/files/patch-p3scan.c (new) 1.1 +10 -0 ports/mail/p3scan/files/patch-parsefile.c (new) 1.1 +9 -0 ports/mail/p3scan/files/patch-ripmime::build_ripOLE (new) 1.1 +7 -0 ports/mail/p3scan/files/patch-ripmime::build_tnef (new) 1.1 +19 -0 ports/mail/p3scan/files/patch-ripmime::tnef::Makefile (new) 1.1 +25 -0 ports/mail/p3scan/files/patch-scanner_avpd.c (new) 1.1 +13 -0 ports/mail/p3scan/files/patch-scanner_basic.c (new) 1.1 +11 -0 ports/mail/p3scan/files/patch-scanner_sample.c (new) 1.1 +24 -0 ports/mail/p3scan/files/patch-scanner_trophie.c (new) 1.1 +11 -0 ports/mail/p3scan/pkg-descr (new) 1.1 +154 -0 ports/mail/p3scan/pkg-install (new) 1.1 +19 -0 ports/mail/p3scan/pkg-message (new) 1.1 +4 -0 ports/mail/p3scan/pkg-plist (new)