Index: head/benchmarks/iperf/Makefile =================================================================== --- head/benchmarks/iperf/Makefile (revision 514128) +++ head/benchmarks/iperf/Makefile (revision 514129) @@ -1,32 +1,31 @@ # Created by: Pete Fritchman # $FreeBSD$ PORTNAME= iperf PORTVERSION= 2.0.13 CATEGORIES= benchmarks MASTER_SITES= SF/${PORTNAME}2 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Tool to measure maximum TCP and UDP bandwidth LICENSE= BSD2CLAUSE OPTIONS_DEFINE= DOCS IPV6 THREADS OPTIONS_DEFAULT=THREADS GNU_CONFIGURE= yes PLIST_FILES= bin/iperf \ man/man1/iperf.1.gz PORTDOCS= * -IPV6_CATEGORIES= ipv6 IPV6_CONFIGURE_ENABLE= ipv6 THREADS_CONFIGURE_ENABLE= threads THREADS_LDFLAGS= -lpthread post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} README doc/*.gif doc/*.html ${STAGEDIR}${DOCSDIR}/ .include Index: head/benchmarks/iperf3/Makefile =================================================================== --- head/benchmarks/iperf3/Makefile (revision 514128) +++ head/benchmarks/iperf3/Makefile (revision 514129) @@ -1,37 +1,37 @@ # Created by: Bruce A. Mah # $FreeBSD$ PORTNAME= iperf PORTVERSION= 3.7 -CATEGORIES= benchmarks ipv6 +CATEGORIES= benchmarks MASTER_SITES= https://downloads.es.net/pub/iperf/ PKGNAMESUFFIX= 3 MAINTAINER= bmah@FreeBSD.org COMMENT= Improved tool to measure TCP and UDP bandwidth LICENSE= BSD3CLAUSE MIT LICENSE_COMB= multi GNU_CONFIGURE= yes USES= libtool ssl USE_LDCONFIG= yes PORTDOCS= README.md RELNOTES.md # Set ${DOCSDIR} to avoid conflict with benchmarks/iperf ${DOCSDIR} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS post-patch: # Don't build stuff that we're not going to install. Among other # things this means we're not going to try to build profiled objects # and/or executables. @${REINPLACE_CMD} -e '/^PROGRAMS /s/\$$(noinst_PROGRAMS)//' ${WRKSRC}/src/Makefile.in post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .include Index: head/benchmarks/netio/Makefile =================================================================== --- head/benchmarks/netio/Makefile (revision 514128) +++ head/benchmarks/netio/Makefile (revision 514129) @@ -1,42 +1,42 @@ # Created by: arved # $FreeBSD$ PORTNAME= netio PORTVERSION= 1.33 -CATEGORIES= benchmarks net ipv6 +CATEGORIES= benchmarks net MASTER_SITES= http://www.ars.de/ \ LOCAL/arved DISTNAME= netio133 MAINTAINER= arved@FreeBSD.org COMMENT= Network benchmark USES= dos2unix gmake zip LICENSE_PERMS=no-pkg-mirror RESTRICTED= Usage permitted for non-commercial purposes only NO_CDROM= Sale for profit is not permitted DOS2UNIX_FILES= Makefile netio.c NO_WRKSUBDIR= yes PLIST_FILES= bin/netio CFLAGS+= -DUNIX -DSOCKLEN_T LIBS+= -pthread MAKE_ENV= OUT=-o OPTIONS_DEFINE= IPV6 IPV6_PLIST_FILES= bin/netio6 do-build: @(cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} O=.o CFLAGS="${CFLAGS}" ${MAKE_CMD} all) do-build-IPV6-on: @(cd ${WRKSRC} && \ ${MAKE_ENV} O=.6o X=6 CFLAGS="${CFLAGS} -DUSE_IPV6" ${MAKE_CMD} all) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/netio ${STAGEDIR}${PREFIX}/bin do-install-IPV6-on: ${INSTALL_PROGRAM} ${WRKSRC}/netio6 ${STAGEDIR}${PREFIX}/bin .include Index: head/benchmarks/netperf/Makefile =================================================================== --- head/benchmarks/netperf/Makefile (revision 514128) +++ head/benchmarks/netperf/Makefile (revision 514129) @@ -1,58 +1,58 @@ # Created by: koshy # $FreeBSD$ PORTNAME= netperf PORTVERSION= 2.7.1.p20170921 PORTREVISION= 1 -CATEGORIES= benchmarks ipv6 +CATEGORIES= benchmarks MAINTAINER= marius@FreeBSD.org COMMENT= Network performance benchmarking package USE_GITHUB= yes GH_ACCOUNT= HewlettPackard #GH_TAGNAME= ${PORTNAME}-${PORTVERSION} GH_TAGNAME= d566775bf OPTIONS_DEFINE= EXAMPLES EXS HISTOGRAM INFO OMNI SCTP SOCKETS OPTIONS_DEFAULT= ${OPTIONS_DEFINE} EXS_DESC= Enable ICSC async socket support HISTOGRAM_DESC= Enable histogram output INFO_DESC= Enable installation of info documentation OMNI_DESC= Enable OMNI tests (disable for aio(4) support) SCTP_DESC= Enable SCTP support SOCKETS_DESC= Enable Unix Domain socket support USE_CSTD= gnu89 GNU_CONFIGURE= yes CONFIGURE_ENV= "transform=" CONFIGURE_ARGS= --program-prefix="" --program-suffix="" --enable-dirty \ --enable-demo --enable-burst --enable-intervals INFO_INFO= netperf EXS_CONFIGURE_ENABLE= exs HISTOGRAM_CONFIGURE_ENABLE= histogram OMNI_CONFIGURE_ENABLE= omni SCTP_CONFIGURE_ENABLE= sctp SOCKETS_CONFIGURE_ENABLE= unixdomain SCRIPTS= arr_script bloat.sh find_max_burst.sh packet_byte_script \ remote_hosts runemomni.sh runemomniagg2.sh runemomniaggdemo.sh \ sctp_stream_script snapshot_script tcp_range_script \ tcp_rr_script tcp_stream_script udp_rr_script \ udp_stream_script post-patch: .for i in ${SCRIPTS} @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/doc/examples/$i .endfor post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for i in ${SCRIPTS} ${INSTALL_SCRIPT} ${WRKSRC}/doc/examples/$i ${STAGEDIR}${EXAMPLESDIR} .endfor .include Index: head/benchmarks/tcpblast/Makefile =================================================================== --- head/benchmarks/tcpblast/Makefile (revision 514128) +++ head/benchmarks/tcpblast/Makefile (revision 514129) @@ -1,24 +1,24 @@ # Created by: mr # $FreeBSD$ PORTNAME= tcpblast PORTVERSION= 1.1 PORTREVISION= 1 -CATEGORIES= benchmarks net ipv6 +CATEGORIES= benchmarks net MASTER_SITES= # none DISTFILES= # none MAINTAINER= ports@FreeBSD.org COMMENT= Measures the throughput of a TCP connection NO_WRKSUBDIR= yes PLIST_FILES= bin/tcpblast do-build: ${CC} ${CFLAGS} ${FILESDIR}/${PORTNAME}.c -o ${WRKDIR}/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include Index: head/benchmarks/thrulay/Makefile =================================================================== --- head/benchmarks/thrulay/Makefile (revision 514128) +++ head/benchmarks/thrulay/Makefile (revision 514129) @@ -1,37 +1,37 @@ # Created by: shalunov # $FreeBSD$ PORTNAME= thrulay PORTVERSION= 0.9 PORTREVISION= 1 -CATEGORIES= benchmarks net ipv6 +CATEGORIES= benchmarks net MASTER_SITES= SF \ http://www.internet2.edu/~shalunov/thrulay/ MAINTAINER= shalunov@shlang.com COMMENT= Network capacity tester GNU_CONFIGURE= yes USES= gmake libtool USE_LDCONFIG= yes USE_RC_SUBR= thrulayd SUB_FILES= thrulayd MAKE_JOBS_UNSAFE= yes PORTDOCS= ChangeLog README thrulay-protocol.txt thrulay-index.html OPTIONS_DEFINE= DOCS post-patch: ${REINPLACE_CMD} -e '922s,datarootdir,prefix,g' ${WRKSRC}/configure post-extract: @${CP} ${WRKSRC}/doc/*.[ht]* ${WRKSRC}/ post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for docs in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR} .endfor .include