Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Mar 2017 12:31:04 +0300
From:      abi <abi@abinet.ru>
To:        Matthias Apitz <guru@unixarea.de>, freebsd-questions@freebsd.org
Cc:        freebsd-ports@freebsd.org
Subject:   Re: port of nss-passwords
Message-ID:  <6208b8c0-3660-b005-b7cb-16f8b86bbe3a@abinet.ru>
In-Reply-To: <20170328083242.GA26303@sh4-5.1blu.de>
References:  <20170328083242.GA26303@sh4-5.1blu.de>

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


On 28.03.2017 11:32, Matthias Apitz wrote:
> Hello,
>
> I was searching for some cmd line tool to extract the 'saved logins'
> from my firefox; I know that there is some mozilla add-on, but I do not
> want to use this.
>
> I came across this little piece of software https://github.com/glondu/nss-passwords
> which seems to do exactly this, following the README:
>
> ...
> This program reads passwords from a Mozilla keyring. It can run
> entirely in text mode. It is merely a higher level version of
> pwdecrypt, which is no longer convenient for direct use with
> SQLite-based and JSON-based keyrings of recent versions of Firefox.
> ...
>
> The problem is that I do not understand, what the Makefile is doing (in
> Debian), for example:
>
> OCAMLC = ocamlfind ocamlc -g -package fileutils.str,sqlite3,atdgen
> OCAMLOPT = ocamlfind ocamlopt -g -package fileutils.str,sqlite3,atdgen
>
> ML_CFLAGS = $(foreach u,$(shell pkg-config --cflags nss),-ccopt $(u))
> ML_LFLAGS = $(foreach u,$(shell pkg-config --libs nss),-cclib $(u))
> ...
> %.cmo: %.ml
> 	$(OCAMLC) -c $<
> ...
>
> 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/




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6208b8c0-3660-b005-b7cb-16f8b86bbe3a>