From owner-freebsd-newbies@FreeBSD.ORG Sun Feb 8 11:42:22 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D4FF16A4CE for ; Sun, 8 Feb 2004 11:42:22 -0800 (PST) Received: from nhugin.diku.dk (nhugin.diku.dk [130.225.96.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5167843D1F for ; Sun, 8 Feb 2004 11:42:22 -0800 (PST) (envelope-from debois@diku.dk) Received: by nhugin.diku.dk (Postfix, from userid 754) id DD40B6E0427; Sun, 8 Feb 2004 20:42:08 +0100 (CET) Received: from tyr.diku.dk (tyr.diku.dk [130.225.96.226]) by nhugin.diku.dk (Postfix) with QMQP id 9DEC86E0421 for ; Sun, 8 Feb 2004 20:42:08 +0100 (CET) Date: Sun, 8 Feb 2004 20:42:20 +0100 From: =?iso-8859-1?Q?S=F8ren?= Debois To: freebsd-newbies@freebsd.org Message-ID: <20040208194220.GC25963@diku.dk> Mail-Followup-To: freebsd-newbies@freebsd.org References: <20040206194820.GA19386@diku.dk> <2220.192.168.0.85.1076105958.squirrel@phoenix.sd73.bc.ca> <20040208131548.GA23540@diku.dk> <20040208162759.GA82649@hijra.homeunix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20040208162759.GA82649@hijra.homeunix.com> User-Agent: Mutt/1.4.1i X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on nhugin.diku.dk X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 Subject: Re: Finding ports X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2004 19:42:22 -0000 On Sun, Feb 08, 2004 at 10:27:59AM -0600, Tweax Daemon wrote: > On Sun, Feb 08, 2004 at 02:15:48PM +0100, Søren Debois wrote: > > /usr/local/bin/fetchmail > > > > I'd like to find all currently not-installed ports, which *would* > > install the above file? > > > The makefile in /mail/fetchmail port would have all dependencies listed > if I'm understanding you correctly. Not quite. Motivating example: I am used to the existence of a utility /usr/local/bin/wn. Doing 'make search name=wn' does not turn up anything useful. How do I find out which port (if any) will provide the file /usr/local/bin/wn? Generally, for any file, how do I find out which ports provide it? -- --- Debois