From owner-cvs-all@FreeBSD.ORG Fri Feb 18 10:02:10 2005 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 1E83916A4CE; Fri, 18 Feb 2005 10:02:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C84F643D3F; Fri, 18 Feb 2005 10:02:09 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1IA29NM097523; Fri, 18 Feb 2005 10:02:09 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1IA29oI097522; Fri, 18 Feb 2005 10:02:09 GMT (envelope-from pav) Message-Id: <200502181002.j1IA29oI097522@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 18 Feb 2005 10:02:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security Makefile ports/security/amavis-stats Makefile distinfo pkg-descr pkg-plist ports/security/amavis-stats/files DEINSTALL.in INSTALL.in patch-amavis-stats patch-amavis-stats.php pkg-message.in 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: Fri, 18 Feb 2005 10:02:10 -0000 pav 2005-02-18 10:02:09 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/amavis-stats Makefile distinfo pkg-descr pkg-plist security/amavis-stats/files DEINSTALL.in INSTALL.in patch-amavis-stats patch-amavis-stats.php pkg-message.in Log: amavis-stats is a simple AMaViS statistics generator based on rrdtool. It produces graphs of clean emails, spam emails and infected emails broken down by virus, from amavis log entries. RRD files are created and updated by a perl script run from cron. Graphs are generated by a php script and viewed with a web browser. PR: ports/68934 Submitted by: Mantas Kaulakys Revision Changes Path 1.576 +1 -0 ports/security/Makefile 1.1 +68 -0 ports/security/amavis-stats/Makefile (new) 1.1 +2 -0 ports/security/amavis-stats/distinfo (new) 1.1 +16 -0 ports/security/amavis-stats/files/DEINSTALL.in (new) 1.1 +37 -0 ports/security/amavis-stats/files/INSTALL.in (new) 1.1 +13 -0 ports/security/amavis-stats/files/patch-amavis-stats (new) 1.1 +11 -0 ports/security/amavis-stats/files/patch-amavis-stats.php (new) 1.1 +14 -0 ports/security/amavis-stats/files/pkg-message.in (new) 1.1 +10 -0 ports/security/amavis-stats/pkg-descr (new) 1.1 +6 -0 ports/security/amavis-stats/pkg-plist (new)