From owner-cvs-all@FreeBSD.ORG Mon Dec 8 12:53:27 2003 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 E724F16A517; Mon, 8 Dec 2003 12:53:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2892043D1D; Mon, 8 Dec 2003 12:53:04 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB8KpwXJ014301; Mon, 8 Dec 2003 12:51:58 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB8KpvJC014300; Mon, 8 Dec 2003 12:51:57 -0800 (PST) (envelope-from krion) Message-Id: <200312082051.hB8KpvJC014300@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 8 Dec 2003 12:51:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net Makefile ports/net/ifgraph Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-message pkg-plist ports/net/ifgraph/files crontab.in patch-find-if.pl patch-ifgraph.conf patch-ifgraph.pl patch-makegraph.pl 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: Mon, 08 Dec 2003 20:53:27 -0000 krion 2003/12/08 12:51:57 PST FreeBSD ports repository Modified files: net Makefile Added files: net/ifgraph Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-message pkg-plist net/ifgraph/files crontab.in patch-find-if.pl patch-ifgraph.conf patch-ifgraph.pl patch-makegraph.pl Log: Add ifgraph 0.4.9, ifGraph is a set of Perl scripts created to help network administrators to visualize network flow on a daily, weekly, monthly, and yearly basis. The graphics are created with RRDTool, and it shows bytes (in/out) and errors for each interface. It also shows the current/average/max use and the respective link/interface usage in percentages. The program also outputs HTML files to make the visualization of the PNG/GIF/GD images more friendly and easy. PR: 57421 Submitted by: Lars Thegler Revision Changes Path 1.1146 +1 -0 ports/net/Makefile 1.1 +79 -0 ports/net/ifgraph/Makefile (new) 1.1 +1 -0 ports/net/ifgraph/distinfo (new) 1.1 +3 -0 ports/net/ifgraph/files/crontab.in (new) 1.1 +22 -0 ports/net/ifgraph/files/patch-find-if.pl (new) 1.1 +17 -0 ports/net/ifgraph/files/patch-ifgraph.conf (new) 1.1 +29 -0 ports/net/ifgraph/files/patch-ifgraph.pl (new) 1.1 +27 -0 ports/net/ifgraph/files/patch-makegraph.pl (new) 1.1 +38 -0 ports/net/ifgraph/pkg-deinstall (new) 1.1 +12 -0 ports/net/ifgraph/pkg-descr (new) 1.1 +51 -0 ports/net/ifgraph/pkg-install (new) 1.1 +32 -0 ports/net/ifgraph/pkg-message (new) 1.1 +33 -0 ports/net/ifgraph/pkg-plist (new)