summaryrefslogtreecommitdiff
path: root/net-mgmt/cflowd
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/cflowd')
-rw-r--r--net-mgmt/cflowd/Makefile44
-rw-r--r--net-mgmt/cflowd/distinfo2
-rw-r--r--net-mgmt/cflowd/files/cflowd.sh36
-rw-r--r--net-mgmt/cflowd/pkg-descr16
-rw-r--r--net-mgmt/cflowd/pkg-plist92
5 files changed, 0 insertions, 190 deletions
diff --git a/net-mgmt/cflowd/Makefile b/net-mgmt/cflowd/Makefile
deleted file mode 100644
index 2c92cef1c2c0..000000000000
--- a/net-mgmt/cflowd/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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
-PORTREVISION= 5
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.caida.org/pub/cflowd/
-DISTNAME= ${PORTNAME}-${PORTVERSION}
-
-.if defined(CFLOWD_FLOWSCAN_PATCH)
-PATCH_SITES= http://net.doit.wisc.edu/~plonka/cflowd/
-PATCHFILES= cflowd-2-1-b1-djp.patch
-.endif
-
-MAINTAINER= lyngbol@wheel.dk
-COMMENT= Flow analysis tool used for analyzing Cisco's NetFlow switching
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/libArts.a:${PORTSDIR}/net/arts++
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_BISON= 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
-
-.if !defined(CFLOWD_FLOWSCAN_PATCH)
-pre-everything::
- @${ECHO} "you can compile cflowd with patches for FlowScan by typing:"
- @${ECHO} "make CFLOWD_FLOWSCAN_PATCH=yes"
-.endif
-
-post-install:
- ${INSTALL_SCRIPT} ${FILESDIR}/cflowd.sh \
- ${PREFIX}/etc/rc.d/cflowd-base.sh.sample
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/cflowd/distinfo b/net-mgmt/cflowd/distinfo
deleted file mode 100644
index ce0058d33564..000000000000
--- a/net-mgmt/cflowd/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (cflowd-2-1-b1.tar.gz) = 6f0543390e9d46c4274f6b12b6517f62
-MD5 (cflowd-2-1-b1-djp.patch) = 77e96671521ff1870a51d0dc11161eae
diff --git a/net-mgmt/cflowd/files/cflowd.sh b/net-mgmt/cflowd/files/cflowd.sh
deleted file mode 100644
index e063398026d4..000000000000
--- a/net-mgmt/cflowd/files/cflowd.sh
+++ /dev/null
@@ -1,36 +0,0 @@
-#! /bin/sh
-
-# rc script for cflowd
-# Andreas Klemm <andreas@FreeBSD.org>, So 25 Mär 2001 12:46:10 CEST
-# $FreeBSD$
-
-if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then
- echo "$0: Cannot determine the PREFIX" >&2
- exit 1
-fi
-
-case "$1" in
-'start')
- [ -x $PREFIX/sbin/cflowdmux -a -s $PREFIX/etc/cflowd.conf ] \
- && $PREFIX/sbin/cflowdmux $PREFIX/etc/cflowd.conf \
- && echo -n " cflowdmux"
- sleep 2
- [ -x $PREFIX/sbin/cflowd -a -s $PREFIX/etc/cflowd.conf ] \
- && $PREFIX/sbin/cflowd $PREFIX/etc/cflowd.conf \
- && echo -n " cflowd"
- sleep 2
- [ -x $PREFIX/sbin/cfdcollect -a -s $PREFIX/etc/cfdcollect.conf ] \
- && $PREFIX/sbin/cfdcollect $PREFIX/etc/cfdcollect.conf \
- && echo -n " cfdcollect"
- ;;
-
-'stop')
- for i in cfdcollect cflowd cflowdmux
- do
- sleep 2
- killall -15 $i && echo "graceful shutdown of $i"
- done
- ;;
-esac
-
-exit 0
diff --git a/net-mgmt/cflowd/pkg-descr b/net-mgmt/cflowd/pkg-descr
deleted file mode 100644
index 0d330ecd991a..000000000000
--- a/net-mgmt/cflowd/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-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/
diff --git a/net-mgmt/cflowd/pkg-plist b/net-mgmt/cflowd/pkg-plist
deleted file mode 100644
index 60e4ad377a61..000000000000
--- a/net-mgmt/cflowd/pkg-plist
+++ /dev/null
@@ -1,92 +0,0 @@
-bin/cfdases
-bin/cfdifmatrix
-bin/cfdnets
-bin/cfdnexthops
-bin/cfdportmatrix
-bin/cfdprotos
-bin/cfdtos
-bin/flowdump
-bin/flowwatch
-etc/cfdcollect.conf.example
-etc/cflowd.conf.example
-etc/rc.d/cflowd-base.sh.sample
-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
-lib/cflowd/libCfd.a
-lib/cflowd/libCfd.la
-lib/cflowd/libCfd.so
-lib/cflowd/libCfd.so.0
-lib/cflowd/libsnmp++.a
-lib/cflowd/libsnmp++.la
-lib/cflowd/libsnmp++.so
-lib/cflowd/libsnmp++.so.0
-sbin/cfdcollect
-sbin/cflowd
-sbin/cflowdmux
-@dirrm include/cflowd/snmp++
-@dirrm include/cflowd
-@dirrm lib/cflowd
-@unexec /usr/bin/env /sbin/ldconfig -R
-@exec /usr/bin/env /sbin/ldconfig -m %B