From owner-freebsd-questions@FreeBSD.ORG Mon Apr 30 03:22:02 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 50F1C16A400 for ; Mon, 30 Apr 2007 03:22:02 +0000 (UTC) (envelope-from modulok@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.249]) by mx1.freebsd.org (Postfix) with ESMTP id 1138413C458 for ; Mon, 30 Apr 2007 03:22:01 +0000 (UTC) (envelope-from modulok@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so1230784ana for ; Sun, 29 Apr 2007 20:22:01 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=QRiRu3pZTZBhdJyzG2cb3pLOnc1sxuqPtQx0FGAiHbqFu3vB2muZma+fS8t+pEJYyBxAxQ4dvWrwCqFjFQr/GB51QoFHHlUz8oSyqYmOkWiv2mtNP7tj0JA1FuHkadt7d9ssAa1yA/zJLWJXOVoADoQ92+YayLZbjLMzDSw+rFE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=j253o8QBfrmfqu4QHTSZ4hGDicmmK/MPdsO5jyu+65Q2eySrzaEtZhpwFSAGDHzk0WXOHNO+rbwlHK+6PeZ0tiND3NFUn9WFGm3g8N35+IqOTjFBVu/Ck21giX1lE0K70TSEYImABsFgW49E+szSsytrK3CpTEe8vrCwDQ4tEB8= Received: by 10.100.241.20 with SMTP id o20mr3613604anh.1177903321265; Sun, 29 Apr 2007 20:22:01 -0700 (PDT) Received: by 10.100.198.6 with HTTP; Sun, 29 Apr 2007 20:22:01 -0700 (PDT) Message-ID: <64c038660704292022w45b95a1en10521023bb9a3157@mail.gmail.com> Date: Sun, 29 Apr 2007 20:22:01 -0700 From: Modulok To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Port dependency tool (if that's what you'd call it) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Apr 2007 03:22:02 -0000 I'm not quite sure how to put into word what I want, so bear with me. Is there a tool in the base system which does something along these lines: 1. Look at the makefile of a given port as far as its RUN_DEPENDS and BUILD_DEPENDS. 2. Subtracting what I have already installed, provide me with information about what would be fetched (and possibly installed) in an easy-to-digest format, recursively (for all dependents of dependents ... and so on). If not part of the base system, is there a port which offers this functionality? Thank ye. -Modulok-