View | Details | Raw Unified | Return to bug 150071
Collapse All | Expand All

(-)/usr/ports/benchmarks/dbench/Makefile (-5 / +12 lines)
Lines 6-23 Link Here
6
#
6
#
7
7
8
PORTNAME=	dbench
8
PORTNAME=	dbench
9
PORTVERSION=	3.04
9
PORTVERSION=	4.0
10
PORTREVISION=	2
11
CATEGORIES=	benchmarks
10
CATEGORIES=	benchmarks
12
MASTER_SITES=	http://samba.org/ftp/tridge/dbench/
11
MASTER_SITES=	http://samba.org/ftp/tridge/dbench/
13
12
14
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	kimelto@gmail.com
15
COMMENT=	A simulation of the Ziff-Davis netbench benchmark
14
COMMENT=	A simulation of the Ziff-Davis netbench benchmark
16
15
16
LIB_DEPENDS=	popt:${PORTSDIR}/devel/popt
17
18
LICENSE=	GPLv3
19
20
CFLAGS+=	-I${LOCALBASE}/include
21
USE_AUTOTOOLS=	autoconf:262
17
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
23
CONFIGURE_ENV+=	LIBS="-L${LOCALBASE}/lib"
24
CONFIGURE_ARGS+=--datadir=${DATADIR}
18
25
19
MAN1=	dbench.1
26
MAN1=		dbench.1
20
MLINKS=	dbench.1 tbench.1 dbench.1 tbench_srv.1
27
MLINKS=		dbench.1 tbench.1 dbench.1 tbench_srv.1
21
28
22
post-patch:
29
post-patch:
23
	@${REINPLACE_CMD} -e 's,$$(mandir),$$(mandir)/man1,' \
30
	@${REINPLACE_CMD} -e 's,$$(mandir),$$(mandir)/man1,' \
(-)/usr/ports/benchmarks/dbench/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (dbench-3.04.tar.gz) = efd0c958da79c1cd941ecd3f63e637ae
1
MD5 (dbench-4.0.tar.gz) = 1fe56ff71b9a416f8889d7150ac54da4
2
SHA256 (dbench-3.04.tar.gz) = 055e411081ae25fd358dd0f4c1547ee1bd7429bea0f1fad9156a50a09ddd668b
2
SHA256 (dbench-4.0.tar.gz) = 6001893f34e68a3cfeb5d424e1f2bfef005df96a22d86f35dc770c5bccf3aa8a
3
SIZE (dbench-3.04.tar.gz) = 2078197
3
SIZE (dbench-4.0.tar.gz) = 2055359
(-)/usr/ports/benchmarks/dbench/files/patch-configure (-11 lines)
Lines 1-11 Link Here
1
--- configure.orig	Wed Jan 12 23:04:18 2005
2
+++ configure	Tue Feb 27 08:31:28 2007
3
@@ -339,7 +339,7 @@
4
 bindir='${exec_prefix}/bin'
5
 sbindir='${exec_prefix}/sbin'
6
 libexecdir='${exec_prefix}/libexec'
7
-datadir='${prefix}/share'
8
+datadir='${prefix}/share/dbench'
9
 sysconfdir='${prefix}/etc'
10
 sharedstatedir='${prefix}/com'
11
 localstatedir='${prefix}/var'
(-)/usr/ports/benchmarks/dbench/pkg-descr (+2 lines)
Lines 2-4 Link Here
2
of the commercial Netbench benchmark, but without requiring a lab of Windows
2
of the commercial Netbench benchmark, but without requiring a lab of Windows
3
load generators to run. It is now considered a de-facto standard for generating
3
load generators to run. It is now considered a de-facto standard for generating
4
load on the Linux VFS.
4
load on the Linux VFS.
5
6
WWW:	http://dbench.samba.org/
(-)/usr/ports/benchmarks/dbench/pkg-plist (-1 / +1 lines)
Lines 2-5 Link Here
2
bin/tbench
2
bin/tbench
3
bin/tbench_srv
3
bin/tbench_srv
4
%%DATADIR%%/client.txt
4
%%DATADIR%%/client.txt
5
@dirrm share/dbench
5
@dirrm %%DATADIR%%

Return to bug 150071