aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2014-03-29 01:57:35 +0800
committerswills <swills@FreeBSD.org>2014-03-29 01:57:35 +0800
commitd2ceb656b7c618c3f4cc5601de9db51cd227ffe8 (patch)
tree5f96d7d6234c5819e1959c79871600853c02903e /devel
parentd3c619c702f815fab6229cfddae20ee7bc7a100a (diff)
downloadfreebsd-ports-gnome-d2ceb656b7c618c3f4cc5601de9db51cd227ffe8.tar.gz
freebsd-ports-gnome-d2ceb656b7c618c3f4cc5601de9db51cd227ffe8.tar.zst
freebsd-ports-gnome-d2ceb656b7c618c3f4cc5601de9db51cd227ffe8.zip
Hitimes is a fast, high resolution timer library for recording
performance metrics. It uses the appropriate low method calls for each system to get the highest granularity time increments possible. WWW: https://github.com/copiousfreetime/hitimes PR: ports/187946 Submitted by: Michael Moll <kvedulv at kvedulv.de>
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-hitimes/Makefile18
-rw-r--r--devel/rubygem-hitimes/distinfo2
-rw-r--r--devel/rubygem-hitimes/pkg-descr5
4 files changed, 26 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 63c91383e137..d9ea5005ded8 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4233,6 +4233,7 @@
SUBDIR += rubygem-hashie
SUBDIR += rubygem-highline
SUBDIR += rubygem-hike
+ SUBDIR += rubygem-hitimes
SUBDIR += rubygem-hoe
SUBDIR += rubygem-holidays
SUBDIR += rubygem-i18n
diff --git a/devel/rubygem-hitimes/Makefile b/devel/rubygem-hitimes/Makefile
new file mode 100644
index 000000000000..06ba5d3e93db
--- /dev/null
+++ b/devel/rubygem-hitimes/Makefile
@@ -0,0 +1,18 @@
+# Created by: Michael Moll <kvedulv at kvedulv.de>
+# $FreeBSD$
+
+PORTNAME= hitimes
+PORTVERSION= 1.2.1
+CATEGORIES= devel ruby
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= High resolution timer library for Ruby
+
+LICENSE= ISCL
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-hitimes/distinfo b/devel/rubygem-hitimes/distinfo
new file mode 100644
index 000000000000..94e9a02dcb1a
--- /dev/null
+++ b/devel/rubygem-hitimes/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/hitimes-1.2.1.gem) = 1db864ae4d8229b38d17c8a206f26e813c2574fa7c7e1f1bb2ba2d12067fa63b
+SIZE (rubygem/hitimes-1.2.1.gem) = 31744
diff --git a/devel/rubygem-hitimes/pkg-descr b/devel/rubygem-hitimes/pkg-descr
new file mode 100644
index 000000000000..05e99e49dc67
--- /dev/null
+++ b/devel/rubygem-hitimes/pkg-descr
@@ -0,0 +1,5 @@
+Hitimes is a fast, high resolution timer library for recording
+performance metrics. It uses the appropriate low method calls for
+each system to get the highest granularity time increments possible.
+
+WWW: https://github.com/copiousfreetime/hitimes