New port cflowd

flow analysis tool currently used for analyzing Cisco's NetFlow switching
This commit is contained in:
Andreas Klemm 2000-11-08 05:15:11 +00:00
parent 8e5a62e839
commit dbb817905c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34900
11 changed files with 255 additions and 0 deletions

23
net-mgmt/cflowd/Makefile Normal file
View File

@ -0,0 +1,23 @@
# New ports collection makefile for: cflowd
# Date created: Di 7 Nov 2000 19:48:50 CET
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $FreeBSD$
#
PORTNAME= cflowd
PORTVERSION= 2-1-b1
CATEGORIES= net
MASTER_SITES= ftp://ftp.caida.org/pub/cflowd/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= andreas@FreeBSD.org
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS+=--enable-shared --with-artspp=${PREFIX}
MANL= cfdases.l cfdifmatrix.l cfdnets.l cfdnexthops.l \
cfdportmatrix.l cfdprotos.l cfdtos.l flowdump.l flowwatch.l
.include <bsd.port.mk>

1
net-mgmt/cflowd/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (cflowd-2-1-b1.tar.gz) = 6f0543390e9d46c4274f6b12b6517f62

View File

@ -0,0 +1 @@
flow analysis tool currently used for analyzing Cisco's NetFlow switching

16
net-mgmt/cflowd/pkg-descr Normal file
View File

@ -0,0 +1,16 @@
cflowd is a flow analysis tool currently used for analyzing Cisco's
NetFlow enabled switching method.
The current release includes the collections, storage, and basic
analysis modules for cflowd and for arts++ libraries.
This analysis package permits data collection and analysis by ISPs
and network engineers in support of capacity planning, trends analysis,
and characterization of workloads in a network service provider environment.
Other areas where cflowd may prove useful include usage tracking for Web
hosting, accounting and billing, network planning and analysis, network
monitoring, developing user profiles, data warehousing and mining,
as well as security-related investigations.
WWW: http://www.caida.org/tools/measurement/cflowd/

86
net-mgmt/cflowd/pkg-plist Normal file
View File

