Date: Tue, 16 Jan 2007 14:15:04 +0000 From: RW <fbsd06@mlists.homeunix.com> To: freebsd-questions@freebsd.org Subject: Re: Documenting a ports depedency tree? Message-ID: <20070116141504.09ed289f@gumby.homeunix.com> In-Reply-To: <45AC554D.9000109@chapman.edu> References: <20070116040750.GA3151@teddy.fas.com> <45AC554D.9000109@chapman.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 15 Jan 2007 20:32:13 -0800 Jay Chandler <chandler@chapman.edu> wrote: > stan wrote: > > Is there a way to document the entire depedency tree for a given > > port? > > > > EG, if a dpends on b which depends on d & e, which in turn depend > > on z, I'd like to print out this dependency list. > > > > > A good question, which I've taken the liberty of researching. > > montreal# cd /usr/ports/mail/p5-FuzzyOcr > montreal# make pretty-print-run-depends-list >... > Kinda crappy looking. You can also 'make readmes" to generate HTML > readme files, but I don't believe it recurses. > It shows the recursive dependencies, but doesn't display any hierarchical information. sysutils/pkg_tree may be of some use for installed packages.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070116141504.09ed289f>