From owner-freebsd-questions@FreeBSD.ORG Mon Sep 15 14:31:59 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8461110656C5 for ; Mon, 15 Sep 2008 14:31:59 +0000 (UTC) (envelope-from jalmberg@identry.com) Received: from mx1.identry.com (on.identry.com [66.111.0.194]) by mx1.freebsd.org (Postfix) with ESMTP id 22A128FC15 for ; Mon, 15 Sep 2008 14:31:59 +0000 (UTC) (envelope-from jalmberg@identry.com) Received: (qmail 9217 invoked by uid 89); 15 Sep 2008 14:31:58 -0000 Received: from unknown (HELO ?192.168.1.110?) (jalmberg@75.127.142.66) by mx1.identry.com with ESMTPA; 15 Sep 2008 14:31:58 -0000 Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions@freebsd.org From: John Almberg Date: Mon, 15 Sep 2008 10:31:57 -0400 X-Mailer: Apple Mail (2.752.3) Subject: Port for drawing directed graphs? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2008 14:31:59 -0000 I am working on some software that must, as it's final output, produce a printout of a directed graph... nodes, connected by directed links. The printout could be generated by a postscript file, jpg, whatever. Does anyone know of a utility (in ports?) that can take a data set (for example, a two dimensional array that defines the nodes and the links between them), and produce a printable graph? Any help much appreciated. -- John