From owner-freebsd-ports@FreeBSD.ORG Wed Aug 26 02:03:00 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4ECA106568B for ; Wed, 26 Aug 2009 02:03:00 +0000 (UTC) (envelope-from jonathan@kc8onw.net) Received: from mail.kc8onw.net (kc8onw.net [206.55.209.81]) by mx1.freebsd.org (Postfix) with ESMTP id AF2B18FC0C for ; Wed, 26 Aug 2009 02:03:00 +0000 (UTC) Received: from [10.70.3.198] (c-67-175-45-154.hsd1.in.comcast.net [67.175.45.154]) by mail.kc8onw.net (Postfix) with ESMTPSA id EC4DF2D640; Tue, 25 Aug 2009 22:02:58 -0400 (EDT) Message-ID: <4A9497CE.3000108@kc8onw.net> Date: Tue, 25 Aug 2009 22:02:54 -0400 From: Jonathan User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.1) Gecko/20090715 Thunderbird/3.0b3 MIME-Version: 1.0 To: Andrew Reilly References: <20090822182208.GM82743@bsdcrew.de> <20090824020523.GB52180@duncan.reilly.home> <1251080785.99362.26.camel@shumai.marcuscom.com> <20090825002359.GA61141@duncan.reilly.home> In-Reply-To: <20090825002359.GA61141@duncan.reilly.home> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: [HEADUP] FreeBSD Gecko's TODO and plan for future X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Aug 2009 02:03:00 -0000 On 8/24/2009 8:23 PM, Andrew Reilly wrote: > Is there any convenient way to list dependencies hierarchially, > rather than the flat set that pkg_info -r provides? I've found pkg_tree to be useful for that. http://www.freebsd.org/cgi/url.cgi?ports/ports-mgmt/pkg_tree/pkg-descr The feature I use the most is pkg_tree -tq which gives a list of all ports that are not depended on by any other ports, i.e. the minimal set to manually reinstall to replicate a set of installed ports on another machine. Jonathan