Andrey Simonenko in PR/14281. IPA allows to make IP accounting (network accounting) based on IP Filter accounting rules on NetBSD, OpenBSD and FreeBSD. It supports limits for accounting rules and limits events as "limit is reached", "reached limit is expired", etc. It understands time intervals like "end of day", "end of week", "end of month", etc. There is a special viewer for accounting database and access control lists which allow or disallow one to view accounting information for rules.
17 lines
429 B
Makefile
17 lines
429 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2001/10/21 22:50:01 mjl Exp $
|
|
|
|
DISTNAME= ipa-1.1.6
|
|
CATEGORIES= net sysutils
|
|
MASTER_SITES= http://www.simon.org.ua/ipa/
|
|
|
|
MAINTAINER= simon@simon.org.ua
|
|
HOMEPAGE= http://www.simon.org.ua/ipa/
|
|
COMMENT= IP accounting software
|
|
|
|
RESTRICTED= "Needs to be built uniquely for each site"
|
|
NO_BIN_ON_FTP= ${RESTRICTED}
|
|
NO_BIN_ON_CDROM= ${RESTRICTED}
|
|
|
|
ALL_TARGET= NetBSD
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|