mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Add py-flowtools, an extension module gives you a simple python interface
to NetFlow data as stored by Mark Fullmer's flow-tools package. PR: ports/72684 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
This commit is contained in:
parent
3a4ddcc5fc
commit
74b5529974
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119514
@ -126,6 +126,7 @@
|
||||
SUBDIR += pixilate
|
||||
SUBDIR += pmacct
|
||||
SUBDIR += portmon
|
||||
SUBDIR += py-flowtools
|
||||
SUBDIR += py-ipy
|
||||
SUBDIR += py-snmp
|
||||
SUBDIR += rancid
|
||||
|
24
net-mgmt/py-flowtools/Makefile
Normal file
24
net-mgmt/py-flowtools/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# Ports collection makefile for: py-flowtools
|
||||
# Date created: 16 Sep 2004
|
||||
# Whom: Roman Bogorodskiy <bogorodskiy@inbox.ru>
|
||||
#
|
||||
# $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 <bsd.port.mk>
|
2
net-mgmt/py-flowtools/distinfo
Normal file
2
net-mgmt/py-flowtools/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (pyflowtools-0.3.tar.gz) = a9268d59812aeb5f34c1d41a6535ef95
|
||||
SIZE (pyflowtools-0.3.tar.gz) = 12510
|
10
net-mgmt/py-flowtools/pkg-descr
Normal file
10
net-mgmt/py-flowtools/pkg-descr
Normal file
@ -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/
|
1
net-mgmt/py-flowtools/pkg-plist
Normal file
1
net-mgmt/py-flowtools/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
%%PYTHON_SITELIBDIR%%/flowtools.so
|
Loading…
Reference in New Issue
Block a user