Subject: Re: updated from 1.6.x to 3.0rc5 - pkgsrc question
To: Carl Brewer <carl@bl.echidna.id.au>
From: Geert Hendrickx <ghen@telenet.be>
List: netbsd-users
Date: 12/06/2005 23:50:00
On Tue, Dec 06, 2005 at 11:48:48PM +0100, Geert Hendrickx wrote:
> On Wed, Dec 07, 2005 at 09:32:27AM +1100, Carl Brewer wrote:
> > Geert Hendrickx wrote:
> > >pkgdepgraph -Lv /tmp/ood | dot -Tps | convert - todo.png
> > 
> > I assume that's the "dot" from /usr/pkgsrc/misc/dotfile, but which
> > "convert" is it?
> 
> Sorry, dot is from graphics/graphviz and convert from graphics/ImageMagick.  

Btw, you don't really need convert, you could look at the Postscript file
created by dot, also.  

	Geert