Date: Mon, 22 Oct 2018 15:34:56 +0000 (UTC) From: Ryan Steinmetz <zi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482747 - in head/net: . flent Message-ID: <201810221534.w9MFYuXc043817@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zi Date: Mon Oct 22 15:34:55 2018 New Revision: 482747 URL: https://svnweb.freebsd.org/changeset/ports/482747 Log: 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 Added: head/net/flent/ head/net/flent/Makefile (contents, props changed) head/net/flent/distinfo (contents, props changed) head/net/flent/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Oct 22 14:04:03 2018 (r482746) +++ head/net/Makefile Mon Oct 22 15:34:55 2018 (r482747) @@ -147,6 +147,7 @@ SUBDIR += fiche SUBDIR += file2pcap SUBDIR += findmtu + SUBDIR += flent SUBDIR += flower SUBDIR += flowgrep SUBDIR += fonulator Added: head/net/flent/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/flent/Makefile Mon Oct 22 15:34:55 2018 (r482747) @@ -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> Added: head/net/flent/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/flent/distinfo Mon Oct 22 15:34:55 2018 (r482747) @@ -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 Added: head/net/flent/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/flent/pkg-descr Mon Oct 22 15:34:55 2018 (r482747) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810221534.w9MFYuXc043817>