From owner-freebsd-questions@FreeBSD.ORG Sat Apr 5 14:36:35 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FAAE37B401 for ; Sat, 5 Apr 2003 14:36:35 -0800 (PST) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 51CF843FDD for ; Sat, 5 Apr 2003 14:36:34 -0800 (PST) (envelope-from blueeskimo@gmx.net) Received: (qmail 2010 invoked by uid 65534); 5 Apr 2003 22:36:33 -0000 Received: from i216-58-29-174.gta.igs.net (EHLO [216.58.29.174]) (216.58.29.174) by mail.gmx.net (mp022-rz3) with SMTP; 06 Apr 2003 00:36:33 +0200 From: Adam To: Erik Trulsson In-Reply-To: <20030404083404.GA80068@falcon.midgard.homeip.net> References: <1049438180.27963.60.camel@jake> <20030404083404.GA80068@falcon.midgard.homeip.net> Content-Type: text/plain Organization: Message-Id: <1049582191.91991.27.camel@jake> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 05 Apr 2003 17:36:31 -0500 Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: How to list installed ports that have no dependant ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2003 22:36:35 -0000 On Fri, 2003-04-04 at 03:34, Erik Trulsson wrote: > Look at the output from 'pkg_info -a -R'. Yes, this was part of one of my ideas, but it's not really what I'm after .. I want to find a nice way to show ONLY installed ports that have no other ports dependant on them .. Your suggestion shows ALL installed ports and what is required by them .. I've not found any elegant way to parse out the information that I am desiring .. -- Adam