From owner-freebsd-ruby@FreeBSD.ORG Sun Jan 2 21:10:12 2011 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 969641065673 for ; Sun, 2 Jan 2011 21:10:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6BB2B8FC14 for ; Sun, 2 Jan 2011 21:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p02LACCM006249 for ; Sun, 2 Jan 2011 21:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p02LAClc006248; Sun, 2 Jan 2011 21:10:12 GMT (envelope-from gnats) Date: Sun, 2 Jan 2011 21:10:12 GMT Message-Id: <201101022110.p02LAClc006248@freefall.freebsd.org> To: ruby@FreeBSD.org From: Renaud Chaput Cc: Subject: Re: ports/153504: [NEW PORT] sysutils/rubygem-chef: A systems integration framework. Client part X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Renaud Chaput List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jan 2011 21:10:12 -0000 The following reply was made to PR ports/153504; it has been noted by GNATS. From: Renaud Chaput To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/153504: [NEW PORT] sysutils/rubygem-chef: A systems integration framework. Client part Date: Sun, 2 Jan 2011 21:38:46 +0100 Hi, Some thoughts about this port : - Maybe rename it as sysutils/chef ? Puppet, a similar tool, is packaged as sysutils/puppet, and chef is a tool, not really a gem used by other ruby programs. - There is already a port named chef : misc/chef. It also provides the binary bin/chef, i dont know how to handle that.