From owner-freebsd-questions@freebsd.org Fri Sep 11 03:45:30 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D23129CC8E9 for ; Fri, 11 Sep 2015 03:45:30 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E633138F for ; Fri, 11 Sep 2015 03:45:30 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 85A49D7889; Fri, 11 Sep 2015 10:45:20 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= content-type:content-type:mime-version:message-id:date:date :in-reply-to:subject:subject:from:from:received:received :received; s=selector1; t=1441943119; x=1443757520; bh=3qIhHoYF2 EZAOM6we197mDT6ErDnazUEvOXL3X35oVQ=; b=hjUBq3V8uNjq+x+4tjFWhWknp INjdAHptxHvRZKaNTz/3GRgKox3GlaorQCK8d6IOGv9xTfn0AkPuqOG0wJZxeAqJ GXvKDmRQNoGp/N2XHkNJxdZoRAjh3mCP5shhThRAPlbw+5zaP1zxncIVPNfenL9O 5x5pacY/RkkIj+1hOU= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by mail.cs.ait.ac.th (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id xCVPx9Q8J7Nc; Fri, 11 Sep 2015 10:45:19 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id 788D9D7888; Fri, 11 Sep 2015 10:45:19 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.7/8.14.7/Submit) id t8B3jHlL020826; Fri, 11 Sep 2015 10:45:17 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) From: Olivier Nicole To: reg@dwf.com Cc: freebsd-questions@freebsd.org Subject: Re: How to find what package (or port) a routine is in. In-Reply-To: <201509110308.t8B38QW9025454@deneb.dwf.com> (reg@dwf.com) Date: Fri, 11 Sep 2015 10:45:17 +0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2015 03:45:30 -0000 reg@dwf.com writes: > I think the subject line says it all. > I'm looking for 'formail' which google FreeBSD formail shows me > exists in FreeBSD, but I have no idea how to find the package/ > port containing it. >From the top of my head, formail is in fetchmail, procmail or mailutils Olivier > Someone point me in the right direction. --