- Update to 4.0
- Submitter is now maintainer - remove files/patch-configure PR: ports/150071 Submitted by: Julien Laffaye <kimelto _at_ gmail.com> Approved by: tabthorpe (co-mentor)
This commit is contained in:
@@ -6,18 +6,26 @@
|
||||
#
|
||||
|
||||
PORTNAME= dbench
|
||||
PORTVERSION= 3.04
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 4.0
|
||||
CATEGORIES= benchmarks
|
||||
MASTER_SITES= http://samba.org/ftp/tridge/dbench/
|
||||
MASTER_SITES= SAMBA
|
||||
MASTER_SITE_SUBDIR= ../../ftp/tridge/dbench
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= kimelto@gmail.com
|
||||
COMMENT= A simulation of the Ziff-Davis netbench benchmark
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
LIB_DEPENDS= popt:${PORTSDIR}/devel/popt
|
||||
|
||||
MAN1= dbench.1
|
||||
MLINKS= dbench.1 tbench.1 dbench.1 tbench_srv.1
|
||||
LICENSE= GPLv3
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
USE_AUTOTOOLS= autoconf:262
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS+=--datadir=${DATADIR}
|
||||
|
||||
MAN1= dbench.1
|
||||
MLINKS= dbench.1 tbench.1 dbench.1 tbench_srv.1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,$$(mandir),$$(mandir)/man1,' \
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (dbench-3.04.tar.gz) = efd0c958da79c1cd941ecd3f63e637ae
|
||||
SHA256 (dbench-3.04.tar.gz) = 055e411081ae25fd358dd0f4c1547ee1bd7429bea0f1fad9156a50a09ddd668b
|
||||
SIZE (dbench-3.04.tar.gz) = 2078197
|
||||
MD5 (dbench-4.0.tar.gz) = 1fe56ff71b9a416f8889d7150ac54da4
|
||||
SHA256 (dbench-4.0.tar.gz) = 6001893f34e68a3cfeb5d424e1f2bfef005df96a22d86f35dc770c5bccf3aa8a
|
||||
SIZE (dbench-4.0.tar.gz) = 2055359
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
--- configure.orig Wed Jan 12 23:04:18 2005
|
||||
+++ configure Tue Feb 27 08:31:28 2007
|
||||
@@ -339,7 +339,7 @@
|
||||
bindir='${exec_prefix}/bin'
|
||||
sbindir='${exec_prefix}/sbin'
|
||||
libexecdir='${exec_prefix}/libexec'
|
||||
-datadir='${prefix}/share'
|
||||
+datadir='${prefix}/share/dbench'
|
||||
sysconfdir='${prefix}/etc'
|
||||
sharedstatedir='${prefix}/com'
|
||||
localstatedir='${prefix}/var'
|
||||
@@ -2,3 +2,5 @@ Dbench is a filesystem benchmark that generates load patterns similar to those
|
||||
of the commercial Netbench benchmark, but without requiring a lab of Windows
|
||||
load generators to run. It is now considered a de-facto standard for generating
|
||||
load on the Linux VFS.
|
||||
|
||||
WWW: http://dbench.samba.org/
|
||||
|
||||
@@ -2,4 +2,4 @@ bin/dbench
|
||||
bin/tbench
|
||||
bin/tbench_srv
|
||||
%%DATADIR%%/client.txt
|
||||
@dirrm share/dbench
|
||||
@dirrm %%DATADIR%%
|
||||
|
||||
Reference in New Issue
Block a user