Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Aug 2014 11:13:11 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366064 - head/benchmarks/dkftpbench
Message-ID:  <201408251113.s7PBDBps029753@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Mon Aug 25 11:13:11 2014
New Revision: 366064
URL: http://svnweb.freebsd.org/changeset/ports/366064
QAT: https://qat.redports.org/buildarchive/r366064/

Log:
  Define LICENSE (GPLv2); reformat pkg-descr and kill bogus EOL whitespace.

Modified:
  head/benchmarks/dkftpbench/Makefile
  head/benchmarks/dkftpbench/pkg-descr

Modified: head/benchmarks/dkftpbench/Makefile
==============================================================================
--- head/benchmarks/dkftpbench/Makefile	Mon Aug 25 11:10:03 2014	(r366063)
+++ head/benchmarks/dkftpbench/Makefile	Mon Aug 25 11:13:11 2014	(r366064)
@@ -10,6 +10,8 @@ MASTER_SITES=	http://www.kegel.com/dkftp
 MAINTAINER=	novel@FreeBSD.org
 COMMENT=	FTP benchmark program
 
+LICENSE=	GPLv2
+
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	automake14 autoconf
 

Modified: head/benchmarks/dkftpbench/pkg-descr
==============================================================================
--- head/benchmarks/dkftpbench/pkg-descr	Mon Aug 25 11:10:03 2014	(r366063)
+++ head/benchmarks/dkftpbench/pkg-descr	Mon Aug 25 11:13:11 2014	(r366064)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408251113.s7PBDBps029753>