diff options
author | edwin <edwin@FreeBSD.org> | 2004-01-16 09:38:55 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-01-16 09:38:55 +0800 |
commit | a1aef5aca4f18a6e30d3024788b1383e8787d7e7 (patch) | |
tree | 7e0fffa939c3905eb96fcf577e7108637ec1cf07 /benchmarks | |
parent | 8c57d8790a51a3dba246d04103937ce91c2dca5a (diff) | |
download | freebsd-ports-gnome-a1aef5aca4f18a6e30d3024788b1383e8787d7e7.tar.gz freebsd-ports-gnome-a1aef5aca4f18a6e30d3024788b1383e8787d7e7.tar.zst freebsd-ports-gnome-a1aef5aca4f18a6e30d3024788b1383e8787d7e7.zip |
[REPOCOPY WAITING] ports/net/nttcp and ports/net/ttcp appear miscategorized
Julian Elischer suggested a new category "net/benchmarks" because
he believes that too many ports are listed under net/. Checking
into it, I noticed that these two ports are described as
benchmarking programs. In the Porters' Handbook, the net
category is described as "miscellaneous networking software".
The benchmarks category seems more specific so I feel that it
is preferable.
PR: ports/39095
Submitted by: Trevor Johnson <trevor@jpj.net>
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/nttcp/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/ttcp/Makefile | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index bc83e101f4dd..39c33fe756c1 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -13,6 +13,7 @@ SUBDIR += nbench SUBDIR += netperf SUBDIR += netpipe + SUBDIR += nttcp SUBDIR += pipebench SUBDIR += polygraph SUBDIR += postal @@ -25,6 +26,7 @@ SUBDIR += stream SUBDIR += tcpblast SUBDIR += tmetric + SUBDIR += ttcp SUBDIR += ubench SUBDIR += webbench SUBDIR += xengine diff --git a/benchmarks/nttcp/Makefile b/benchmarks/nttcp/Makefile index 3b5ee3b308ef..8ceb19ce5dfb 100644 --- a/benchmarks/nttcp/Makefile +++ b/benchmarks/nttcp/Makefile @@ -7,7 +7,7 @@ PORTNAME= nttcp PORTVERSION= 1.47 -CATEGORIES= net benchmarks +CATEGORIES= benchmarks net MASTER_SITES= http://www.leo.org/~bartel/nttcp/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= billf diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile index 39d86ec414ae..d362670b3f8e 100644 --- a/benchmarks/ttcp/Makefile +++ b/benchmarks/ttcp/Makefile @@ -7,7 +7,7 @@ PORTNAME= ttcp PORTVERSION= 1.12 -CATEGORIES= net benchmarks +CATEGORIES= benchmarks net MASTER_SITES= ftp://ftp.sgi.com/sgi/src/ttcp/ DISTFILES= ttcp.c ttcp.1 README |