From owner-freebsd-ruby@freebsd.org Thu Jan 21 08:10:34 2016 Return-Path: Delivered-To: freebsd-ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04E4AA8AF39 for ; Thu, 21 Jan 2016 08:10:34 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E95371A1A for ; Thu, 21 Jan 2016 08:10:33 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: by mailman.ysv.freebsd.org (Postfix) id E7E7CA8AF38; Thu, 21 Jan 2016 08:10:33 +0000 (UTC) Delivered-To: ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E77DCA8AF37 for ; Thu, 21 Jan 2016 08:10:33 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B51671A17; Thu, 21 Jan 2016 08:10:33 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from [192.168.0.120] (port-212-202-156-99.static.qsc.de [212.202.156.99]) by toco-domains.de (Postfix) with ESMTPA id 4DFBA1B22054; Thu, 21 Jan 2016 09:10:31 +0100 (CET) Subject: Re: disabling ri and rdoc by default To: Steve Wills , ruby@freebsd.org References: <569F9E56.50003@FreeBSD.org> From: =?UTF-8?Q?Torsten_Z=c3=bchlsdorff?= Message-ID: <56A086AD.2070105@toco-domains.de> Date: Thu, 21 Jan 2016 08:20:13 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <569F9E56.50003@FreeBSD.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 08:10:34 -0000 Hello Steve, > I was thinking, maybe we don't need ri and rdoc stuff in packages by > default. For servers they aren't that useful and even for development, I > get the impression people don't use them much. Anyone have opinions for > or against? I have no objections. As you stated: for servers they aren't useful. And for development i personally use other sources, because its more handy. Greetings, Torsten