1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

New port: net/flent:

Flent is a Python wrapper to run multiple simultaneous netperf/iperf/ping
instances and aggregate the results. It was previously known as
'netperf-wrapper'.

WWW: https://flent.org
This commit is contained in:
Ryan Steinmetz 2018-10-22 15:34:55 +00:00
parent 89bcd41ec2
commit a483159515
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482747
4 changed files with 42 additions and 0 deletions

View File

@ -147,6 +147,7 @@
SUBDIR += fiche
SUBDIR += file2pcap
SUBDIR += findmtu
SUBDIR += flent
SUBDIR += flower
SUBDIR += flowgrep
SUBDIR += fonulator

33
net/flent/Makefile Normal file
View File

@ -0,0 +1,33 @@
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= flent
PORTVERSION= 1.2.2
DISTVERSIONPREFIX= v
CATEGORIES= net
MASTER_SITES= GH \
ZI
MAINTAINER= zi@FreeBSD.org
COMMENT= FLExible Network Tester
LICENSE= GPLv3
RUN_DEPENDS= fping>0:net/fping \
iperf>0:benchmarks/iperf \
netperf>0:benchmarks/netperf
USES= desktop-file-utils python:2.7 shared-mime-info
USE_PYTHON= distutils autoplist
USE_GITHUB= yes
GH_ACCOUNT= tohojo
NO_ARCH= yes
OPTIONS_DEFINE= MATPLOT
MATPLOT_DESC= Plot results using matplotlib (requires X)
MATPLOT_RUN_DEPENDS= py-matplotlib>0:math/py-matplotlib
.include <bsd.port.options.mk>
.include <bsd.port.mk>

3
net/flent/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1540220792
SHA256 (tohojo-flent-v1.2.2_GH0.tar.gz) = 554bb1b5329cd39113cbb34445765ca6868dbf033aa64832d957d4a09d56adc7
SIZE (tohojo-flent-v1.2.2_GH0.tar.gz) = 2877455

5
net/flent/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
Flent is a Python wrapper to run multiple simultaneous netperf/iperf/ping
instances and aggregate the results. It was previously known as
'netperf-wrapper'.
WWW: https://flent.org