aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ipa
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-12-19 11:12:04 +0000
committerWill Andrews <will@FreeBSD.org>2000-12-19 11:12:04 +0000
commitbae0403aea7216decef3fae0e1b8f24816415161 (patch)
tree71999a5a779819967e242296ecd1bc91401aa451 /sysutils/ipa
parent0a01597ce78d62fec3d9c9c152e6159d62e1595c (diff)
downloadports-bae0403aea7216decef3fae0e1b8f24816415161.tar.gz
ports-bae0403aea7216decef3fae0e1b8f24816415161.zip
Notes
Diffstat (limited to 'sysutils/ipa')
-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
5 files changed, 37 insertions, 0 deletions
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