1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

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 <simon AT comsys.ntu-kpi.kiev.ua>
Approved by:	tabthorpe, glarkin (mentors, implicit)
This commit is contained in:
Alexander Logvinov 2009-09-12 04:20:05 +00:00
parent 5f2b714239
commit 27aa0470cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241260
4 changed files with 48 additions and 0 deletions

View File

@ -188,6 +188,7 @@
SUBDIR += imerge
SUBDIR += inplace
SUBDIR += instant-server
SUBDIR += ipa_conv
SUBDIR += ipbt
SUBDIR += iselect
SUBDIR += iso-codes

28
misc/ipa_conv/Makefile Normal file
View File

@ -0,0 +1,28 @@
# New ports collection makefile for: ipa_conv
# Date created: 28 July 2009
# Whom: Andrey Simonenko
#
# $FreeBSD$
#
PORTNAME= ipa_conv
PORTVERSION= 1.0
CATEGORIES= misc
MASTER_SITES= http://ipa-system.sourceforge.net/modules/ipa_conv/ \
LOCAL/avl
MAINTAINER= simon@comsys.ntu-kpi.kiev.ua
COMMENT= IPA accounting/database module for converting statistics
BUILD_DEPENDS= ${LOCALBASE}/include/ipa_mod.h:${PORTSDIR}/sysutils/ipa
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
PLIST_FILES= lib/ipa_conv.la lib/ipa_conv.so
MAN8= ipa_conv.8
MANLANG= "" ru.KOI8-R
.include <bsd.port.mk>

3
misc/ipa_conv/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (ipa_conv-1.0.tar.bz2) = 207de6a7c168f9d8dcadc736af1be7eb
SHA256 (ipa_conv-1.0.tar.bz2) = 7d14cfc7ed03ec9dbcbc4d5357db16ea3cc7dd5b89900e0c68917e979b29b9b3
SIZE (ipa_conv-1.0.tar.bz2) = 228651

16
misc/ipa_conv/pkg-descr Normal file
View File

@ -0,0 +1,16 @@
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