mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
New port: net/netstrain-3.0
A TCP preformance checking tool which also supports IPv6. PR: 54328 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> Approved by: fjoe (mentor)
This commit is contained in:
parent
2c2bcbab31
commit
41405efa6c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85430
@ -371,6 +371,7 @@
|
||||
SUBDIR += netsed
|
||||
SUBDIR += netspeed_applet
|
||||
SUBDIR += netspoc
|
||||
SUBDIR += netstrain
|
||||
SUBDIR += nettest
|
||||
SUBDIR += ngrep
|
||||
SUBDIR += ngrep-lib
|
||||
|
29
net/netstrain/Makefile
Normal file
29
net/netstrain/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: netstrain
|
||||
# Date created: 10 July 2003
|
||||
# Whom: Janos.Mohacsi@bsd.hu
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= netstrain
|
||||
PORTVERSION= 3.0
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= Janos.Mohacsi@bsd.hu
|
||||
COMMENT= Tool to measure practical TCP throughput between two machines
|
||||
|
||||
DOC_FILES= README
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/netstrain ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/netstraind ${PREFIX}/bin
|
||||
.ifndef(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for i in ${DOC_FILES}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/netstrain/distinfo
Normal file
1
net/netstrain/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (netstrain-3.0.tar.gz) = ce04b79ae18c5143991ace8661baadcf
|
13
net/netstrain/files/patch-Makefile
Normal file
13
net/netstrain/files/patch-Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
--- Makefile.orig Tue Jul 22 21:21:57 2003
|
||||
+++ Makefile Tue Jul 22 21:22:04 2003
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
# variables
|
||||
|
||||
-CC = gcc
|
||||
-CFLAGS = -Wall -O2
|
||||
+CC ?= gcc
|
||||
+CFLAGS ?= -Wall -O2
|
||||
|
||||
COMMON_OBJS = error.o net6emu.o
|
||||
|
6
net/netstrain/pkg-descr
Normal file
6
net/netstrain/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
NetStrain is a tool to measure practical data throughput between two machines
|
||||
over a TCP connection. It can be used for performance testing,
|
||||
stress/stability testing and to demonstrate various network effects. It
|
||||
supports both IPv4 and IPv6, provided the underlying system does.
|
||||
|
||||
WWW: http://netstrain.sourceforge.net/
|
4
net/netstrain/pkg-plist
Normal file
4
net/netstrain/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/netstrain
|
||||
bin/netstraind
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user