diff options
author | will <will@FreeBSD.org> | 2000-12-19 11:12:04 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-12-19 11:12:04 +0000 |
commit | b084a4b7e5962cc364101806d14e5115f5f3057e (patch) | |
tree | c92d6425c6d00a1a0e667cda122603f22ad8914b /sysutils/ipa | |
parent | 83c4daa0c404a5e6daf84309ac8d432858243da4 (diff) | |
download | FreeBSD-ports-b084a4b7e5962cc364101806d14e5115f5f3057e.zip FreeBSD-ports-b084a4b7e5962cc364101806d14e5115f5f3057e.tar.gz |
Add ipa 1.0.1, a neat utility to do IP accounting based on firewall rules
such as those for ipfw or ipfilter. The maintainer is the author of ipa.
PR: 23265
Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
Diffstat (limited to 'sysutils/ipa')
-rw-r--r-- | sysutils/ipa/Makefile | 23 | ||||
-rw-r--r-- | sysutils/ipa/distinfo | 1 | ||||
-rw-r--r-- | sysutils/ipa/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/ipa/pkg-descr | 8 | ||||
-rw-r--r-- | sysutils/ipa/pkg-plist | 4 |
5 files changed, 37 insertions, 0 deletions
diff --git a/sysutils/ipa/Makefile b/sysutils/ipa/Makefile new file mode 100644 index 0000000..3189b27 --- /dev/null +++ b/sysutils/ipa/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: ipa +# Date created: 2 December 2000 +# Whom: Andrey Simonenko +# +# $FreeBSD$ +# + +PORTNAME= ipa +PORTVERSION= 1.0.1 +CATEGORIES= sysutils +MASTER_SITES= http://www.simon.org.ua/ipa/ \ + http://www.comsys.ntu-kpi.kiev.ua/~simon/ipa/ + +MAINTAINER= simon@simon.org.ua + +MAN5= ipa.5 ipa.conf.5 +MAN8= ipa.8 ipastat.8 + +post-install: + strip ${PREFIX}/bin/ipa + strip ${PREFIX}/bin/ipastat + +.include <bsd.port.mk> diff --git a/sysutils/ipa/distinfo b/sysutils/ipa/distinfo new file mode 100644 index 0000000..a6ccf32 --- /dev/null +++ b/sysutils/ipa/distinfo @@ -0,0 +1 @@ +MD5 (ipa-1.0.1.tar.gz) = 864d1a622fe85588cb28360d99335e73 diff --git a/sysutils/ipa/pkg-comment b/sysutils/ipa/pkg-comment new file mode 100644 index 0000000..95bf4a9 --- /dev/null +++ b/sysutils/ipa/pkg-comment @@ -0,0 +1 @@ +IP Accounting Daemon diff --git a/sysutils/ipa/pkg-descr b/sysutils/ipa/pkg-descr new file mode 100644 index 0000000..b9c922e --- /dev/null +++ b/sysutils/ipa/pkg-descr @@ -0,0 +1,8 @@ + IP Accounting Daemon allows to make IP accounting (network accounting) +based on IP Firewall and/or IP Filter accounting rules. + +WWW: http://www.simon.org.ua/ipa/ + +- Andrey Simonenko +simon@simon.org.ua +simon@comsys.ntu-kpi.kiev.ua diff --git a/sysutils/ipa/pkg-plist b/sysutils/ipa/pkg-plist new file mode 100644 index 0000000..8e50865 --- /dev/null +++ b/sysutils/ipa/pkg-plist @@ -0,0 +1,4 @@ +bin/ipa +bin/ipastat +etc/ipa.conf.default +etc/rc.d/ipa.sh.sample |