aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ipcad
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-04-06 11:56:39 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-04-06 11:56:39 +0000
commit36f80b997e0c9d80f9c536e78db8c93c6fdee6f7 (patch)
treefbb1f24f627113a63ddfc92be6f5ca87e559bbfd /net-mgmt/ipcad
parent115c99144920b9726a43b224e3224e31587eef64 (diff)
downloadports-36f80b997e0c9d80f9c536e78db8c93c6fdee6f7.tar.gz
ports-36f80b997e0c9d80f9c536e78db8c93c6fdee6f7.zip
Notes
Diffstat (limited to 'net-mgmt/ipcad')
-rw-r--r--net-mgmt/ipcad/Makefile15
-rw-r--r--net-mgmt/ipcad/distinfo4
-rw-r--r--net-mgmt/ipcad/pkg-descr10
-rw-r--r--net-mgmt/ipcad/pkg-message6
4 files changed, 20 insertions, 15 deletions
diff --git a/net-mgmt/ipcad/Makefile b/net-mgmt/ipcad/Makefile
index 25cc5a43da1c..237e54a0190b 100644
--- a/net-mgmt/ipcad/Makefile
+++ b/net-mgmt/ipcad/Makefile
@@ -6,17 +6,22 @@
#
PORTNAME= ipcad
-PORTVERSION= 2.8.2
-PORTREVISION= 1
+PORTVERSION= 3.4.5
CATEGORIES= net-mgmt
-MASTER_SITES= http://www.spelio.net.ru/soft/
+MASTER_SITES= http://ipcad.sourceforge.net/ \
+ http://www.spelio.net.ru/soft/
-MAINTAINER= vlm@spelio.net.ru
-COMMENT= IP accounting daemon with Cisco-like ip accounting export
+MAINTAINER= vlm@lionet.info
+COMMENT= IP accounting daemon with Cisco-like RSH and NetFlow export modes
MANCOMPRESSED= no
MAN5= ipcad.conf.5
MAN8= ipcad.8
+USE_REINPLACE= yes
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g ; \
+ s|/usr/local|${PREFIX}|g' ${WRKSRC}/configure
post-install:
@${STRIP_CMD} ${PREFIX}/bin/ipcad
diff --git a/net-mgmt/ipcad/distinfo b/net-mgmt/ipcad/distinfo
index 72e55b6ee4ab..123c7fd30d47 100644
--- a/net-mgmt/ipcad/distinfo
+++ b/net-mgmt/ipcad/distinfo
@@ -1,2 +1,2 @@
-MD5 (ipcad-2.8.2.tar.gz) = cf1cf2ef6144ea63b7287b676e8d9b14
-SIZE (ipcad-2.8.2.tar.gz) = 128504
+MD5 (ipcad-3.4.5.tar.gz) = b6580f3fe5f0cbce0e6b9839239a9bdf
+SIZE (ipcad-3.4.5.tar.gz) = 151565
diff --git a/net-mgmt/ipcad/pkg-descr b/net-mgmt/ipcad/pkg-descr
index dd42f9f96f73..fb2598c34c0f 100644
--- a/net-mgmt/ipcad/pkg-descr
+++ b/net-mgmt/ipcad/pkg-descr
@@ -1,12 +1,12 @@
-IPCAD is an ip accounting daemon. It uses bpf or pcap to access interfaces
-and gather ip statistics. Collected numbers are arranged to form an
+IPCAD is an IP accounting daemon. It uses bpf or pcap to access interfaces
+and gather IP statistics. Collected numbers are arranged to form an
address-to-address flow pairs and than can be accessed via rsh in Cisco
-fashion.
+fashion, or exported via NetFlow UDP protocol.
See README file and man pages for details.
-WWW: http://www.spelio.net.ru/soft/
+WWW: http://ipcad.sourceforge.net/
--
Lev Walkin
-vlm@spelio.net.ru
+vlm@lionet.info
diff --git a/net-mgmt/ipcad/pkg-message b/net-mgmt/ipcad/pkg-message
index 60ecea5cd2d1..dc55f70a3eac 100644
--- a/net-mgmt/ipcad/pkg-message
+++ b/net-mgmt/ipcad/pkg-message
@@ -1,7 +1,7 @@
===========================================================================
-To configure this package, adjust ${PREFIX}/etc/ipcad.conf from
-${PREFIX}/etc/ipcad.conf.sample, then start "ipcad -rds"
-You should be able to "rsh localhost sh ip accounting" after that
+To configure this package, customize ${PREFIX}/etc/ipcad.conf from
+${PREFIX}/etc/ipcad.conf.sample, then start `ipcad -rds`
+You should be able to do `rsh localhost sh ip accounting` after that.
===========================================================================