diff options
author | gdt <gdt@pkgsrc.org> | 2012-05-22 23:41:04 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2012-05-22 23:41:04 +0000 |
commit | b1c816a53b35de0ef76474dbccc1faa8d2b9d30a (patch) | |
tree | 42ed9f244feabd126f5c74db452a2d91d6793ee3 /sysutils | |
parent | 1786dbf7d8ff02326532360b5e8a38b468e5ae80 (diff) | |
download | pkgsrc-b1c816a53b35de0ef76474dbccc1faa8d2b9d30a.tar.gz |
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.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ddrescue/Makefile | 5 | ||||
-rw-r--r-- | sysutils/ddrescue/PLIST | 4 | ||||
-rw-r--r-- | sysutils/ddrescue/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/sysutils/ddrescue/Makefile b/sysutils/ddrescue/Makefile index a5519d51f6c..3688bbd0191 100644 --- a/sysutils/ddrescue/Makefile +++ b/sysutils/ddrescue/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2010/02/25 20:21:44 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2012/05/22 23:41:04 gdt Exp $ -DISTNAME= ddrescue-1.11 +DISTNAME= ddrescue-1.15 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GNU:=ddrescue/} @@ -13,6 +13,7 @@ PKG_DESTDIR_SUPPORT= user-destdir HAS_CONFIGURE= YES USE_LANGUAGES= c++ +USE_TOOLS+= gmake INFO_FILES= YES CONFIGURE_ARGS+= CC=${CC:Q} CXX=${CXX:Q} CPPFLAGS=${CPPFLAGS:Q} diff --git a/sysutils/ddrescue/PLIST b/sysutils/ddrescue/PLIST index 45e4af436cc..b51aed57af6 100644 --- a/sysutils/ddrescue/PLIST +++ b/sysutils/ddrescue/PLIST @@ -1,4 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2008/07/28 14:08:07 obache Exp $ +@comment $NetBSD: PLIST,v 1.2 2012/05/22 23:41:04 gdt Exp $ bin/ddrescue +bin/ddrescuelog info/ddrescue.info man/man1/ddrescue.1 +man/man1/ddrescuelog.1 diff --git a/sysutils/ddrescue/distinfo b/sysutils/ddrescue/distinfo index 6fad1731fa2..3d907b8249f 100644 --- a/sysutils/ddrescue/distinfo +++ b/sysutils/ddrescue/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2010/02/25 20:21:44 wiz Exp $ +$NetBSD: distinfo,v 1.3 2012/05/22 23:41:04 gdt Exp $ -SHA1 (ddrescue-1.11.tar.gz) = d39ef5fab0ca0a2d6310fdd00580459f83c973bc -RMD160 (ddrescue-1.11.tar.gz) = 54bb0db1e6b940e722533f4f8048aee7b07851e2 -Size (ddrescue-1.11.tar.gz) = 50259 bytes +SHA1 (ddrescue-1.15.tar.gz) = 7046adc4a4b1076b7b5d2d0c987e1608d6b67486 +RMD160 (ddrescue-1.15.tar.gz) = b258bbe15efa30f526b41271f61c12fef9f37783 +Size (ddrescue-1.15.tar.gz) = 99082 bytes |