From owner-freebsd-hackers@freebsd.org Fri Dec 15 16:43:50 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 2D7A7E85F7F for ; Fri, 15 Dec 2017 16:43:50 +0000 (UTC) (envelope-from lyndon@orthanc.ca) Received: from orthanc.ca (orthanc.ca [IPv6:2607:f2f8:abf8::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "orthanc.ca", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1653B7C7BD for ; Fri, 15 Dec 2017 16:43:50 +0000 (UTC) (envelope-from lyndon@orthanc.ca) Received: from localhost (localhost [IPv6:0:0:0:0:0:0:0:1]) by orthanc.ca (8.15.2/8.15.2) with ESMTPS id vBFGhlDE035967 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 15 Dec 2017 08:43:47 -0800 (PST) (envelope-from lyndon@orthanc.ca) Date: Fri, 15 Dec 2017 08:43:47 -0800 (PST) From: Lyndon Nerenberg To: Eitan Adler cc: FreeBSD Hackers , Kernel@dragonflybsd.org, tech-misc@netbsd.org Subject: Re: Objections to converting bsd-family-tree to a dot file In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (BSF 202 2017-01-01) Organization: The Frobozz Magic Homing Pigeon Company MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, MISSING_DATE,MISSING_MID,NO_RECEIVED autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on orthanc.ca X-Mailman-Approved-At: Fri, 15 Dec 2017 17:34:51 +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: Fri, 15 Dec 2017 16:43:50 -0000 > 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? --lyndon