- Update to version 3.4.5

PR:		ports/65194
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-04-06 11:56:39 +00:00
parent 115c991449
commit 36f80b997e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106310
4 changed files with 20 additions and 15 deletions

View file

@ -6,17 +6,22 @@
# #
PORTNAME= ipcad PORTNAME= ipcad
PORTVERSION= 2.8.2 PORTVERSION= 3.4.5
PORTREVISION= 1
CATEGORIES= net-mgmt 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 MAINTAINER= vlm@lionet.info
COMMENT= IP accounting daemon with Cisco-like ip accounting export COMMENT= IP accounting daemon with Cisco-like RSH and NetFlow export modes
MANCOMPRESSED= no MANCOMPRESSED= no
MAN5= ipcad.conf.5 MAN5= ipcad.conf.5
MAN8= ipcad.8 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: post-install:
@${STRIP_CMD} ${PREFIX}/bin/ipcad @${STRIP_CMD} ${PREFIX}/bin/ipcad

View file

@ -1,2 +1,2 @@
MD5 (ipcad-2.8.2.tar.gz) = cf1cf2ef6144ea63b7287b676e8d9b14 MD5 (ipcad-3.4.5.tar.gz) = b6580f3fe5f0cbce0e6b9839239a9bdf
SIZE (ipcad-2.8.2.tar.gz) = 128504 SIZE (ipcad-3.4.5.tar.gz) = 151565

View file

@ -1,12 +1,12 @@
IPCAD is an ip accounting daemon. It uses bpf or pcap to access interfaces 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 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 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. See README file and man pages for details.
WWW: http://www.spelio.net.ru/soft/ WWW: http://ipcad.sourceforge.net/
-- --
Lev Walkin Lev Walkin
vlm@spelio.net.ru vlm@lionet.info

View file

@ -1,7 +1,7 @@
=========================================================================== ===========================================================================
To configure this package, adjust ${PREFIX}/etc/ipcad.conf from To configure this package, customize ${PREFIX}/etc/ipcad.conf from
${PREFIX}/etc/ipcad.conf.sample, then start "ipcad -rds" ${PREFIX}/etc/ipcad.conf.sample, then start `ipcad -rds`
You should be able to "rsh localhost sh ip accounting" after that You should be able to do `rsh localhost sh ip accounting` after that.
=========================================================================== ===========================================================================