aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/ttcp
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/ttcp')
-rw-r--r--benchmarks/ttcp/Makefile34
-rw-r--r--benchmarks/ttcp/distinfo3
-rw-r--r--benchmarks/ttcp/pkg-comment1
-rw-r--r--benchmarks/ttcp/pkg-descr14
-rw-r--r--benchmarks/ttcp/pkg-plist3
5 files changed, 0 insertions, 55 deletions
diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile
deleted file mode 100644
index 8b531fa1beb9..000000000000
--- a/benchmarks/ttcp/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: ttcp
-# Version required: 1.12
-# Date created: Tue Jun 1 22:58:13 PDT 1999
-# Whom: mharo@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-DISTNAME= ttcp-1.12
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.sgi.com/sgi/src/ttcp/
-DISTFILES= ttcp.c ttcp.1 README
-
-MAINTAINER= mharo@FreeBSD.org
-
-EXTRACT_ONLY= #none
-NO_WRKSUBDIR= yes
-MAN1= ttcp.1
-
-post-extract:
- ${CP} ${DISTDIR}/ttcp.c ${WRKSRC}/
- ${CP} ${DISTDIR}/ttcp.1 ${WRKSRC}/
- ${CP} ${DISTDIR}/README ${WRKSRC}/
-
-do-build:
- ${CC} ${CFLAGS} -o ${WRKSRC}/ttcp ${WRKSRC}/ttcp.c
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ttcp ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/ttcp.1 ${PREFIX}/man/man1
- ${MKDIR} ${PREFIX}/share/doc/ttcp
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ttcp/
-
-.include <bsd.port.mk>
diff --git a/benchmarks/ttcp/distinfo b/benchmarks/ttcp/distinfo
deleted file mode 100644
index 980bbb75dedb..000000000000
--- a/benchmarks/ttcp/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (ttcp.c) = 3d1b75f6116cc246a4def9788ce58c26
-MD5 (ttcp.1) = 01d3a511a05dc8a0669f30c15ebaae82
-MD5 (README) = 6b1e5ff6247a9f284f3b58eb651b37a9
diff --git a/benchmarks/ttcp/pkg-comment b/benchmarks/ttcp/pkg-comment
deleted file mode 100644
index 764ed03d460c..000000000000
--- a/benchmarks/ttcp/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Benchmarking tool for analysing TCP and UDP performance
diff --git a/benchmarks/ttcp/pkg-descr b/benchmarks/ttcp/pkg-descr
deleted file mode 100644
index a90ba3f06dd1..000000000000
--- a/benchmarks/ttcp/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-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.
-
-How to get TCP performance numbers:
-
- receiver sender
-
-host1% ttcp -r -s host2% ttcp -t -s host1
-
--n and -l options change the number and size of the buffers.
diff --git a/benchmarks/ttcp/pkg-plist b/benchmarks/ttcp/pkg-plist
deleted file mode 100644
index 5d2266f36ebd..000000000000
--- a/benchmarks/ttcp/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/ttcp
-share/doc/ttcp/README
-@dirrm share/doc/ttcp