diff options
author | avl <avl@FreeBSD.org> | 2009-09-12 12:20:05 +0800 |
---|---|---|
committer | avl <avl@FreeBSD.org> | 2009-09-12 12:20:05 +0800 |
commit | d84889ba7e47a970cea489e7c24d64fc00eebff1 (patch) | |
tree | 025f046f85b80c29701132218eefcdd7148a1cbb /misc/Makefile | |
parent | e007dd8526dd73dabad1dc1f1ddc18d54e68822f (diff) | |
download | freebsd-ports-gnome-d84889ba7e47a970cea489e7c24d64fc00eebff1.tar.gz freebsd-ports-gnome-d84889ba7e47a970cea489e7c24d64fc00eebff1.tar.zst freebsd-ports-gnome-d84889ba7e47a970cea489e7c24d64fc00eebff1.zip |
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)
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index bef17616ef38..f37b2c324b64 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -188,6 +188,7 @@ SUBDIR += imerge SUBDIR += inplace SUBDIR += instant-server + SUBDIR += ipa_conv SUBDIR += ipbt SUBDIR += iselect SUBDIR += iso-codes |