unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Vasile Dumitrascu <va511e@yahoo.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: 30977-done@debbugs.gnu.org
Subject: [bug#30977] [PATCH] gnu: Add duperemove.
Date: Thu, 29 Mar 2018 14:14:00 +0000	[thread overview]
Message-ID: <aac1f2ca-1414-48d3-ce71-d59dd15344a3@yahoo.com> (raw)
In-Reply-To: <87h8ozw0pu.fsf@gnu.org>

  Hello

Thank you for the merge,

  Vasile


Ludovic Courtès:
> Hello,
>
> Vasile Dumitrascu <va511e@yahoo.com> skribis:
>
>> * gnu/packages/disk.scm (duperemove): New variable.
> Applied with the following changes, mostly to placate ‘guix lint’.
>
> Thanks,
> Ludo’.
>
>
>
> diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
> index de829cd24..595000bf8 100644
> --- a/gnu/packages/disk.scm
> +++ b/gnu/packages/disk.scm
> @@ -463,21 +463,23 @@ a card with a smaller capacity than stated.")
>    (package
>      (name "duperemove")
>      (version "v0.11.beta4")
> -    (source
> -     (origin
> -       (method url-fetch)
> -       (uri (string-append "https://github.com/markfasheh/duperemove/archive/"
> -                           version ".tar.gz"))
> -       (sha256
> -        (base32
> -         "1h5nk03kflfnzihvn2rvfz1h623x1zpkn9hp29skd7n3f2bc5k7x"))))
> +    (source (origin
> +              (method url-fetch)
> +              (uri (string-append
> +                    "https://github.com/markfasheh/duperemove/archive/"
> +                    version ".tar.gz"))
> +              (sha256
> +               (base32
> +                "1h5nk03kflfnzihvn2rvfz1h623x1zpkn9hp29skd7n3f2bc5k7x"))
> +              (file-name (string-append name "-" version ".tar.gz"))))
>      (build-system gnu-build-system)
> +    (native-inputs
> +     `(("pkg-config" ,pkg-config)))
>      (inputs
> -     `(("pkg-config" ,pkg-config)
> -       ("glib" ,glib)
> +     `(("glib" ,glib)
>         ("sqlite" ,sqlite)))
>      (arguments
> -     `(#:tests? #f ;no test suite
> +     `(#:tests? #f                                ;no test suite
>         #:phases
>         (modify-phases %standard-phases
>           ;; no configure script
> @@ -485,18 +487,18 @@ a card with a smaller capacity than stated.")
>         #:make-flags (list (string-append "PREFIX=" %output)
>                            "CC=gcc")))
>      (home-page "https://github.com/markfasheh/duperemove")
> -    (synopsis "Tools for deduping file systems")
> -    (description "Duperemove is a simple tool for finding duplicated extents and
> -submitting them for deduplication. When given a list of files it will hash their
> -contents on a block by block basis and compare those hashes to each other,
> -finding and categorizing blocks that match each other. When given the -d option,
> -duperemove will submit those extents for deduplication using the Linux kernel
> -extent-same ioctl.
> +    (synopsis "Tools for de-duplicating file system data")
> +    (description "Duperemove is a simple tool for finding duplicated extents
> +and submitting them for deduplication.  When given a list of files it will
> +hash their contents on a block by block basis and compare those hashes to each
> +other, finding and categorizing blocks that match each other.  When given the
> +@option{-d} option, duperemove will submit those extents for deduplication
> +using the Linux kernel extent-same @code{ioctl}.
>  
> -Duperemove can store the hashes it computes in a 'hashfile'. If given an
> -existing hashfile, duperemove will only compute hashes for those files which
> -have changed since the last run. Thus you can run duperemove repeatedly on your
> -data as it changes, without having to re-checksum unchanged data.
> +Duperemove can store the hashes it computes in a @dfn{hash file}.  If given an
> +existing hash file, duperemove will only compute hashes for those files which
> +have changed since the last run.  Thus you can run duperemove repeatedly on
> +your data as it changes, without having to re-checksum unchanged data.
>  
> -Duperemove can also take input from the fdupes program.")
> +Duperemove can also take input from the @command{fdupes} program.")
>      (license license:gpl2)))

      reply	other threads:[~2018-03-29 14:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-28 19:25 [bug#30977] [PATCH] gnu: Add duperemove Vasile Dumitrascu
2018-03-29 12:00 ` bug#30977: " Ludovic Courtès
2018-03-29 14:14   ` Vasile Dumitrascu [this message]

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aac1f2ca-1414-48d3-ce71-d59dd15344a3@yahoo.com \
    --to=va511e@yahoo.com \
    --cc=30977-done@debbugs.gnu.org \
    --cc=ludo@gnu.org \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).