pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/benchmarks/google-benchmark
Module Name: pkgsrc
Committed By: minskim
Date: Mon Nov 21 18:20:30 UTC 2016
Added Files:
pkgsrc/benchmarks/google-benchmark: DESCR Makefile PLIST buildlink3.mk
distinfo
Log Message:
Import google-benchmark-1.1.0
It is a library to support the benchmarking of functions, similar to
unit-tests.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/benchmarks/google-benchmark/DESCR \
pkgsrc/benchmarks/google-benchmark/Makefile \
pkgsrc/benchmarks/google-benchmark/PLIST \
pkgsrc/benchmarks/google-benchmark/buildlink3.mk \
pkgsrc/benchmarks/google-benchmark/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/benchmarks/google-benchmark/DESCR
diff -u /dev/null pkgsrc/benchmarks/google-benchmark/DESCR:1.1
--- /dev/null Mon Nov 21 18:20:30 2016
+++ pkgsrc/benchmarks/google-benchmark/DESCR Mon Nov 21 18:20:30 2016
@@ -0,0 +1 @@
+A library to support the benchmarking of functions, similar to unit-tests.
Index: pkgsrc/benchmarks/google-benchmark/Makefile
diff -u /dev/null pkgsrc/benchmarks/google-benchmark/Makefile:1.1
--- /dev/null Mon Nov 21 18:20:30 2016
+++ pkgsrc/benchmarks/google-benchmark/Makefile Mon Nov 21 18:20:30 2016
@@ -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"
Index: pkgsrc/benchmarks/google-benchmark/PLIST
diff -u /dev/null pkgsrc/benchmarks/google-benchmark/PLIST:1.1
--- /dev/null Mon Nov 21 18:20:30 2016
+++ pkgsrc/benchmarks/google-benchmark/PLIST Mon Nov 21 18:20:30 2016
@@ -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
Index: pkgsrc/benchmarks/google-benchmark/buildlink3.mk
diff -u /dev/null pkgsrc/benchmarks/google-benchmark/buildlink3.mk:1.1
--- /dev/null Mon Nov 21 18:20:30 2016
+++ pkgsrc/benchmarks/google-benchmark/buildlink3.mk Mon Nov 21 18:20:30 2016
@@ -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
Index: pkgsrc/benchmarks/google-benchmark/distinfo
diff -u /dev/null pkgsrc/benchmarks/google-benchmark/distinfo:1.1
--- /dev/null Mon Nov 21 18:20:30 2016
+++ pkgsrc/benchmarks/google-benchmark/distinfo Mon Nov 21 18:20:30 2016
@@ -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