Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Nov 2002 17:32:28 -0600 (CST)
From:      Conrad Sabatier <conrads@cox.net>
To:        Lefteris Tsintjelis <lefty@ene.asda.gr>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Port managment
Message-ID:  <XFMail.20021107173228.conrads@cox.net>
In-Reply-To: <20021107215946.GA79387@ene.asda.gr>

next in thread | previous in thread | raw e-mail | index | archive | help

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 <conrads@cox.net>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20021107173228.conrads>