Subject: Re: list leaf packages and bulk builds of only leaf packages?
To: None <pkgsrc-users@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-users
Date: 10/06/2007 02:48:34
On Fri, Oct 05, 2007 at 07:41:28PM -0500, Jeremy C. Reed wrote:
> Do we have a tool to list only packages that no other packages depend on?

Not directly. pbulk-scan and pbulk-build can build the dependency graph
and the rest is a bit awk for counting.

Joerg