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:
parent
45b8b00fbb
commit
8edab5db82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349438
@ -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
|
||||
|
18
devel/rubygem-hitimes/Makefile
Normal file
18
devel/rubygem-hitimes/Makefile
Normal 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>
|
2
devel/rubygem-hitimes/distinfo
Normal file
2
devel/rubygem-hitimes/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/hitimes-1.2.1.gem) = 1db864ae4d8229b38d17c8a206f26e813c2574fa7c7e1f1bb2ba2d12067fa63b
|
||||
SIZE (rubygem/hitimes-1.2.1.gem) = 31744
|
5
devel/rubygem-hitimes/pkg-descr
Normal file
5
devel/rubygem-hitimes/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user