From owner-freebsd-questions Thu Nov 7 15:32:55 2002 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 1DD4A37B401 for ; Thu, 7 Nov 2002 15:32:54 -0800 (PST) Received: from ip68-14-62-49.no.no.cox.net (ip68-14-62-49.no.no.cox.net [68.14.62.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 798AD43E4A for ; Thu, 7 Nov 2002 15:32:53 -0800 (PST) (envelope-from conrads@cox.net) Received: from ip68-14-62-49.no.no.cox.net (localhost [127.0.0.1]) by ip68-14-62-49.no.no.cox.net (8.12.6/8.12.6) with ESMTP id gA7NWYrr007807; Thu, 7 Nov 2002 17:32:34 -0600 (CST) (envelope-from conrads@ip68-14-62-49.no.no.cox.net) Received: (from conrads@localhost) by ip68-14-62-49.no.no.cox.net (8.12.6/8.12.6/Submit) id gA7NWTv0007806; Thu, 7 Nov 2002 17:32:29 -0600 (CST) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.5.3 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20021107215946.GA79387@ene.asda.gr> Date: Thu, 07 Nov 2002 17:32:28 -0600 (CST) Reply-To: conrads@cox.net Organization: A Rag-Tag Band of Drug-crazed Hippies From: Conrad Sabatier To: Lefteris Tsintjelis Subject: Re: Port managment Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 07-Nov-2002 Lefteris Tsintjelis wrote: > Hi, > > I have acrually a few questions: > > 1) How can I find ports that do not depend in any other ports? pkg_info -ar > 2) How can I find files that are unused by any port? /usr/ports/Tools/scripts/check_consistency or pkg_which file(s) > 3) How can I find modified files? pkg_info -ag > 4) How can I find missing port files? Need some clarification as to what you mean. > 5) _AND_ (yes finally) How can I find missing port dependencies? pkg_info -I $(pkg_info -arq | cut -d ' ' -f 2) -- Conrad Sabatier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message