git: 1d00024ab53d - main - benchmarks/ttcp: Deprecate and set expiration date to 2024-02-29
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Jan 2024 08:54:56 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=1d00024ab53dd2dc0561bb37844020ff3d050c54 commit 1d00024ab53dd2dc0561bb37844020ff3d050c54 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-01-06 08:21:02 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-01-06 08:54:13 +0000 benchmarks/ttcp: Deprecate and set expiration date to 2024-02-29 Unmaintained for 20 years with various patches scattered around the web to keep it working. Redirect users to benchmarks/iperf3 or benchmarks/nttcp and while at it return to pool. Approved by: portmgr --- benchmarks/ttcp/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile index 627e98de94e7..1d991dffaff3 100644 --- a/benchmarks/ttcp/Makefile +++ b/benchmarks/ttcp/Makefile @@ -7,13 +7,15 @@ DISTFILES= ttcp.c ttcp.1 README DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= # none -MAINTAINER= portmaster@BSDforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= Benchmarking tool for analysing TCP and UDP performance WWW= https://ftp.arl.army.mil/~mike/ttcp.html LICENSE= PD BROKEN= Unfetchable +DEPRECATED= Abandonware, no release in over 20 years. Consider using benchmarks/iperf3 or benchmarks/nttcp +EXPIRATION_DATE=2024-02-29 NO_WRKSUBDIR= yes