Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Author: swills Date: Fri Mar 28 17:57:35 2014 New Revision: 349438 URL: http://svnweb.freebsd.org/changeset/ports/349438 QAT: https://qat.redports.org/buildarchive/r349438/ Log: 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> Added: head/devel/rubygem-hitimes/ head/devel/rubygem-hitimes/Makefile (contents, props changed) head/devel/rubygem-hitimes/distinfo (contents, props changed) head/devel/rubygem-hitimes/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Mar 28 17:52:11 2014 (r349437) +++ head/devel/Makefile Fri Mar 28 17:57:35 2014 (r349438) @@ -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 Added: head/devel/rubygem-hitimes/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-hitimes/Makefile Fri Mar 28 17:57:35 2014 (r349438) @@ -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> Added: head/devel/rubygem-hitimes/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-hitimes/distinfo Fri Mar 28 17:57:35 2014 (r349438) @@ -0,0 +1,2 @@ +SHA256 (rubygem/hitimes-1.2.1.gem) = 1db864ae4d8229b38d17c8a206f26e813c2574fa7c7e1f1bb2ba2d12067fa63b +SIZE (rubygem/hitimes-1.2.1.gem) = 31744 Added: head/devel/rubygem-hitimes/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-hitimes/pkg-descr Fri Mar 28 17:57:35 2014 (r349438) @@ -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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!