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.
2014-11-11 22:36:53 +01:00
|
|
|
# $NetBSD: Makefile,v 1.8 2014/11/11 21:36:53 shattered Exp $
|
2008-07-28 16:08:07 +02:00
|
|
|
|
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.
2014-11-11 22:36:53 +01:00
|
|
|
DISTNAME= ddrescue-1.19
|
2008-07-28 16:08:07 +02:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=ddrescue/}
|
2013-11-16 08:59:27 +01:00
|
|
|
EXTRACT_SUFX= .tar.lz
|
2008-07-28 16:08:07 +02:00
|
|
|
|
|
|
|
MAINTAINER= ef@math.uni-bonn.de
|
|
|
|
HOMEPAGE= http://www.gnu.org/software/ddrescue/ddrescue.html
|
|
|
|
COMMENT= GNU ddrescue is a data recovery tool
|
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.
2014-11-11 22:36:53 +01:00
|
|
|
LICENSE= gnu-gpl-v2
|
2008-07-28 16:08:07 +02:00
|
|
|
|
|
|
|
HAS_CONFIGURE= YES
|
|
|
|
USE_LANGUAGES= c++
|
Update to 1.15 (not really tested), on the theory that there's no
reason to run old upstream code.
Changes in version 1.15:
The new option "-a, --min-read-rate" has been added.
The new option "-I, --verify-input-size" has been added.
The new option "-x, --extend-outfile" has been added.
Ddrescue now verifies that infile, outfile and logfile are all
different.
Non-tried blocks are now read aligned to cluster-size sectors.
The "split or skip" algorithm of the split pass has been improved.
A spurious warning about "-D" being ignored in fill mode has been
removed.
Ddrescuelog, a tool for manipulation, display, conversion, comparison
and testing of ddrescue logfiles, has been added.
2012-05-23 01:41:04 +02:00
|
|
|
USE_TOOLS+= gmake
|
2008-07-28 16:08:07 +02:00
|
|
|
INFO_FILES= YES
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= CC=${CC:Q} CXX=${CXX:Q} CPPFLAGS=${CPPFLAGS:Q}
|
|
|
|
CONFIGURE_ARGS+= CFLAGS=${CFLAGS:Q} CXXFLAGS=${CXXFLAGS:Q}
|
|
|
|
CONFIGURE_ARGS+= LDFLAGS=${LDFLAGS:Q}
|
|
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
|
|
|
CONFIGURE_ARGS+= --infodir=${PREFIX}/${PKGINFODIR}
|
|
|
|
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
|
|
|
|
|
|
|
TEST_TARGET= check
|
|
|
|
INSTALL_TARGET= install install-man
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|