- initial import of softflowd-0.9.7
Softflowd is flow-based network traffic analyser capable of Cisco NetFlow data export. Softflowd semi-statefully tracks traffic flows recorded by listening on a network interface or by reading a packet capture file. These flows may be reported via NetFlow to a collecting host or summarised within softflowd itself. ok djm@
This commit is contained in:
parent
16049eff0b
commit
1625948ebc
24
net/softflowd/Makefile
Normal file
24
net/softflowd/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/04/03 02:22:31 msf Exp $
|
||||
|
||||
COMMENT= "flow-based network traffic analyser"
|
||||
|
||||
DISTNAME= softflowd-0.9.7
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www2.mindrot.org/files/softflowd/
|
||||
|
||||
WANTLIB= c pcap
|
||||
|
||||
CONFIGURE_STYLE= gnu dest
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
4
net/softflowd/distinfo
Normal file
4
net/softflowd/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (softflowd-0.9.7.tar.gz) = f7d16ff93fd31903840a7d9faff672a9
|
||||
RMD160 (softflowd-0.9.7.tar.gz) = 11cd768a0198fe72ebdc1a7a17b95b5d4207c6a5
|
||||
SHA1 (softflowd-0.9.7.tar.gz) = 1a2fff2b4803882bbee759d3a4a6a8adc8afd399
|
||||
SIZE (softflowd-0.9.7.tar.gz) = 82220
|
5
net/softflowd/pkg/DESCR
Normal file
5
net/softflowd/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
Softflowd is flow-based network traffic analyser capable of Cisco
|
||||
NetFlow data export. Softflowd semi-statefully tracks traffic flows
|
||||
recorded by listening on a network interface or by reading a packet
|
||||
capture file. These flows may be reported via NetFlow to a collecting
|
||||
host or summarised within softflowd itself.
|
5
net/softflowd/pkg/PLIST
Normal file
5
net/softflowd/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/04/03 02:22:31 msf Exp $
|
||||
@man man/man8/softflowctl.8
|
||||
@man man/man8/softflowd.8
|
||||
sbin/softflowctl
|
||||
sbin/softflowd
|
Loading…
Reference in New Issue
Block a user