From owner-cvs-ports@FreeBSD.ORG Wed Dec 28 21:46:23 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 C6A1016A41F; Wed, 28 Dec 2005 21:46:23 +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 7E22D43D49; Wed, 28 Dec 2005 21:46:23 +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 jBSLkNeJ076396; Wed, 28 Dec 2005 21:46:23 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBSLkN4A076395; Wed, 28 Dec 2005 21:46:23 GMT (envelope-from edwin) Message-Id: <200512282146.jBSLkN4A076395@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 28 Dec 2005 21:46:23 +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/net Makefile ports/net/ipa_ipfw Makefile distinfo pkg-descr 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 21:46:24 -0000 edwin 2005-12-28 21:46:23 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/ipa_ipfw Makefile distinfo pkg-descr Log: New port: net/ipa_ipfw IPA accounting module for FreeBSD IP Firewall XIPA_IPFW -- IPA accounting module for FreeBSD IP Firewall Main features: - The module is designed for traffic accounting from FreeBSD IP Firewall (including IPFW2) rules byte counters; - The module understands IP Firewall rules byte counters overflow; - It is possible to summarize and subtract statistics from IP Firewall rules byte counters; - It is possible to distinguish IP Firewall rules with the same numbers; - IP Firewall rules can be dynamically added to and removed from the system, the module correctly works in such situations. WWW: http://ipa-system.sourceforge.net/modules/ipa_ipfw/ PR: ports/91004 Submitted by: Andrey Simonenko Revision Changes Path 1.1601 +1 -0 ports/net/Makefile 1.1 +60 -0 ports/net/ipa_ipfw/Makefile (new) 1.1 +3 -0 ports/net/ipa_ipfw/distinfo (new) 1.1 +18 -0 ports/net/ipa_ipfw/pkg-descr (new)