From owner-cvs-ports@FreeBSD.ORG Sat Sep 12 04:20:06 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36EFA106566C; Sat, 12 Sep 2009 04:20:06 +0000 (UTC) (envelope-from avl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 26A688FC14; Sat, 12 Sep 2009 04:20:06 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n8C4K6I6047639; Sat, 12 Sep 2009 04:20:06 GMT (envelope-from avl@repoman.freebsd.org) Received: (from avl@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n8C4K6ES047638; Sat, 12 Sep 2009 04:20:06 GMT (envelope-from avl) Message-Id: <200909120420.n8C4K6ES047638@repoman.freebsd.org> From: Alexander Logvinov Date: Sat, 12 Sep 2009 04:20:06 +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/misc Makefile ports/misc/ipa_conv 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: Sat, 12 Sep 2009 04:20:06 -0000 avl 2009-09-12 04:20:06 UTC FreeBSD ports repository Modified files: misc Makefile Added files: misc/ipa_conv Makefile distinfo pkg-descr Log: IPA_CONV -- IPA accounting/database module for converting statistics Main features: - The module is designed for converting statistics; - Statistics is converted according to custom plans, several plans can be used at the same time; - Each plan can have converting rules for months, days, week days and time ranges; - Statistics of one static rule can be converted and sent to another static rule. WWW: http://ipa-system.sourceforge.net/modules/ipa_conv/ - Andrey Simonenko simon@comsys.ntu-kpi.kiev.ua PR: ports/137203 Submitted by: Andrey Simonenko Approved by: tabthorpe, glarkin (mentors, implicit) Revision Changes Path 1.927 +1 -0 ports/misc/Makefile 1.1 +28 -0 ports/misc/ipa_conv/Makefile (new) 1.1 +3 -0 ports/misc/ipa_conv/distinfo (new) 1.1 +16 -0 ports/misc/ipa_conv/pkg-descr (new)