1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

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>
This commit is contained in:
Steve Wills 2014-03-28 17:57:35 +00:00
parent 45b8b00fbb
commit 8edab5db82
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349438
4 changed files with 26 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/hitimes-1.2.1.gem) = 1db864ae4d8229b38d17c8a206f26e813c2574fa7c7e1f1bb2ba2d12067fa63b
SIZE (rubygem/hitimes-1.2.1.gem) = 31744

View File

@ -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