From owner-cvs-all@FreeBSD.ORG Tue Aug 23 03:18:46 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 5BE03106564A; Tue, 23 Aug 2011 03:18:46 +0000 (UTC) (envelope-from sahil@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4C75A8FC0A; Tue, 23 Aug 2011 03:18:46 +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 p7N3IkGh016251; Tue, 23 Aug 2011 03:18:46 GMT (envelope-from sahil@repoman.freebsd.org) Received: (from sahil@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p7N3IkSp016250; Tue, 23 Aug 2011 03:18:46 GMT (envelope-from sahil) Message-Id: <201108230318.p7N3IkSp016250@repoman.freebsd.org> From: Sahil Tandon Date: Tue, 23 Aug 2011 03:18:46 +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/postfix-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: Tue, 23 Aug 2011 03:18:46 -0000 sahil 2011-08-23 03:18:46 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/postfix-logwatch Makefile distinfo pkg-descr pkg-plist Log: The postfix-logwatch(1) utility is a Postfix MTA log parser that produces summaries, details, and statistics regarding the operation of Postfix. A key feature of postfix-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 Postfix 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/159988 Submitted by: Alexander Moisseev Revision Changes Path 1.1091 +1 -0 ports/mail/Makefile 1.1 +52 -0 ports/mail/postfix-logwatch/Makefile (new) 1.1 +2 -0 ports/mail/postfix-logwatch/distinfo (new) 1.1 +14 -0 ports/mail/postfix-logwatch/pkg-descr (new) 1.1 +5 -0 ports/mail/postfix-logwatch/pkg-plist (new)