Tue Nov 11 21:36:53 2014 UTC ()
Update to 1.19. Changes:

        * Added new option '-H, --test-mode' to simulate read errors.
        * Added new option '-L, --loose-domain' to ddrescue and ddrescuelog.
        * Added new option '-N, --no-trim' to disable trimming of damaged areas.
        * Added new option '-O, --reopen-on-error'.
        * Added new options '-1, --log-rates', and '-2, --log-reads'.
        * Extended '-K, --skip-size' with maximum and disable values.
        * Added new option '-P, --data-preview'.
        * Added new option '-u, --unidirectional'.
        * Added new option '-X, --exit-on-error'.
        * Added new option '--ask' to ask for user confirmation.
        * Added new option '--cpass' to select passes during copying phase.
        * Added new option '--pause' to insert a pause between passes.

        * Added option '-B, --binary-prefixes' to ddrescuelog.
        * Added new option '-C, --complete-logfile' to ddrescuelog.
        * Added new option '-P, --compare-as-domain' to ddrescuelog.

        * If interrupted, ddrescue terminates by raising the signal received.
        * Show ATA model and serial number with '--ask' or '-vv' on Linux.

        * rescuebook.cc (copy_non_tried): Do not mark skipped blocks as
          non-trimmed. Try them in additional passes (before trimming).
        * rescuebook.cc: Limit the copying phase to 3 passes.
        * rescuebook.cc: Alternate direction of passes during copying phase.
        * rescuebook.cc: Smallest blocks are trimmed first.
        * Skip on the first error during the copying phase.
        * rescuebook.cc: Trimming done in one pass, may be run in reverse.
        * The splitting phase has been replaced by a scraping phase.

        * License changed to GPL version 2 or later.


(shattered)
diff -r1.7 -r1.8 pkgsrc/sysutils/ddrescue/Makefile
diff -r1.5 -r1.6 pkgsrc/sysutils/ddrescue/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/sysutils/ddrescue/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/ddrescue/Makefile 2013/11/16 07:59:27 1.7
+++ pkgsrc/sysutils/ddrescue/Makefile 2014/11/11 21:36:53 1.8
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.7 2013/11/16 07:59:27 shattered Exp $ 1# $NetBSD: Makefile,v 1.8 2014/11/11 21:36:53 shattered Exp $
2 2
3DISTNAME= ddrescue-1.17 3DISTNAME= ddrescue-1.19
4CATEGORIES= sysutils 4CATEGORIES= sysutils
5MASTER_SITES= ${MASTER_SITE_GNU:=ddrescue/} 5MASTER_SITES= ${MASTER_SITE_GNU:=ddrescue/}
6EXTRACT_SUFX= .tar.lz 6EXTRACT_SUFX= .tar.lz
7 7
8MAINTAINER= ef@math.uni-bonn.de 8MAINTAINER= ef@math.uni-bonn.de
9HOMEPAGE= http://www.gnu.org/software/ddrescue/ddrescue.html 9HOMEPAGE= http://www.gnu.org/software/ddrescue/ddrescue.html
10COMMENT= GNU ddrescue is a data recovery tool 10COMMENT= GNU ddrescue is a data recovery tool
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v2
12 12
13HAS_CONFIGURE= YES 13HAS_CONFIGURE= YES
14USE_LANGUAGES= c++ 14USE_LANGUAGES= c++
15USE_TOOLS+= gmake 15USE_TOOLS+= gmake
16INFO_FILES= YES 16INFO_FILES= YES
17 17
18CONFIGURE_ARGS+= CC=${CC:Q} CXX=${CXX:Q} CPPFLAGS=${CPPFLAGS:Q} 18CONFIGURE_ARGS+= CC=${CC:Q} CXX=${CXX:Q} CPPFLAGS=${CPPFLAGS:Q}
19CONFIGURE_ARGS+= CFLAGS=${CFLAGS:Q} CXXFLAGS=${CXXFLAGS:Q} 19CONFIGURE_ARGS+= CFLAGS=${CFLAGS:Q} CXXFLAGS=${CXXFLAGS:Q}
20CONFIGURE_ARGS+= LDFLAGS=${LDFLAGS:Q} 20CONFIGURE_ARGS+= LDFLAGS=${LDFLAGS:Q}
21CONFIGURE_ARGS+= --prefix=${PREFIX} 21CONFIGURE_ARGS+= --prefix=${PREFIX}
22CONFIGURE_ARGS+= --infodir=${PREFIX}/${PKGINFODIR} 22CONFIGURE_ARGS+= --infodir=${PREFIX}/${PKGINFODIR}
23CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR} 23CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
24CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} 24CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}

cvs diff -r1.5 -r1.6 pkgsrc/sysutils/ddrescue/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/ddrescue/distinfo 2013/11/16 07:59:27 1.5
+++ pkgsrc/sysutils/ddrescue/distinfo 2014/11/11 21:36:53 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2013/11/16 07:59:27 shattered Exp $ 1$NetBSD: distinfo,v 1.6 2014/11/11 21:36:53 shattered Exp $
2 2
3SHA1 (ddrescue-1.17.tar.lz) = 2d91b070fe629f713d53a97213165a8c568f5ffd 3SHA1 (ddrescue-1.19.tar.lz) = 5c5bfa4e2d0cb98feb1fd66cb9ea0c8ab2c7d34d
4RMD160 (ddrescue-1.17.tar.lz) = fdaf5edf61b195c5a210435f2bd1c1fdb68879af 4RMD160 (ddrescue-1.19.tar.lz) = 31e2c4be6fad160271a6cc546e8944487b4d8d15
5Size (ddrescue-1.17.tar.lz) = 64065 bytes 5Size (ddrescue-1.19.tar.lz) = 68354 bytes