@ -0,0 +1,86 @@
bin/cfdases
bin/cfdifmatrix
bin/cfdnets
bin/cfdnexthops
bin/cfdportmatrix
bin/cfdprotos
bin/cfdtos
bin/flowdump
bin/flowwatch
sbin/cfdcollect
sbin/cflowd
sbin/cflowdmux
etc/cfdcollect.conf.example
etc/cflowd.conf.example
lib/cflowd/libCfd.a
lib/cflowd/libCfd.la
lib/cflowd/libCfd.so.0
lib/cflowd/libsnmp++.a
lib/cflowd/libsnmp++.la
lib/cflowd/libsnmp++.so.0
include/cflowd/CflowdAsMatrix.hh
include/cflowd/CflowdAsMatrixKey.hh
include/cflowd/CflowdAsMatrixTrafficCounter.hh
include/cflowd/CflowdCisco.hh
include/cflowd/CflowdCiscoFlowEngine.hh
include/cflowd/CflowdCiscoFlowEngineMap.hh
include/cflowd/CflowdCiscoFlowInterface.hh
include/cflowd/CflowdCiscoFlowInterfaceMap.hh
include/cflowd/CflowdCiscoMap.hh
include/cflowd/CflowdCollector.hh
include/cflowd/CflowdCollectorMap.hh
include/cflowd/CflowdConfig.hh
include/cflowd/CflowdConfigLex.hh
include/cflowd/CflowdFlowFilter.hh
include/cflowd/CflowdFlowPdu.h
include/cflowd/CflowdFlowPortList.hh
include/cflowd/CflowdInterfaceInfo.hh
include/cflowd/CflowdInterfaceMatrix.hh
include/cflowd/CflowdInterfaceMatrixKey.hh
include/cflowd/CflowdInterfaceMatrixTrafficCounter.hh
include/cflowd/CflowdNetMatrix.hh
include/cflowd/CflowdNetMatrixKey.hh
include/cflowd/CflowdNetMatrixTrafficCounter.hh
include/cflowd/CflowdNextHopTable.hh
include/cflowd/CflowdNextHopTableTrafficCounter.hh
include/cflowd/CflowdPacketQueue.hh
include/cflowd/CflowdPortMatrix.hh
include/cflowd/CflowdPortMatrixKey.hh
include/cflowd/CflowdPortMatrixTrafficCounter.hh
include/cflowd/CflowdProtocolTable.hh
include/cflowd/CflowdProtocolTableTrafficCounter.hh
include/cflowd/CflowdRawFlow.hh
include/cflowd/CflowdRawFlowConverter.hh
include/cflowd/CflowdRawFlowLogger.hh
include/cflowd/CflowdTableRequest.hh
include/cflowd/CflowdTosTable.hh
include/cflowd/CflowdUint16Uint16Key.hh
include/cflowd/CflowdUint64TrafficCounter.hh
include/cflowd/CflowdVersion.hh
include/cflowd/snmp++/address.h
include/cflowd/snmp++/asn1.h
include/cflowd/snmp++/collect.h
include/cflowd/snmp++/counter.h
include/cflowd/snmp++/ctr64.h
include/cflowd/snmp++/eventlist.h
include/cflowd/snmp++/gauge.h
include/cflowd/snmp++/integer.h
include/cflowd/snmp++/msec.h
include/cflowd/snmp++/msgqueue.h
include/cflowd/snmp++/notifyqueue.h
include/cflowd/snmp++/octet.h
include/cflowd/snmp++/oid.h
include/cflowd/snmp++/oid_def.h
include/cflowd/snmp++/pdu.h
include/cflowd/snmp++/smi.h
include/cflowd/snmp++/smival.h
include/cflowd/snmp++/snmp_pp.h
include/cflowd/snmp++/snmperrs.h
include/cflowd/snmp++/snmpmsg.h
include/cflowd/snmp++/target.h
include/cflowd/snmp++/timetick.h
include/cflowd/snmp++/userdefined.h
include/cflowd/snmp++/usertimeout.h
include/cflowd/snmp++/vb.h
@unexec /usr/bin/env /sbin/ldconfig -R
@exec /usr/bin/env /sbin/ldconfig -m %B

View File

@ -25,6 +25,7 @@
SUBDIR += brouted
SUBDIR += cap
SUBDIR += centericq
SUBDIR += cflowd
SUBDIR += choparp
SUBDIR += cidr
SUBDIR += ciscoconf

23
net/cflowd/Makefile Normal file
View File

@ -0,0 +1,23 @@
# New ports collection makefile for: cflowd
# Date created: Di 7 Nov 2000 19:48:50 CET
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $FreeBSD$
#
PORTNAME= cflowd
PORTVERSION= 2-1-b1
CATEGORIES= net
MASTER_SITES= ftp://ftp.caida.org/pub/cflowd/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= andreas@FreeBSD.org
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS+=--enable-shared --with-artspp=${PREFIX}
MANL= cfdases.l cfdifmatrix.l cfdnets.l cfdnexthops.l \
cfdportmatrix.l cfdprotos.l cfdtos.l flowdump.l flowwatch.l
.include <bsd.port.mk>

1
net/cflowd/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (cflowd-2-1-b1.tar.gz) = 6f0543390e9d46c4274f6b12b6517f62

1
net/cflowd/pkg-comment Normal file
View File

@ -0,0 +1 @@
flow analysis tool currently used for analyzing Cisco's NetFlow switching

16
net/cflowd/pkg-descr Normal file
View File

@ -0,0 +1,16 @@
cflowd is a flow analysis tool currently used for analyzing Cisco's
NetFlow enabled switching method.
The current release includes the collections, storage, and basic
analysis modules for cflowd and for arts++ libraries.
This analysis package permits data collection and analysis by ISPs
and network engineers in support of capacity planning, trends analysis,
and characterization of workloads in a network service provider environment.
Other areas where cflowd may prove useful include usage tracking for Web
hosting, accounting and billing, network planning and analysis, network
monitoring, developing user profiles, data warehousing and mining,
as well as security-related investigations.
WWW: http://www.caida.org/tools/measurement/cflowd/

86
net/cflowd/pkg-plist Normal file
View File

