27aa0470cc
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)
28 lines
601 B
Makefile
28 lines
601 B
Makefile
# 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>
|