mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
While I still use macports I no longer have much time to maintain ports. One day I hope to return.
35 lines
1.5 KiB
Tcl
35 lines
1.5 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup HewlettPackard netperf 2.7.0 netperf-
|
|
revision 2
|
|
categories net
|
|
license Noncommercial BSD BSD-old
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
|
|
description a network performance benchmark
|
|
long_description Netperf is a benchmark that can be used to measure \
|
|
various aspects of networking performance. Currently, \
|
|
its focus is on bulk data transfer and \
|
|
request/response performance using either TCP or UDP, \
|
|
and the Berkeley Sockets interface. In addition, tests \
|
|
for DLPI, the Fore ATM API, Unix Domain Sockets, and \
|
|
HP HiPPI LLA may be conditionally compiled-in.
|
|
|
|
homepage https://hewlettpackard.github.io/netperf/
|
|
github.tarball_from archive
|
|
|
|
patchfiles 40c8a0fb873ac07a95f0c0253b2bd66109aa4c51.diff \
|
|
implicit.patch \
|
|
mach.patch
|
|
|
|
# openmaintainer does not apply to the configure argument. Talk with me before touching them.
|
|
configure.args --enable-demo
|
|
|
|
checksums rmd160 ea5f83cce4bf03884c3c4ed3278146976627af0a \
|
|
sha256 4569bafa4cca3d548eb96a486755af40bd9ceb6ab7c6abd81cc6aa4875007c4e \
|
|
size 1993943
|