From: Leo Famulari <leo@famulari.name>
To: Pjotr Prins <pjotr.public12@thebird.nl>
Cc: guix-devel@gnu.org
Subject: Re: Interest in package for pfff?
Date: Fri, 1 Jan 2016 16:51:51 -0500 [thread overview]
Message-ID: <20160101215151.GA12532@jasmine> (raw)
In-Reply-To: <20160101082325.GB19743@thebird.nl>
On Fri, Jan 01, 2016 at 09:23:25AM +0100, Pjotr Prins wrote:
> I just wrote a package for pfff. Should it go into Guix, and if so,
> what module should it belong in? md5sum and shaxsum are part of
> coreutils. I am thinking pfff should go into gnu/packages/hash.scm.
Yeah, why not?
>
> Pj.
>
> (define-module (gn packages pfff)
^ gnu?
> #:use-module ((guix licenses) #:prefix license:)
> #:use-module (guix packages)
> #:use-module (guix download)
> #:use-module (guix build-system cmake))
>
> (define-public pfff
> (package
> (name "pfff")
> (version "1.0")
> (source (origin
> (method url-fetch)
> (uri (string-append
> "https://github.com/pfff/pfff/archive/v" version ".tar.gz"))
> (sha256
> (base32
> "00m553aa277iarxj6dalmklyb64r7ias49bfwzbacsfg8h3kar8m"))))
> (build-system cmake-build-system)
> (home-page "http://biit.cs.ut.ee/pfff/")
> (synopsis "Probabilistic fast file fingerprinting")
> (description
> "Calculate a probablistic fast finger print (pfff) which
> functions as a compact digital fingerprint of a file by sampling
> randomly from the file instead of reading it in full. Consequently,
> the computation has a flat performance characteristic, correlated with
> data variation rather than file size.")
> (license license:bsd-3)))
> --
>
next prev parent reply other threads:[~2016-01-01 21:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-01 8:23 Interest in package for pfff? Pjotr Prins
2016-01-01 21:51 ` Leo Famulari [this message]
2016-01-02 13:21 ` Ricardo Wurmus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160101215151.GA12532@jasmine \
--to=leo@famulari.name \
--cc=guix-devel@gnu.org \
--cc=pjotr.public12@thebird.nl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.