diff options
author | danfe <danfe@FreeBSD.org> | 2014-08-25 19:13:11 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-08-25 19:13:11 +0800 |
commit | 4b52675aa45a073ff1a77f902bf60dc2c99fa89e (patch) | |
tree | 36393afb95ff18797662511f4e72467d41d713fb /benchmarks | |
parent | 8cc500400aea4049c492618f12f57dfa7863ac70 (diff) | |
download | freebsd-ports-gnome-4b52675aa45a073ff1a77f902bf60dc2c99fa89e.tar.gz freebsd-ports-gnome-4b52675aa45a073ff1a77f902bf60dc2c99fa89e.tar.zst freebsd-ports-gnome-4b52675aa45a073ff1a77f902bf60dc2c99fa89e.zip |
Define LICENSE (GPLv2); reformat pkg-descr and kill bogus EOL whitespace.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/dkftpbench/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/dkftpbench/pkg-descr | 15 |
2 files changed, 10 insertions, 7 deletions
diff --git a/benchmarks/dkftpbench/Makefile b/benchmarks/dkftpbench/Makefile index 072037ac9f5e..a8aaf1662e87 100644 --- a/benchmarks/dkftpbench/Makefile +++ b/benchmarks/dkftpbench/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://www.kegel.com/dkftpbench/ MAINTAINER= novel@FreeBSD.org COMMENT= FTP benchmark program +LICENSE= GPLv2 + GNU_CONFIGURE= yes USE_AUTOTOOLS= automake14 autoconf diff --git a/benchmarks/dkftpbench/pkg-descr b/benchmarks/dkftpbench/pkg-descr index 395f2192f297..d64359398494 100644 --- a/benchmarks/dkftpbench/pkg-descr +++ b/benchmarks/dkftpbench/pkg-descr @@ -1,8 +1,9 @@ -dkftpbench is an FTP benchmark program inspired by SPECweb99. The result of the -benchmark is a number-of-simultaneous-users rating; after running the benchmark -properly, you have a good idea how many simultaneous dialup clients a server -can support. The target bandwidth per client is set at 28.8 kilobits/second to -model dialup users; this is important for servers on the real Internet, which -often serve thousands of clients on only 10 MBits/sec of bandwidth. +dkftpbench is an FTP benchmark program inspired by SPECweb99. The result of +the benchmark is a number-of-simultaneous-users rating; after running the +benchmark properly, you have a good idea how many simultaneous dialup clients +a server can support. The target bandwidth per client is set at 28.8 +kilobits/second to model dialup users; this is important for servers on the +real Internet, which often serve thousands of clients on only 10 MBits/sec of +bandwidth. -WWW: http://www.kegel.com/dkftpbench/ +WWW: http://www.kegel.com/dkftpbench/ |