From nobody@FreeBSD.org  Wed Mar 26 02:03:38 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 38338A12
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 26 Mar 2014 02:03:38 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 259986C0
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 26 Mar 2014 02:03:38 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s2Q23cdZ000774
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 26 Mar 2014 02:03:38 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s2Q23cr7000773;
	Wed, 26 Mar 2014 02:03:38 GMT
	(envelope-from nobody)
Message-Id: <201403260203.s2Q23cr7000773@cgiserv.freebsd.org>
Date: Wed, 26 Mar 2014 02:03:38 GMT
From: Michael Moll <kvedulv@kvedulv.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NEW PORT] devel/rubygem-hitimes
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         187946
>Category:       ports
>Synopsis:       [NEW PORT] devel/rubygem-hitimes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 26 02:10:00 UTC 2014
>Closed-Date:    Fri Mar 28 17:57:53 UTC 2014
>Last-Modified:  Fri Mar 28 18:00:03 UTC 2014
>Originator:     Michael Moll
>Release:        
>Organization:
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	rubygem-hitimes
#	rubygem-hitimes/distinfo
#	rubygem-hitimes/Makefile
#	rubygem-hitimes/pkg-descr
#
echo c - rubygem-hitimes
mkdir -p rubygem-hitimes > /dev/null 2>&1
echo x - rubygem-hitimes/distinfo
sed 's/^X//' >rubygem-hitimes/distinfo << 'ed024d88e8443cb16404e13e1a2f9113'
XSHA256 (rubygem/hitimes-1.2.1.gem) = 1db864ae4d8229b38d17c8a206f26e813c2574fa7c7e1f1bb2ba2d12067fa63b
XSIZE (rubygem/hitimes-1.2.1.gem) = 31744
ed024d88e8443cb16404e13e1a2f9113
echo x - rubygem-hitimes/Makefile
sed 's/^X//' >rubygem-hitimes/Makefile << '00fefe7ab8ae9a9f137a90ef0a6a510b'
X# Created by: Michael Moll <kvedulv at kvedulv.de>
X# $FreeBSD$
X
XPORTNAME=	hitimes
XPORTVERSION=	1.2.1
XCATEGORIES=	devel ruby
XMASTER_SITES=	RG
X
XMAINTAINER=	ruby@FreeBSD.org
XCOMMENT=	High resolution timer library for Ruby
X
XLICENSE=	ISCL
X
XUSE_RUBY=	yes
XUSE_RUBYGEMS=	yes
XRUBYGEM_AUTOPLIST=	yes
X
X.include <bsd.port.mk>
00fefe7ab8ae9a9f137a90ef0a6a510b
echo x - rubygem-hitimes/pkg-descr
sed 's/^X//' >rubygem-hitimes/pkg-descr << '3c4693a6eab28b92e9725000e92217b2'
XHitimes is a fast, high resolution timer library for recording
Xperformance metrics. It uses the appropriate low method calls for
Xeach system to get the highest granularity time increments possible. 
X
XWWW: https://github.com/copiousfreetime/hitimes
3c4693a6eab28b92e9725000e92217b2
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->swills 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Mar 26 02:10:07 UTC 2014 
Responsible-Changed-Why:  
swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187946 
State-Changed-From-To: open->closed 
State-Changed-By: swills 
State-Changed-When: Fri Mar 28 17:57:52 UTC 2014 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187946 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/187946: commit references a PR
Date: Fri, 28 Mar 2014 17:57:39 +0000 (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"
 
>Unformatted:
