Index: head/sysutils/ipa/Makefile =================================================================== --- head/sysutils/ipa/Makefile (revision 52340) +++ head/sysutils/ipa/Makefile (revision 52341) @@ -1,25 +1,25 @@ # New ports collection makefile for: ipa # Date created: 2 December 2000 # Whom: Andrey Simonenko # # $FreeBSD$ # PORTNAME= ipa -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= sysutils MASTER_SITES= http://www.simon.org.ua/ipa/ MAINTAINER= simon@simon.org.ua NO_PACKAGE= "Needs to be built uniquely for each site" ALL_TARGET= FreeBSD .ifdef(NOPORTDOCS) MAKE_ENV= NOPORTDOCS="${NOPORTDOCS}" .endif MAN5= ipa.5 ipa.conf.5 MAN8= ipa.8 ipastat.8 MANLANG= "" ru_RU.KOI8-R .include Property changes on: head/sysutils/ipa/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/sysutils/ipa/distinfo =================================================================== --- head/sysutils/ipa/distinfo (revision 52340) +++ head/sysutils/ipa/distinfo (revision 52341) @@ -1 +1 @@ -MD5 (ipa-1.2.1.tar.gz) = e9f33b34b1a90e1f520aa7c2732aa06e +MD5 (ipa-1.2.2.tar.gz) = 769de2948bdb82d0a689d12e6368ee27 Property changes on: head/sysutils/ipa/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/sysutils/ipa/files/patch-aa =================================================================== --- head/sysutils/ipa/files/patch-aa (revision 52340) +++ head/sysutils/ipa/files/patch-aa (revision 52341) @@ -1,35 +1,37 @@ ---- Makefile.orig Sun Dec 2 20:51:03 2001 -+++ Makefile Sun Dec 2 20:55:27 2001 +--- Makefile.orig Tue Dec 25 04:52:48 2001 ++++ Makefile Fri Dec 28 23:10:11 2001 @@ -38,7 +38,7 @@ # -Ox - optimize; # -g - produce debugging information. # -CFLAGS= -Wall -O1 -g +#CFLAGS= -Wall -O1 -g # # PREFIX - prefix for all below listed paths @@ -97,10 +97,10 @@ # # Some INSTALL_* variables # -INSTALL_MAN= ${INSTALL} -c -g wheel -o root -m 0444 -INSTALL_DATA= ${INSTALL} -c -g wheel -o root -m 0444 -INSTALL_PROGRAM= ${INSTALL} -c -g wheel -o root -m 0555 -INSTALL_SCRIPT= ${INSTALL} -c -g wheel -o root -m 0500 +INSTALL_MAN= ${BSD_INSTALL_MAN} +INSTALL_DATA= ${BSD_INSTALL_DATA} +INSTALL_PROGRAM= ${BSD_INSTALL_PROGRAM} +INSTALL_SCRIPT= ${BSD_INSTALL_SCRIPT} INSTALL_MAN_DIR= ${INSTALL} -d -m 0555 -g wheel -o root INSTALL_DATA_DIR= ${INSTALL} -d -m 0555 -g wheel -o root -@@ -212,7 +212,7 @@ - ${RM} ${DSTMANDIR}/man5/ipa.conf.5 ${DSTMANDIR}/man5/ipa.5 ${DSTMANDIR}/man8/ipa.8 ${DSTMANDIR}/man8/ipastat.8 - ${RM} ${DSTMANDIR}/ru_SU.KOI8-R/man5/ipa.conf.5 ${DSTMANDIR}/ru_SU.KOI8-R/man5/ipa.5 ${DSTMANDIR}/ru_SU.KOI8-R/man8/ipa.8 ${DSTMANDIR}/ru_SU.KOI8-R/man8/ipastat.8 - ${RM} ${DSTETCDIR}/ipa.conf.default ${DSTRCDIR}/ipa.sh.sample -- -+ - install: - .if !exists(./ipa) || !exists(./ipastat) - @${ECHO} +@@ -243,8 +243,10 @@ + .endif + ${INSTALL_MAN} man/ru_RU.KOI8-R/ipa.5 man/ru_RU.KOI8-R/ipa.conf.5 ${DSTMANDIR}/ru_SU.KOI8-R/man5 + ${INSTALL_MAN} man/ru_RU.KOI8-R/ipa.8 man/ru_RU.KOI8-R/ipastat.8 ${DSTMANDIR}/ru_SU.KOI8-R/man8 ++.if !defined(NOPORTDOCS) + ${INSTALL_DATA_DIR} ${DSTEXAMPLEDIR} + ${INSTALL_DATA} examples/* ${DSTEXAMPLEDIR} ++.endif + .if exists(${DSTRCDIR}) + ${INSTALL_SCRIPT} etc/ipa.sh.sample ${DSTRCDIR} + .else Property changes on: head/sysutils/ipa/files/patch-aa ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/sysutils/ipa/pkg-descr =================================================================== --- head/sysutils/ipa/pkg-descr (revision 52340) +++ head/sysutils/ipa/pkg-descr (revision 52341) @@ -1,15 +1,16 @@ -IPA allows to make IP accounting (network accounting) based on IPv4/v6 -Firewall and/or IP Filter accounting rules. +IPA allows to make IP accounting (network accounting) based on +FreeBSD IPv4/v6 Firewall, OpenBSD Packet Filter and IP Filter +accounting rules on FreeBSD, NetBSD and OpenBSD. 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 simon@simon.org.ua simon@comsys.ntu-kpi.kiev.ua Property changes on: head/sysutils/ipa/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property