1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +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:
Pav Lucistnik 2004-10-15 16:41:49 +00:00
parent 3a4ddcc5fc
commit 74b5529974
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119514
5 changed files with 38 additions and 0 deletions

View File

@ -126,6 +126,7 @@
SUBDIR += pixilate
SUBDIR += pmacct
SUBDIR += portmon
SUBDIR += py-flowtools
SUBDIR += py-ipy
SUBDIR += py-snmp
SUBDIR += rancid

View 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>

View File

@ -0,0 +1,2 @@
MD5 (pyflowtools-0.3.tar.gz) = a9268d59812aeb5f34c1d41a6535ef95
SIZE (pyflowtools-0.3.tar.gz) = 12510

View 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/

View File

@ -0,0 +1 @@
%%PYTHON_SITELIBDIR%%/flowtools.so