pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

google-benchmark: Import benchmark-1.3.0 (Google)



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri Nov 17 02:00:15 2017 +0100
Changeset:	23ac18064278dbff00ec73ea4708b23ef3f17cc0

Added Files:
	google-benchmark/DESCR
	google-benchmark/Makefile
	google-benchmark/PLIST
	google-benchmark/distinfo

Log Message:
google-benchmark: Import benchmark-1.3.0 (Google)

A library to support the benchmarking of functions, similar to unit-tests.

This project is used by LLVM upstream.

Sponsored by <The NetBSD Foundation>

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=23ac18064278dbff00ec73ea4708b23ef3f17cc0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 google-benchmark/DESCR    |  1 +
 google-benchmark/Makefile | 18 ++++++++++++++++++
 google-benchmark/PLIST    |  9 +++++++++
 google-benchmark/distinfo |  6 ++++++
 4 files changed, 34 insertions(+)

diffs:
diff --git a/google-benchmark/DESCR b/google-benchmark/DESCR
new file mode 100644
index 0000000000..62ff081312
--- /dev/null
+++ b/google-benchmark/DESCR
@@ -0,0 +1 @@
+A library to support the benchmarking of functions, similar to unit-tests.
diff --git a/google-benchmark/Makefile b/google-benchmark/Makefile
new file mode 100644
index 0000000000..4f949b77f9
--- /dev/null
+++ b/google-benchmark/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	benchmark
+DISTNAME=	benchmark-1.3.0
+PKGNAME=	google-${DISTNAME}
+CATEGORIES=	benchmarks
+MASTER_SITES=	${MASTER_SITE_GITHUB:=google/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/google/benchmark/
+COMMENT=	Microbenchmark support library
+LICENSE=	apache-2.0
+
+USE_CMAKE=	yes
+USE_LANGUAGES=	c c++
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/google-benchmark/PLIST b/google-benchmark/PLIST
new file mode 100644
index 0000000000..761ab646d7
--- /dev/null
+++ b/google-benchmark/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+include/benchmark/benchmark.h
+include/benchmark/benchmark_api.h
+include/benchmark/reporter.h
+lib/cmake/benchmark/benchmarkConfig.cmake
+lib/cmake/benchmark/benchmarkConfigVersion.cmake
+lib/cmake/benchmark/benchmarkTargets-noconfig.cmake
+lib/cmake/benchmark/benchmarkTargets.cmake
+lib/libbenchmark.a
diff --git a/google-benchmark/distinfo b/google-benchmark/distinfo
new file mode 100644
index 0000000000..b787e83479
--- /dev/null
+++ b/google-benchmark/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (benchmark-1.3.0.tar.gz) = ea74b9d99327f7ef8150dc7c683e6155fa29ef3c
+RMD160 (benchmark-1.3.0.tar.gz) = 456d2d6125d77cbf847764a45eedca53c315aea6
+SHA512 (benchmark-1.3.0.tar.gz) = 272775e4dbd0ecc65a2a3a64f24e79682b630929dea3af47349329ac8b796341f1197458a67c9aac0e514857ebe7cbc191d18f6fd2c0aea3242562e69d8a6849
+Size (benchmark-1.3.0.tar.gz) = 105485 bytes


Home | Main Index | Thread Index | Old Index