diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index c3d7a2b506d3..19bc4d866f4d 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -1,156 +1,157 @@ # $FreeBSD$ # COMMENT = Network management tools SUBDIR += NeTraMet SUBDIR += TkTopNetFlows SUBDIR += aggregate SUBDIR += aguri SUBDIR += airport SUBDIR += angst SUBDIR += annextools SUBDIR += ap-utils SUBDIR += apan SUBDIR += argus SUBDIR += argus-clients SUBDIR += arpscan SUBDIR += arpwatch SUBDIR += arpwatch-devel SUBDIR += arts++ SUBDIR += aspathtree SUBDIR += bandwidthd SUBDIR += bgpq SUBDIR += bigsister SUBDIR += bpft SUBDIR += braa SUBDIR += bsd-airtools SUBDIR += cdpd SUBDIR += cdpr SUBDIR += cfgstoragemk SUBDIR += cflowd SUBDIR += choparp SUBDIR += cidr SUBDIR += cisco_conf SUBDIR += ciscoconf SUBDIR += clog SUBDIR += confregdecode SUBDIR += cricket SUBDIR += darkstat SUBDIR += disco SUBDIR += docsis SUBDIR += driftnet SUBDIR += echolot SUBDIR += ehnt SUBDIR += etherape SUBDIR += ettercap SUBDIR += flow-extract SUBDIR += flow-tools SUBDIR += flowscan SUBDIR += fprobe SUBDIR += gps SUBDIR += icmpmonitor SUBDIR += icmpquery SUBDIR += ifgraph SUBDIR += iftop SUBDIR += iog SUBDIR += ipacctd SUBDIR += ipaudit SUBDIR += ipcad SUBDIR += ipcalc SUBDIR += ipfm SUBDIR += ipv6calc SUBDIR += irrtoolset SUBDIR += isic SUBDIR += junipoll SUBDIR += kismet SUBDIR += knowlan SUBDIR += libsmi SUBDIR += mbrowse SUBDIR += mrtg SUBDIR += nagios SUBDIR += nagios-plugins SUBDIR += nagios-silfreed-plugins SUBDIR += nagios-snmp-plugins SUBDIR += nagiostat SUBDIR += nat SUBDIR += nbtscan SUBDIR += nefu SUBDIR += net-snmp SUBDIR += net-snmp-tkmib SUBDIR += net-snmp4 SUBDIR += netams SUBDIR += netmask SUBDIR += netmond SUBDIR += netqc SUBDIR += netsaint SUBDIR += netsaint-plugins SUBDIR += netspoc SUBDIR += netustad SUBDIR += netwag SUBDIR += netwox SUBDIR += nitpicker SUBDIR += nocol SUBDIR += nrg SUBDIR += nrpe SUBDIR += nrpe2 SUBDIR += nrpep SUBDIR += nsc SUBDIR += nsca SUBDIR += nstreams SUBDIR += openvmps SUBDIR += oproute SUBDIR += p0f SUBDIR += p5-Altoids SUBDIR += p5-Cflow SUBDIR += p5-Mon SUBDIR += p5-Net-CIDR SUBDIR += p5-Net-IP SUBDIR += p5-Net-IPv4Addr SUBDIR += p5-Net-IPv6Addr SUBDIR += p5-Net-Netmask SUBDIR += p5-Net-SNMP SUBDIR += p5-Net-SNMP3 SUBDIR += p5-NetAddr-IP SUBDIR += p5-SNMP SUBDIR += p5-SNMP-Info SUBDIR += p5-SNMP-MIB-Compiler SUBDIR += p5-SNMP-Util SUBDIR += p5-SNMP_Session SUBDIR += p5-Telnet-Cisco SUBDIR += p5-Tie-NetAddr-IP SUBDIR += packit SUBDIR += pancho SUBDIR += php4-snmp SUBDIR += php5-snmp SUBDIR += pixilate SUBDIR += pmacct SUBDIR += portmon + SUBDIR += py-flowtools SUBDIR += py-ipy SUBDIR += py-snmp SUBDIR += rancid SUBDIR += rate SUBDIR += remarp SUBDIR += rotorouter SUBDIR += ruby-snmp SUBDIR += satellite SUBDIR += scdp SUBDIR += scli SUBDIR += scotty3 SUBDIR += sdig SUBDIR += sendip SUBDIR += sing SUBDIR += sipcalc SUBDIR += slate SUBDIR += snmptt SUBDIR += sting SUBDIR += subcalc SUBDIR += sysmon SUBDIR += tas SUBDIR += tcpreplay SUBDIR += trafd SUBDIR += whatmask SUBDIR += wide-dhcp SUBDIR += zabbix .include diff --git a/net-mgmt/py-flowtools/Makefile b/net-mgmt/py-flowtools/Makefile new file mode 100644 index 000000000000..a064bc604f97 --- /dev/null +++ b/net-mgmt/py-flowtools/Makefile @@ -0,0 +1,24 @@ +# Ports collection makefile for: py-flowtools +# Date created: 16 Sep 2004 +# Whom: Roman Bogorodskiy +# +# $FreeBSD$ +# + +PORTNAME= flowtools +PORTVERSION= 0.3 +CATEGORIES= net-mgmt python +MASTER_SITES= http://mail.net.informatik.tu-muenchen.de/~robin/flowtools/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= pyflowtools-${PORTVERSION} + +MAINTAINER= bogorodskiy@inbox.ru +COMMENT= Python extension module for reading flow-tools' data + +BUILD_DEPENDS= ${LOCALBASE}/include/ftlib.h:${PORTSDIR}/net-mgmt/flow-tools + +CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib +USE_PYTHON= yes +USE_PYDISTUTILS= yes + +.include diff --git a/net-mgmt/py-flowtools/distinfo b/net-mgmt/py-flowtools/distinfo new file mode 100644 index 000000000000..3516f88b3c61 --- /dev/null +++ b/net-mgmt/py-flowtools/distinfo @@ -0,0 +1,2 @@ +MD5 (pyflowtools-0.3.tar.gz) = a9268d59812aeb5f34c1d41a6535ef95 +SIZE (pyflowtools-0.3.tar.gz) = 12510 diff --git a/net-mgmt/py-flowtools/pkg-descr b/net-mgmt/py-flowtools/pkg-descr new file mode 100644 index 000000000000..54f31698bf9b --- /dev/null +++ b/net-mgmt/py-flowtools/pkg-descr @@ -0,0 +1,10 @@ +py-flowtools extension module gives you a simple python interface +to NetFlow data as stored by Mark Fullmer's flow-tools package. + +It contains a class FlowSet which reads the data from a given file +(or from standard input). A FlowSet provides an iterator interface +to access the individual flow records as instances of a second +class called Flow. A Flow provides access to its data through +attribute references. + +WWW: http://mail.net.informatik.tu-muenchen.de/~robin/flowtools/ diff --git a/net-mgmt/py-flowtools/pkg-plist b/net-mgmt/py-flowtools/pkg-plist new file mode 100644 index 000000000000..2b03d065a65a --- /dev/null +++ b/net-mgmt/py-flowtools/pkg-plist @@ -0,0 +1 @@ +%%PYTHON_SITELIBDIR%%/flowtools.so