diff options
author | Alexander Logvinov <avl@FreeBSD.org> | 2009-09-12 04:20:05 +0000 |
---|---|---|
committer | Alexander Logvinov <avl@FreeBSD.org> | 2009-09-12 04:20:05 +0000 |
commit | 27aa0470ccfd7f962d2b12374bfa9e752e6f942d (patch) | |
tree | a160422370f0d6b530d79b3911df8acf2aaba4d7 /misc/ipa_conv | |
parent | 5f2b7142396e9da982609ec266fe405426209060 (diff) | |
download | ports-27aa0470ccfd7f962d2b12374bfa9e752e6f942d.tar.gz ports-27aa0470ccfd7f962d2b12374bfa9e752e6f942d.zip |
Notes
Diffstat (limited to 'misc/ipa_conv')
-rw-r--r-- | misc/ipa_conv/Makefile | 28 | ||||
-rw-r--r-- | misc/ipa_conv/distinfo | 3 | ||||
-rw-r--r-- | misc/ipa_conv/pkg-descr | 16 |
3 files changed, 47 insertions, 0 deletions
diff --git a/misc/ipa_conv/Makefile b/misc/ipa_conv/Makefile new file mode 100644 index 000000000000..ffbfcc62ebd0 --- /dev/null +++ b/misc/ipa_conv/Makefile @@ -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> diff --git a/misc/ipa_conv/distinfo b/misc/ipa_conv/distinfo new file mode 100644 index 000000000000..7e6b1e908d28 --- /dev/null +++ b/misc/ipa_conv/distinfo @@ -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 diff --git a/misc/ipa_conv/pkg-descr b/misc/ipa_conv/pkg-descr new file mode 100644 index 000000000000..2e20fba1aa55 --- /dev/null +++ b/misc/ipa_conv/pkg-descr @@ -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 |