From owner-freebsd-ports@freebsd.org Tue Mar 28 12:53:30 2017 Return-Path: Delivered-To: freebsd-ports@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 B9F8DD21052 for ; Tue, 28 Mar 2017 12:53:30 +0000 (UTC) (envelope-from rodrigo@osorio.me) Received: from smtp.osorio.me (smtp.osorio.me [5.196.94.126]) by mx1.freebsd.org (Postfix) with ESMTP id 8B313874 for ; Tue, 28 Mar 2017 12:53:30 +0000 (UTC) (envelope-from rodrigo@osorio.me) Received: from [172.16.33.178] (unknown [213.174.108.235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.osorio.me (Postfix) with ESMTPSA id 0465712AF1 for ; Tue, 28 Mar 2017 12:47:22 +0000 (UTC) From: ros@bebik.net Subject: Re: port of nss-passwords To: freebsd-ports@freebsd.org References: <20170328083242.GA26303@sh4-5.1blu.de> <6208b8c0-3660-b005-b7cb-16f8b86bbe3a@abinet.ru> Message-ID: <3b7e7d2c-0c33-3e58-75ca-87bbffe8692f@osorio.me> Date: Tue, 28 Mar 2017 14:47:21 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <6208b8c0-3660-b005-b7cb-16f8b86bbe3a@abinet.ru> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 12:53:30 -0000 On 03/28/17 11:31, abi wrote: > > > On 28.03.2017 11:32, Matthias Apitz wrote: >> >> Anybody out here who knows what ports could bring the required >> infrastructure ocamlfind...? I have installed ocaml-4.02.3, but this has >> no 'ocamlfind'. >> > > Probably, this one http://www.freshports.org/devel/ocaml-findlib/ > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" Hi, As a personal project start an online tool to found which package provides a specific file, the interface is far from perfect but it works. At the moment I just perform the results are 100% true for FreeBSD-11 AMD64. Feel free to try it. :) http://pkgtool.osorio.me/ All the best, - rodrigo