From owner-cvs-ports@FreeBSD.ORG Wed Dec 28 20:51:51 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDD9716A41F; Wed, 28 Dec 2005 20:51:51 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B38943D45; Wed, 28 Dec 2005 20:51:51 +0000 (GMT) (envelope-from edwin@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 jBSKppLL074007; Wed, 28 Dec 2005 20:51:51 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBSKppSY074006; Wed, 28 Dec 2005 20:51:51 GMT (envelope-from edwin) Message-Id: <200512282051.jBSKppSY074006@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 28 Dec 2005 20:51:51 +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/couriergraph Makefile distinfo pkg-descr pkg-message pkg-plist ports/mail/couriergraph/files couriergraph.sh.in patch-couriergraph.cgi patch-couriergraph.pl X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 20:51:52 -0000 edwin 2005-12-28 20:51:51 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/couriergraph Makefile distinfo pkg-descr pkg-message pkg-plist mail/couriergraph/files couriergraph.sh.in patch-couriergraph.cgi patch-couriergraph.pl Log: [NEW PORT] mail/couriergraph: A RRDtool frontend for Courier statistics Couriergraph is a very simple mail statistics RRDtool frontend for Postfix that produces daily, weekly, monthly and yearly graphs of Courier's POP3, IMAP, POP3s and IMAPs logins. WWW: http://www.stahl.bau.tu-bs.de/~hildeb/postfix/couriergraph/ PR: ports/85985 Submitted by: Xavier Beaudouin Revision Changes Path 1.718 +1 -0 ports/mail/Makefile 1.1 +66 -0 ports/mail/couriergraph/Makefile (new) 1.1 +3 -0 ports/mail/couriergraph/distinfo (new) 1.1 +39 -0 ports/mail/couriergraph/files/couriergraph.sh.in (new) 1.1 +15 -0 ports/mail/couriergraph/files/patch-couriergraph.cgi (new) 1.1 +40 -0 ports/mail/couriergraph/files/patch-couriergraph.pl (new) 1.1 +5 -0 ports/mail/couriergraph/pkg-descr (new) 1.1 +8 -0 ports/mail/couriergraph/pkg-message (new) 1.1 +4 -0 ports/mail/couriergraph/pkg-plist (new)