diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-19 11:12:04 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-19 11:12:04 +0000 |
commit | bae0403aea7216decef3fae0e1b8f24816415161 (patch) | |
tree | 71999a5a779819967e242296ecd1bc91401aa451 /sysutils | |
parent | 0a01597ce78d62fec3d9c9c152e6159d62e1595c (diff) | |
download | ports-bae0403aea7216decef3fae0e1b8f24816415161.tar.gz ports-bae0403aea7216decef3fae0e1b8f24816415161.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-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 |
6 files changed, 38 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 264f251747e2..b76310de2f77 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -51,6 +51,7 @@ SUBDIR += healthd SUBDIR += heat SUBDIR += idled + SUBDIR += ipa SUBDIR += ipsc SUBDIR += lavaps SUBDIR += libretto-config diff --git a/sysutils/ipa/Makefile b/sysutils/ipa/Makefile new file mode 100644 index 000000000000..3189b276a4e6 --- /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 000000000000..a6ccf32ccec2 --- /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 000000000000..95bf4a977daf --- /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 000000000000..b9c922ee216e --- /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 000000000000..8e50865f255b --- /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 |