Bug 187946 - [NEW PORT] devel/rubygem-hitimes
Summary: [NEW PORT] devel/rubygem-hitimes
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-26 02:10 UTC by Michael Moll
Modified: 2014-03-28 18:00 UTC (History)
0 users

See Also:


Attachments
file.shar (1.56 KB, text/plain)
2014-03-26 02:10 UTC, Michael Moll
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Moll freebsd_committer freebsd_triage 2014-03-26 02:10:00 UTC

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-26 02:10:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-28 17:57:39 UTC
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"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2014-03-28 17:57:52 UTC
State Changed
From-To: open->closed

New port added. Thanks!