Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2012 20:02:15 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308709 - in head/benchmarks: . nosqlbench
Message-ID:  <201212112002.qBBK2FlW078120@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Tue Dec 11 20:02:14 2012
New Revision: 308709
URL: http://svnweb.freebsd.org/changeset/ports/308709

Log:
  nb - Micro-benchmarking NoSQL storage. Features include:
  
  * Benchmarking support: tarantool, memcached, redis
  * GNUPlot generation
  
  WWW: https://github.com/mailru/nosqlbench
  
  PR:		170347
  Submitted by:	Gvozdikov Veniamin <g.veniamin@googlemail.com>

Added:
  head/benchmarks/nosqlbench/
  head/benchmarks/nosqlbench/Makefile   (contents, props changed)
  head/benchmarks/nosqlbench/distinfo   (contents, props changed)
  head/benchmarks/nosqlbench/pkg-descr   (contents, props changed)
  head/benchmarks/nosqlbench/pkg-plist   (contents, props changed)
Modified:
  head/benchmarks/Makefile

Modified: head/benchmarks/Makefile
==============================================================================
--- head/benchmarks/Makefile	Tue Dec 11 20:00:36 2012	(r308708)
+++ head/benchmarks/Makefile	Tue Dec 11 20:02:14 2012	(r308709)
@@ -34,6 +34,7 @@
     SUBDIR += netperf
     SUBDIR += netperfmeter
     SUBDIR += netpipe
+    SUBDIR += nosqlbench
     SUBDIR += nqueens
     SUBDIR += nttcp
     SUBDIR += nuttcp

Added: head/benchmarks/nosqlbench/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/benchmarks/nosqlbench/Makefile	Tue Dec 11 20:02:14 2012	(r308709)
@@ -0,0 +1,24 @@
+# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
+# $FreeBSD$
+
+PORTNAME=	nosqlbench
+PORTVERSION=	0.0.${DATE}
+CATEGORIES=	benchmarks databases
+MASTER_SITES=	http://fbsd.zlonet.ru/distfiles/
+
+MAINTAINER=	g.veniamin@googlemail.com
+COMMENT=	Micro-benchmarking NoSQL storage
+
+LIB_DEPENDS=	tarantool:${PORTSDIR}/databases/tarantool
+
+DATE=		20120802
+USE_BZIP2=	yes
+USE_CMAKE=	yes
+CMAKE_ARGS=	-DLIBTNT_INCLUDE=${LOCALBASE}/include \
+		-DLIBTNT_LIB=${LOCALBASE}/lib
+
+pre-configure:
+	${REINPLACE_CMD} 's#DESTINATION doc#DESTINATION ${DOCSDIR}#g' \
+		${WRKSRC}/CMakeLists.txt
+
+.include <bsd.port.mk>

Added: head/benchmarks/nosqlbench/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/benchmarks/nosqlbench/distinfo	Tue Dec 11 20:02:14 2012	(r308709)
@@ -0,0 +1,2 @@
+SHA256 (nosqlbench-0.0.20120802.tar.bz2) = b7ecf89b86e422ad7642e900df9e1ad6e8229d42727eb8bf503d1f403b45a5dc
+SIZE (nosqlbench-0.0.20120802.tar.bz2) = 143327

Added: head/benchmarks/nosqlbench/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/benchmarks/nosqlbench/pkg-descr	Tue Dec 11 20:02:14 2012	(r308709)
@@ -0,0 +1,6 @@
+nb - Micro-benchmarking NoSQL storage. Features include:
+
+* Benchmarking support: tarantool, memcached, redis
+* GNUPlot generation
+
+WWW: https://github.com/mailru/nosqlbench

Added: head/benchmarks/nosqlbench/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/benchmarks/nosqlbench/pkg-plist	Tue Dec 11 20:02:14 2012	(r308709)
@@ -0,0 +1,4 @@
+bin/nb
+%%DOCSDIR%%/README
+%%DOCSDIR%%/LICENSE
+@dirrm %%DOCSDIR%%



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