From owner-freebsd-hackers@freebsd.org Mon Dec 18 01:38:44 2017 Return-Path: Delivered-To: freebsd-hackers@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 8FBDBE9CD70 for ; Mon, 18 Dec 2017 01:38:44 +0000 (UTC) (envelope-from tls@panix.com) Received: from l2mail1.panix.com (l2mail1.panix.com [166.84.1.75]) (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 40AAE650B8 for ; Mon, 18 Dec 2017 01:38:43 +0000 (UTC) (envelope-from tls@panix.com) Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by l2mail1.panix.com (Postfix) with ESMTPS id EC1D37EF3 for ; Sun, 17 Dec 2017 20:18:54 -0500 (EST) Received: from panix5.panix.com (panix5.panix.com [166.84.1.5]) by mailbackend.panix.com (Postfix) with ESMTP id 99EA41192E; Sun, 17 Dec 2017 20:18:47 -0500 (EST) Received: by panix5.panix.com (Postfix, from userid 415) id 7702B242E9; Sun, 17 Dec 2017 20:18:47 -0500 (EST) Date: Sun, 17 Dec 2017 20:18:47 -0500 From: Thor Lancelot Simon To: Mark Heily Cc: "Rodney W. Grimes" , Eitan Adler , FreeBSD Hackers , tech-misc@netbsd.org, Lyndon Nerenberg , Kernel@dragonflybsd.org Subject: Re: Objections to converting bsd-family-tree to a dot file Message-ID: <20171218011847.GA12528@panix.com> References: <201712161949.vBGJnnMR008332@pdx.rh.CN85.dnsmgr.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.2 (2017-04-18) X-Mailman-Approved-At: Mon, 18 Dec 2017 02:32:26 +0000 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2017 01:38:44 -0000 On Sat, Dec 16, 2017 at 09:12:03PM -0500, Mark Heily wrote: > On Sat, Dec 16, 2017 at 2:49 PM, Rodney W. Grimes < > freebsd-rwg@pdx.rh.cn85.dnsmgr.net> wrote: > > > > On 15 December 2017 at 08:43, Lyndon Nerenberg > > wrote: > > > >> I'd like to turn this into into a dot file > > > > Sounds like a reasonable idea. With care, the source (text) file(s) > > can > > > > often be formatted in a way that's at least semi-readable. I assume > > this > > > > would ship with pregenerated images (PDF, SVG) so people don't have to > > > > install the port to render the graph? > > > > > > > > > The overall consensus seems to be: so long as there is a reasonable > > > > way to view this file in plaintext without requiring a tool in base, > > > its fine. I'll likely run with that after ironing out the conversion > > > bit. > > > > I have seen no presentation of a reasonable way to view the > > graph in plain text. > > > I have no personal experience with it, but a quick Google search says > there are programs based on the Graph::Easy library that can > render DOT files as ASCII. And we have to pull what exactly into base or comp to use "Graph::Easy"? Thor