emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#27814: closed ([PATCH] gnu: Add lziprecover.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#27814: closed ([PATCH] gnu: Add lziprecover.)
Date: Wed, 26 Jul 2017 17:41:01 +0000

Your message dated Wed, 26 Jul 2017 19:41:42 +0200
with message-id <address@hidden>
and subject line [bug#27814] [PATCH] gnu: Add lziprecover.
has caused the debbugs.gnu.org bug report #27814,
regarding [PATCH] gnu: Add lziprecover.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
27814: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27814
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add lziprecover. Date: Tue, 25 Jul 2017 05:14:43 +0200
* gnu/packages/compression.scm (lziprecover): New variable.
---
 gnu/packages/compression.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index ede35f9f5..92636de7f 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -480,6 +480,36 @@ more than bzip2, which makes it well suited for software 
distribution and data
 archiving.  Lzip is a clean implementation of the LZMA algorithm.")
     (license license:gpl3+)))
 
+(define-public lziprecover
+  (package
+    (name "lziprecover")
+    (version "1.19")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://savannah/lzip/" name "/"
+                                  name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0z5fbkm0qprypjf7kxkqganniibj0zml13zvfkrchnjafcmmzyld"))))
+    (build-system gnu-build-system)
+    (home-page "http://www.nongnu.org/lzip/lziprecover.html";)
+    (synopsis "Recover and decompress data from damaged lzip files")
+    (description
+     "Lziprecover is a data recovery tool and decompressor for files in the 
lzip
+compressed data format (.lz).  It can test the integrity of lzip files, extract
+data from damaged ones, and repair most files with small errors (up to one
+single-byte error per member) entirely.
+
+Lziprecover is not a replacement for regular backups, but a last line of 
defence
+when even the backups are corrupt.  It can recover files by merging the good
+parts of two or more damaged copies, such as can be easily produced by running
address@hidden on a failing device.
+
+This package also includes @command{unzcrash}, a tool to test the robustness of
+decompressors when faced with corrupted input.")
+    (license (list license:bsd-2        ; arg_parser.{cc,h}
+                   license:gpl2+))))    ; everything else
+
 (define-public sharutils
   (package
     (name "sharutils")
-- 
2.13.1




--- End Message ---
--- Begin Message --- Subject: [bug#27814] [PATCH] gnu: Add lziprecover. Date: Wed, 26 Jul 2017 19:41:42 +0200 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
Pushed. Thanks!

Kind regards,

T G-R

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]