From rchaput.vty-infra1@fotolia.com  Mon Apr 19 15:22:02 2010
Return-Path: <rchaput.vty-infra1@fotolia.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 952FA1065677
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 19 Apr 2010 15:22:02 +0000 (UTC)
	(envelope-from rchaput.vty-infra1@fotolia.com)
Received: from out-temp.reverse.fotolia.net (out-temp.reverse.fotolia.net [193.164.221.2])
	by mx1.freebsd.org (Postfix) with ESMTP id 1B19F8FC23
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 19 Apr 2010 15:22:01 +0000 (UTC)
Received: from vty-infra1.fotolia.loc (unknown [10.11.11.71])
	by out-temp.reverse.fotolia.net (Postfix) with ESMTP id 371938A053
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 19 Apr 2010 17:19:33 +0200 (CEST)
Received: by vty-infra1.fotolia.loc (Postfix, from userid 1001)
	id F1AF761C0A; Mon, 19 Apr 2010 17:21:25 +0200 (CEST)
Message-Id: <20100419152125.F1AF761C0A@vty-infra1.fotolia.loc>
Date: Mon, 19 Apr 2010 17:21:25 +0200 (CEST)
From: Renaud Chaput <renchap@cocoa-x.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] sysutils/rubygem-ohai: Ohai profiles your system and emits JSON
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         145850
>Category:       ports
>Synopsis:       [NEW PORT] sysutils/rubygem-ohai: Ohai profiles your system and emits JSON
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 19 15:30:05 UTC 2010
>Closed-Date:    Sat Apr 24 11:55:48 UTC 2010
>Last-Modified:  Sat Apr 24 12:00:31 UTC 2010
>Originator:     Renaud Chaput
>Release:        FreeBSD 8.0-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD vty-infra1.fotolia.loc 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan  5 21:11:58 UTC
>Description:
Ohai detects data about your operating system. It can be used standalone, but
it's primary purpose is to provide node data to Chef.

Ohai will print out a JSON data blob for all the known data about your system.
When used with Chef, that data is reported back via node attributes.

WWW: http://wiki.opscode.com/display/ohai/Home

This port depends on several other ports recently submitted :
* devel/rubygem-systemu : ports/145845
* devel/rubygem-mixlib-log : ports/145846
* devel/rubygem-mixlib-config : ports/145848
* devel/rubygem-mixlib-cli : ports/145849

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- rubygem-ohai-0.5.0.shar begins here ---
# 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-ohai
#	rubygem-ohai/distinfo
#	rubygem-ohai/Makefile
#	rubygem-ohai/pkg-descr
#
echo c - rubygem-ohai
mkdir -p rubygem-ohai > /dev/null 2>&1
echo x - rubygem-ohai/distinfo
sed 's/^X//' >rubygem-ohai/distinfo << 'c045b8e3c23ff4e93e24130d5b058214'
XMD5 (rubygem/ohai-0.5.0.gem) = c732696877356d9fef48ac07d18dc7e5
XSHA256 (rubygem/ohai-0.5.0.gem) = 914bd9a485b10faf1ff85f53fcb8acbea8e922af693b4f1a495dfb5092d11688
XSIZE (rubygem/ohai-0.5.0.gem) = 56320
c045b8e3c23ff4e93e24130d5b058214
echo x - rubygem-ohai/Makefile
sed 's/^X//' >rubygem-ohai/Makefile << 'e0d775df1b64a7a511f34adf38737e8a'
X# Ports collection makefile for:	rubygem-ohai
X# Date created:				18 Mar 2010
X# Whom:					Renaud Chaput <renchap@cocoa-x.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ohai
XPORTVERSION=	0.5.0
XCATEGORIES=	sysutils
XMASTER_SITES=	http://gemcutter.org/gems/
X
XMAINTAINER=	renchap@cocoa-x.com
XCOMMENT=	Ohai profiles your system and emits JSON
X
XBUILD_DEPENDS=	rubygem-mixlib-log>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-log \
X		rubygem-mixlib-config>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-config \
X		rubygem-mixlib-cli>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-cli \
X		rubygem-systemu>=1.2.0:${PORTSDIR}/devel/rubygem-systemu \
X		rubygem-extlib>=0.9.14:${PORTSDIR}/devel/rubygem-extlib \
X		rubygem-json>=1.1.9:${PORTSDIR}/devel/rubygem-json
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XUSE_RUBY=	yes
XUSE_RUBYGEMS=	yes
XRUBYGEM_AUTOPLIST=	yes
X
XPLIST_FILES=	bin/ohai
X
X# we care about not passing -A to allow HTTP redirects
XFETCH_ARGS=	-pRr
X
X.include <bsd.port.mk>
e0d775df1b64a7a511f34adf38737e8a
echo x - rubygem-ohai/pkg-descr
sed 's/^X//' >rubygem-ohai/pkg-descr << '596575f9d4c2779366d92fe8d4a0b3e7'
XOhai detects data about your operating system. It can be used standalone, but
Xit's primary purpose is to provide node data to Chef.
X
XOhai will print out a JSON data blob for all the known data about your system.
XWhen used with Chef, that data is reported back via node attributes.
X
XWWW: http://wiki.opscode.com/display/ohai/Home
596575f9d4c2779366d92fe8d4a0b3e7
exit
--- rubygem-ohai-0.5.0.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Apr 21 12:33:39 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=145850 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Apr 24 11:55:47 UTC 2010 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/145850: commit references a PR
Date: Sat, 24 Apr 2010 11:56:10 +0000 (UTC)

 miwi        2010-04-24 11:55:45 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils             Makefile 
   Added files:
     sysutils/rubygem-ohai Makefile distinfo pkg-descr 
   Log:
   Ohai detects data about your operating system. It can be used standalone, but
   it's primary purpose is to provide node data to Chef.
   
   Ohai will print out a JSON data blob for all the known data about your system.
   When used with Chef, that data is reported back via node attributes.
   
   WWW: http://wiki.opscode.com/display/ohai/Home
   
   PR:             ports/145850
   Submitted by:   Renaud Chaput <renchap at cocoa-x.com>
   
   Revision  Changes    Path
   1.1183    +1 -0      ports/sysutils/Makefile
   1.1       +33 -0     ports/sysutils/rubygem-ohai/Makefile (new)
   1.1       +3 -0      ports/sysutils/rubygem-ohai/distinfo (new)
   1.1       +7 -0      ports/sysutils/rubygem-ohai/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
