aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-01-29 16:00:20 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-01-29 16:00:20 +0000
commit03254ede3b47d5974ee57688422ff87f41dd3bcc (patch)
treef5aca8e21e17d6c7e1601a20d200662aaf2ca094 /sysutils
parentf34ef8cc9c4a16f0271552cbb2a78097cd27d03f (diff)
downloadports-03254ede3b47d5974ee57688422ff87f41dd3bcc.tar.gz
ports-03254ede3b47d5974ee57688422ff87f41dd3bcc.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ipa/Makefile9
-rw-r--r--sysutils/ipa/distinfo2
-rw-r--r--sysutils/ipa/files/patch-aa20
-rw-r--r--sysutils/ipa/pkg-descr9
4 files changed, 31 insertions, 9 deletions
diff --git a/sysutils/ipa/Makefile b/sysutils/ipa/Makefile
index fd864b9ad5c5..3c77c683af90 100644
--- a/sysutils/ipa/Makefile
+++ b/sysutils/ipa/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= ipa
-PORTVERSION= 1.0.2
+PORTVERSION= 1.0.3
CATEGORIES= sysutils
-MASTER_SITES= http://www.simon.org.ua/ipa/ \
- http://www.comsys.ntu-kpi.kiev.ua/~simon/ipa/
+MASTER_SITES= http://www.simon.org.ua/ipa/
MAINTAINER= simon@simon.org.ua
@@ -18,8 +17,4 @@ ALL_TARGET= FreeBSD
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
index 2e9d25bd2aaf..2b25ac9ac7b2 100644
--- a/sysutils/ipa/distinfo
+++ b/sysutils/ipa/distinfo
@@ -1 +1 @@
-MD5 (ipa-1.0.2.tar.gz) = 2d87b5e1b6b08fa60feafc220122cb04
+MD5 (ipa-1.0.3.tar.gz) = 3605d24a6269f3c7624169a678f22d6e
diff --git a/sysutils/ipa/files/patch-aa b/sysutils/ipa/files/patch-aa
new file mode 100644
index 000000000000..d8726f11adec
--- /dev/null
+++ b/sysutils/ipa/files/patch-aa
@@ -0,0 +1,20 @@
+--- Makefile.orig Thu Jan 18 00:35:42 2001
++++ Makefile Sun Jan 28 18:40:36 2001
+@@ -38,7 +38,7 @@
+ # -O3 - optimize (it seems that -O3 also help to find out some errors);
+ # -g - produce debugging information.
+ #
+-CFLAGS= -Wall -O3 -g
++#CFLAGS= -Wall -O3 -g
+
+ #
+ # DSTBINDIR - where to install binaries
+@@ -171,7 +171,7 @@
+ @${ECHO}
+ .else
+ @${ECHO} ">> Installing binaries, manual pages and miscellaneous files"
+- ${INSTALL} -c -g wheel -o root -m 0555 ipa ipastat ${DSTBINDIR}
++ ${INSTALL} -c -s -g wheel -o root -m 0555 ipa ipastat ${DSTBINDIR}
+ ${CHMOD} u+s ${DSTBINDIR}/ipastat
+ ${INSTALL} -c -g wheel -o root -m 0444 man/ipa.5 man/ipa.conf.5 ${DSTMANDIR}/man5
+ ${INSTALL} -c -g wheel -o root -m 0444 man/ipa.8 man/ipastat.8 ${DSTMANDIR}/man8
diff --git a/sysutils/ipa/pkg-descr b/sysutils/ipa/pkg-descr
index b9c922ee216e..1e7d1fb386e8 100644
--- a/sysutils/ipa/pkg-descr
+++ b/sysutils/ipa/pkg-descr
@@ -1,6 +1,13 @@
- IP Accounting Daemon allows to make IP accounting (network accounting)
+IP Accounting Daemon allows to make IP accounting (network accounting)
based on IP Firewall and/or IP Filter accounting rules.
+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 special viewer for accounting database and access control lists,
+which allow or disallow one to view accounting information for rules.
+
WWW: http://www.simon.org.ua/ipa/
- Andrey Simonenko