@ -0,0 +1,86 @@
bin/cfdases
bin/cfdifmatrix
bin/cfdnets
bin/cfdnexthops
bin/cfdportmatrix
bin/cfdprotos
bin/cfdtos
bin/flowdump
bin/flowwatch
sbin/cfdcollect
sbin/cflowd
sbin/cflowdmux
etc/cfdcollect.conf.example
etc/cflowd.conf.example
lib/cflowd/libCfd.a
lib/cflowd/libCfd.la
lib/cflowd/libCfd.so.0
lib/cflowd/libsnmp++.a
lib/cflowd/libsnmp++.la
lib/cflowd/libsnmp++.so.0
include/cflowd/CflowdAsMatrix.hh
include/cflowd/CflowdAsMatrixKey.hh
include/cflowd/CflowdAsMatrixTrafficCounter.hh
include/cflowd/CflowdCisco.hh
include/cflowd/CflowdCiscoFlowEngine.hh
include/cflowd/CflowdCiscoFlowEngineMap.hh
include/cflowd/CflowdCiscoFlowInterface.hh
include/cflowd/CflowdCiscoFlowInterfaceMap.hh
include/cflowd/CflowdCiscoMap.hh
include/cflowd/CflowdCollector.hh
include/cflowd/CflowdCollectorMap.hh
include/cflowd/CflowdConfig.hh
include/cflowd/CflowdConfigLex.hh
include/cflowd/CflowdFlowFilter.hh
include/cflowd/CflowdFlowPdu.h
include/cflowd/CflowdFlowPortList.hh
include/cflowd/CflowdInterfaceInfo.hh
include/cflowd/CflowdInterfaceMatrix.hh
include/cflowd/CflowdInterfaceMatrixKey.hh
include/cflowd/CflowdInterfaceMatrixTrafficCounter.hh
include/cflowd/CflowdNetMatrix.hh
include/cflowd/CflowdNetMatrixKey.hh
include/cflowd/CflowdNetMatrixTrafficCounter.hh
include/cflowd/CflowdNextHopTable.hh
include/cflowd/CflowdNextHopTableTrafficCounter.hh
include/cflowd/CflowdPacketQueue.hh
include/cflowd/CflowdPortMatrix.hh
include/cflowd/CflowdPortMatrixKey.hh
include/cflowd/CflowdPortMatrixTrafficCounter.hh
include/cflowd/CflowdProtocolTable.hh
include/cflowd/CflowdProtocolTableTrafficCounter.hh
include/cflowd/CflowdRawFlow.hh
include/cflowd/CflowdRawFlowConverter.hh
include/cflowd/CflowdRawFlowLogger.hh
include/cflowd/CflowdTableRequest.hh
include/cflowd/CflowdTosTable.hh
include/cflowd/CflowdUint16Uint16Key.hh
include/cflowd/CflowdUint64TrafficCounter.hh
include/cflowd/CflowdVersion.hh
include/cflowd/snmp++/address.h
include/cflowd/snmp++/asn1.h
include/cflowd/snmp++/collect.h
include/cflowd/snmp++/counter.h
include/cflowd/snmp++/ctr64.h
include/cflowd/snmp++/eventlist.h
include/cflowd/snmp++/gauge.h
include/cflowd/snmp++/integer.h
include/cflowd/snmp++/msec.h
include/cflowd/snmp++/msgqueue.h
include/cflowd/snmp++/notifyqueue.h
include/cflowd/snmp++/octet.h
include/cflowd/snmp++/oid.h
include/cflowd/snmp++/oid_def.h
include/cflowd/snmp++/pdu.h
include/cflowd/snmp++/smi.h
include/cflowd/snmp++/smival.h
include/cflowd/snmp++/snmp_pp.h
include/cflowd/snmp++/snmperrs.h
include/cflowd/snmp++/snmpmsg.h
include/cflowd/snmp++/target.h
include/cflowd/snmp++/timetick.h
include/cflowd/snmp++/userdefined.h
include/cflowd/snmp++/usertimeout.h
include/cflowd/snmp++/vb.h
@unexec /usr/bin/env /sbin/ldconfig -R
@exec /usr/bin/env /sbin/ldconfig -m %B