From owner-cvs-all@FreeBSD.ORG Sun Nov 6 12:10:01 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09E70106566C; Sun, 6 Nov 2011 12:10:01 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EA1198FC16; Sun, 6 Nov 2011 12:10:00 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id pA6CA0ps043025; Sun, 6 Nov 2011 12:10:00 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pA6CA0ZI043024; Sun, 6 Nov 2011 12:10:00 GMT (envelope-from miwi) Message-Id: <201111061210.pA6CA0ZI043024@repoman.freebsd.org> From: Martin Wilke Date: Sun, 6 Nov 2011 12:10:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail Makefile ports/mail/amavis-logwatch Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Nov 2011 12:10:01 -0000 miwi 2011-11-06 12:10:00 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/amavis-logwatch Makefile distinfo pkg-descr pkg-plist Log: The amavis-logwatch(1) utility is an Amavisd-new log parser that produces summaries, details, and statistics regarding the operation of Amavisd-new (henceforth, simply called Amavis). A key feature of amavis-logwatch is its ability to produce a very wide range of reports with data grouped and sorted as much as possible to reduce noise and highlight patterns. Brief summary reports provide a quick overview of general Amavis operations and message delivery, calling out warnings that may require attention. Detailed reports provide easy to scan, hierarchically-arranged and organized information, with as much or little detail as desired. WWW: http://logreporters.sourceforge.net/ PR: ports/162223 Submitted by: Masaki TAGAWA Revision Changes Path 1.1102 +1 -0 ports/mail/Makefile 1.1 +52 -0 ports/mail/amavis-logwatch/Makefile (new) 1.1 +2 -0 ports/mail/amavis-logwatch/distinfo (new) 1.1 +14 -0 ports/mail/amavis-logwatch/pkg-descr (new) 1.1 +5 -0 ports/mail/amavis-logwatch/pkg-plist (new)