mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
52 lines
1.9 KiB
Tcl
52 lines
1.9 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 makefile 1.0
|
|
|
|
name ttcp
|
|
version 1.10
|
|
revision 1
|
|
checksums ttcp.c \
|
|
rmd160 99e8f596134eec2077989fd7205648187716e016 \
|
|
sha256 e630a95788efacfee226dff3550e58ed908987ef96817efc8ad4862657a60c3b \
|
|
size 19170 \
|
|
ttcp.1 \
|
|
rmd160 4820c2b9c058a430030a774dcf012d41c8e6ec8c \
|
|
sha256 edb5dbc156c06584d7a73b6ffdb0049dca1b819f0c79aa2289005d60acaddbc9 \
|
|
size 3885 \
|
|
README \
|
|
rmd160 0552eb0f8c2c545cce32a5b0b67cf8b592bd7bfb \
|
|
sha256 a5c033bcfdcbca3cfe82c36b8c82d8b25d7bc1968a5a664f61052bfe31a1a531 \
|
|
size 781
|
|
|
|
categories net
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
license public-domain
|
|
|
|
description Benchmarking tool for analysing TCP and UDP performance
|
|
|
|
long_description TTCP is a benchmarking tool for determining TCP \
|
|
and UDP performance between 2 systems. \
|
|
\
|
|
The program was created at the US Army Ballistics \
|
|
Research Lab (BRL) and is in the public domain. \
|
|
Feel free to distribute this program but please do \
|
|
leave the credit notices in the source and man \
|
|
page intact.
|
|
|
|
homepage https://en.wikipedia.org/wiki/Ttcp
|
|
master_sites ftp://ftp.sgi.com/sgi/src/ttcp/
|
|
distfiles ttcp.c ttcp.1 README
|
|
|
|
extract.mkdir yes
|
|
extract.cmd cp
|
|
extract.pre_args
|
|
extract.post_args .
|
|
|
|
patchfiles implicit.patch
|
|
|
|
build.args -f ${filespath}/Makefile
|
|
|
|
destroot.args {*}${build.args}
|