pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/benchmarks/google-benchmark Import google-benchmark-1.1.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/0b92dc412c02
branches: trunk
changeset: 355124:0b92dc412c02
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon Nov 21 18:20:30 2016 +0000
description:
Import google-benchmark-1.1.0
It is a library to support the benchmarking of functions, similar to
unit-tests.
diffstat:
benchmarks/google-benchmark/DESCR | 1 +
benchmarks/google-benchmark/Makefile | 21 +++++++++++++++++++++
benchmarks/google-benchmark/PLIST | 6 ++++++
benchmarks/google-benchmark/buildlink3.mk | 13 +++++++++++++
benchmarks/google-benchmark/distinfo | 6 ++++++
5 files changed, 47 insertions(+), 0 deletions(-)
diffs (67 lines):
diff -r 562a5204b315 -r 0b92dc412c02 benchmarks/google-benchmark/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/google-benchmark/DESCR Mon Nov 21 18:20:30 2016 +0000
@@ -0,0 +1,1 @@
+A library to support the benchmarking of functions, similar to unit-tests.
diff -r 562a5204b315 -r 0b92dc412c02 benchmarks/google-benchmark/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/google-benchmark/Makefile Mon Nov 21 18:20:30 2016 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2016/11/21 18:20:30 minskim Exp $
+
+DISTNAME= benchmark-1.1.0
+PKGNAME= google-${DISTNAME}
+CATEGORIES= benchmarks
+MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
+GITHUB_PROJECT= benchmark
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= minskim%NetBSD.org@localhost
+HOMEPAGE= https://github.com/google/benchmark/
+COMMENT= Microbenchmark support library
+LICENSE= apache-2.0
+
+USE_CMAKE= yes
+USE_LANGUAGES= c c++
+
+CMAKE_ARGS= -DCMAKE_BUILD_TYPE=Release
+
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 562a5204b315 -r 0b92dc412c02 benchmarks/google-benchmark/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/google-benchmark/PLIST Mon Nov 21 18:20:30 2016 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2016/11/21 18:20:30 minskim Exp $
+include/benchmark/benchmark.h
+include/benchmark/benchmark_api.h
+include/benchmark/macros.h
+include/benchmark/reporter.h
+lib/libbenchmark.a
diff -r 562a5204b315 -r 0b92dc412c02 benchmarks/google-benchmark/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/google-benchmark/buildlink3.mk Mon Nov 21 18:20:30 2016 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2016/11/21 18:20:30 minskim Exp $
+
+BUILDLINK_TREE+= google-benchmark
+
+.if !defined(GOOGLE_BENCHMARK_BUILDLINK3_MK)
+GOOGLE_BENCHMARK_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.google-benchmark+= google-benchmark>=1.1.0
+BUILDLINK_DEPMETHOD.google-benchmark?= build
+BUILDLINK_PKGSRCDIR.google-benchmark?= ../../benchmarks/google-benchmark
+.endif # GOOGLE_BENCHMARK_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -google-benchmark
diff -r 562a5204b315 -r 0b92dc412c02 benchmarks/google-benchmark/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmarks/google-benchmark/distinfo Mon Nov 21 18:20:30 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/11/21 18:20:30 minskim Exp $
+
+SHA1 (benchmark-1.1.0.tar.gz) = 8c539bbe2a212618fa87b6c38fba087100b6e4ae
+RMD160 (benchmark-1.1.0.tar.gz) = 7e7f2d687ef515a846c04933545f7c63752d2de5
+SHA512 (benchmark-1.1.0.tar.gz) = 533061531e6a37723a626addc9e779018c4c2cfc8634ae45860eec0d3800103b5b562f865ac1dc0c8dbe045579b81e59de887e1c48318cebf160f03c18321831
+Size (benchmark-1.1.0.tar.gz) = 87199 bytes
Home |
Main Index |
Thread Index |
Old Index