ports/144901: [new port] net-mgmt/py-flowtools-ng

Max Arnold lwarxx at gmail.com
Sat Mar 20 11:30:01 UTC 2010


>Number:         144901
>Category:       ports
>Synopsis:       [new port] net-mgmt/py-flowtools-ng
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 20 11:30:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Max Arnold
>Release:        7.2
>Organization:
>Environment:
>Description:
This is a port for python flow-tools module. The old one seems to be unmaintained, and the new fork is located here: http://code.google.com/p/pyflowtools/
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	.
#	./distinfo
#	./pkg-descr
#	./Makefile
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'aec8793adfd5b7c3f00e62ae41a09ac2'
XMD5 (pyflowtools-0.3.4.tar.gz) = 23588ab1a707d7e7d165c8191f1ae4c1
XSHA256 (pyflowtools-0.3.4.tar.gz) = f65349b3c2ae11e8144b6ba015213cf094cb3809e48f8505818ece7390b9df22
XSIZE (pyflowtools-0.3.4.tar.gz) = 15388
aec8793adfd5b7c3f00e62ae41a09ac2
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << '0e313719ff012ceaf97a028d51caa8f5'
Xpy-flowtools extension module gives you a simple python interface 
Xto NetFlow data as stored by Mark Fullmer's flow-tools package.
X
XIt contains a class FlowSet which reads the data from a given file
X(or from standard input). A FlowSet provides an iterator interface
Xto access the individual flow records as instances of a second
Xclass called Flow. A Flow provides access to its data through
Xattribute references.
X
XWWW:	http://code.google.com/p/pyflowtools/
XWWW:	http://mail.net.informatik.tu-muenchen.de/~robin/flowtools/
0e313719ff012ceaf97a028d51caa8f5
echo x - ./Makefile
sed 's/^X//' >./Makefile << '464ef7c6571951809b23e262cbe26e19'
X# Ports collection makefile for:	py-flowtools-ng
X# Date created:				05 Feb 2009
X# Whom:	      				Max Arnold <lwarxx at gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	flowtools-ng
XPORTVERSION=	0.3.4
XCATEGORIES=	net-mgmt python
XMASTER_SITES=	http://pyflowtools.googlecode.com/files/
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
XDISTNAME=	pyflowtools-${PORTVERSION}
X
XMAINTAINER=	@FreeBSD.org
XCOMMENT=	Python extension module for reading flow-tools' data
X
XBUILD_DEPENDS=	${LOCALBASE}/include/ftlib.h:${PORTSDIR}/net-mgmt/flow-tools-ng
X
XPLIST_FILES=	%%PYTHON_SITELIBDIR%%/flowtools.so
X
XCFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=	yes
XPYDISTUTILS_PKGNAME=	pyflowtools
X
X.include <bsd.port.mk>
464ef7c6571951809b23e262cbe26e19
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list