Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jul 2020 09:46:20 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r543723 - in head/benchmarks: . rubygem-benchmark
Message-ID:  <202007300946.06U9kKts070837@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jul 30 09:46:19 2020
New Revision: 543723
URL: https://svnweb.freebsd.org/changeset/ports/543723

Log:
  Add rubygem-benchmark 0.1.0
  
  The Benchmark module provides methods for benchmarking Ruby code, giving
  detailed reports on the time taken for each task.
  
  WWW: https://github.com/ruby/benchmark

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

Modified: head/benchmarks/Makefile
==============================================================================
--- head/benchmarks/Makefile	Thu Jul 30 09:46:11 2020	(r543722)
+++ head/benchmarks/Makefile	Thu Jul 30 09:46:19 2020	(r543723)
@@ -71,6 +71,7 @@
     SUBDIR += raidtest
     SUBDIR += ramspeed
     SUBDIR += randomio
+    SUBDIR += rubygem-benchmark
     SUBDIR += rubygem-benchmark-ips
     SUBDIR += rubygem-benchmark-memory
     SUBDIR += rubygem-derailed_benchmarks

Added: head/benchmarks/rubygem-benchmark/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/benchmarks/rubygem-benchmark/Makefile	Thu Jul 30 09:46:19 2020	(r543723)
@@ -0,0 +1,20 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	benchmark
+PORTVERSION=	0.1.0
+CATEGORIES=	benchmarks rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Performance benchmarking library
+
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/benchmarks/rubygem-benchmark/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/benchmarks/rubygem-benchmark/distinfo	Thu Jul 30 09:46:19 2020	(r543723)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1595865757
+SHA256 (rubygem/benchmark-0.1.0.gem) = 0841f0311b2ad7153289cb9dd7771e6f2e7061447d196506a1988042f5a54d49
+SIZE (rubygem/benchmark-0.1.0.gem) = 12288

Added: head/benchmarks/rubygem-benchmark/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/benchmarks/rubygem-benchmark/pkg-descr	Thu Jul 30 09:46:19 2020	(r543723)
@@ -0,0 +1,4 @@
+The Benchmark module provides methods for benchmarking Ruby code, giving
+detailed reports on the time taken for each task.
+
+WWW: https://github.com/ruby/benchmark



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