aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-12-19 19:12:04 +0800
committerwill <will@FreeBSD.org>2000-12-19 19:12:04 +0800
commitb084a4b7e5962cc364101806d14e5115f5f3057e (patch)
treec92d6425c6d00a1a0e667cda122603f22ad8914b
parent83c4daa0c404a5e6daf84309ac8d432858243da4 (diff)
downloadfreebsd-ports-gnome-b084a4b7e5962cc364101806d14e5115f5f3057e.tar.gz
freebsd-ports-gnome-b084a4b7e5962cc364101806d14e5115f5f3057e.tar.zst
freebsd-ports-gnome-b084a4b7e5962cc364101806d14e5115f5f3057e.zip
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>
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/ipa/Makefile23
-rw-r--r--sysutils/ipa/distinfo1
-rw-r--r--sysutils/ipa/pkg-comment1
-rw-r--r--sysutils/ipa/pkg-descr8
-rw-r--r--sysutils/ipa/pkg-plist4
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