From owner-freebsd-questions@FreeBSD.ORG Fri Oct 25 14:07:43 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 42ABB7F0 for ; Fri, 25 Oct 2013 14:07:43 +0000 (UTC) (envelope-from freebsd@lidstrom.eu) Received: from ch-smtp04.sth.basefarm.net (ch-smtp04.sth.basefarm.net [80.76.153.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BF617291D for ; Fri, 25 Oct 2013 14:07:42 +0000 (UTC) Received: from c83-251-32-230.bredband.comhem.se ([83.251.32.230]:52896 helo=zimbra01.henriklidstrom.se) by ch-smtp04.sth.basefarm.net with esmtp (Exim 4.80.1) (envelope-from ) id 1VZi34-0003qC-Dg; Fri, 25 Oct 2013 16:07:37 +0200 Received: from localhost (localhost [127.0.0.1]) by zimbra01.henriklidstrom.se (Postfix) with ESMTP id 06DA212359D; Fri, 25 Oct 2013 16:07:27 +0200 (CEST) Received: from zimbra01.henriklidstrom.se ([127.0.0.1]) by localhost (zimbra01.henriklidstrom.se [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id TZBuOpPwB3Qn; Fri, 25 Oct 2013 16:07:26 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by zimbra01.henriklidstrom.se (Postfix) with ESMTP id 5AE451235B6; Fri, 25 Oct 2013 16:07:26 +0200 (CEST) X-Virus-Scanned: amavisd-new at zimbra01.henriklidstrom.se Received: from zimbra01.henriklidstrom.se ([127.0.0.1]) by localhost (zimbra01.henriklidstrom.se [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id yf3tit4dJgBB; Fri, 25 Oct 2013 16:07:26 +0200 (CEST) Received: from [10.102.2.153] (mgt01.telecomputing.se [84.17.194.80]) by zimbra01.henriklidstrom.se (Postfix) with ESMTPSA id 18A5912359D; Fri, 25 Oct 2013 16:07:26 +0200 (CEST) Message-ID: <526A7B1D.8090108@lidstrom.eu> Date: Fri, 25 Oct 2013 16:07:25 +0200 From: =?ISO-8859-1?Q?Henrik_Lidstr=F6m?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: Matthias Apitz , freebsd-questions@freebsd.org Subject: Re: something in ports for presenting a DB schema References: <20131025131851.GA1999@tiny.Sisis.de> In-Reply-To: <20131025131851.GA1999@tiny.Sisis.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 83.251.32.230 X-Scan-Result: No virus found in message 1VZi34-0003qC-Dg. X-Scan-Signature: ch-smtp04.sth.basefarm.net 1VZi34-0003qC-Dg d68c4ec3424c5b83c283bba55d93848e X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd@lidstrom.eu List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 14:07:43 -0000 On 10/25/13 15:18, Matthias Apitz wrote: > Hello, > > I have a relational DB (Sybase) of around 50 tables and would like to > draw some graphic of the relation between various table / columns; > it is not so important that the tool itself has a graphical editor (I'm > used to work with ASCII files, vim and groff), but the output must be > somehow a graphic, PNG or PDF. > > Do we have something for this in our ports? > > Thx > > matthias DIa maybe? https://projects.gnome.org/dia/ /Henrik