mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
- Update to version 3.4.5
PR: ports/65194 Submitted by: maintainer
This commit is contained in:
parent
115c991449
commit
36f80b997e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106310
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
===========================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user