summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz>2010-02-25 20:21:44 +0000
committerwiz <wiz>2010-02-25 20:21:44 +0000
commit841804d73c34b5317316ef049f9a89670cd03b0c (patch)
tree2fb71225be5792fec1948ba60a98ecbaff18895f /sysutils
parent617783659d7db7762c802c662d21bd7d444b4b46 (diff)
downloadpkgsrc-841804d73c34b5317316ef049f9a89670cd03b0c.tar.gz
Update to 1.11, provided by Mustafa Dogan in private mail.
Changes in version 1.11: In case of error writing the logfile to disc, the user is now given the possibility of fixing the problem and continue. The splitting algorithm has been modified to read secuentially the areas smaller than a threshold size. After every read error, ddrescue now verifies the input file has not disappeared. In rescue mode, ddrescue now shows the time elapsed from the last successful read. Signals SIGUSR1 and SIGUSR2 are now ignored by ddrescue. Descriptions of "--direct", "--synchronous" and "--sparse" in the manual have been made clearer. Description of rescue algorithm in the manual has been made clearer. "make check" now verifies that files are open in binary mode. A warning about logfile usage has been added to "ddrescue --help" output. 1.10: Changes: The option "--try-again" has been added. The size skipped when bad sectors are found has been made independent of "cluster-size". Rescue speed has been improved for large log files. An overflow reading from devices of undefined size has been fixed. "make install-info" should now work on Debian and Mac OS X. 1.9 Changes: The new option "--domain-logfile" has been added. Verbosity control of user messages has been simplified. This release improves portability by using the LLONG_MAX macro instead of LONG_LONG_MAX. This release is also available in lzip format.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ddrescue/Makefile11
-rw-r--r--sysutils/ddrescue/distinfo8
2 files changed, 6 insertions, 13 deletions
diff --git a/sysutils/ddrescue/Makefile b/sysutils/ddrescue/Makefile
index 3eb11dc79d7..a5519d51f6c 100644
--- a/sysutils/ddrescue/Makefile
+++ b/sysutils/ddrescue/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2009/05/19 08:59:34 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2010/02/25 20:21:44 wiz Exp $
-DISTNAME= ddrescue-1.8
+DISTNAME= ddrescue-1.11
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNU:=ddrescue/}
-EXTRACT_SUFX= .tar.bz2
MAINTAINER= ef@math.uni-bonn.de
HOMEPAGE= http://www.gnu.org/software/ddrescue/ddrescue.html
@@ -24,12 +23,6 @@ CONFIGURE_ARGS+= --infodir=${PREFIX}/${PKGINFODIR}
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-SUBST_CLASSES+= llmaxmin
-SUBST_STAGE.llmaxmin= pre-build
-SUBST_FILES.llmaxmin= main.cc rescuebook.cc
-SUBST_SED.llmaxmin= -e 's/LONG_LONG_MAX/LLONG_MAX/g'
-SUBST_SED.llmaxmin+= -e 's/LONG_LONG_MIN/LLONG_MIN/g'
-
TEST_TARGET= check
INSTALL_TARGET= install install-man
diff --git a/sysutils/ddrescue/distinfo b/sysutils/ddrescue/distinfo
index c5527e7d829..6fad1731fa2 100644
--- a/sysutils/ddrescue/distinfo
+++ b/sysutils/ddrescue/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/07/28 14:08:07 obache Exp $
+$NetBSD: distinfo,v 1.2 2010/02/25 20:21:44 wiz Exp $
-SHA1 (ddrescue-1.8.tar.bz2) = eefe5aaf47fd3e854d74f4877caf29110e3e88f6
-RMD160 (ddrescue-1.8.tar.bz2) = 41d91d2e6bbc59e35295c6e141198bcbeaf9ca75
-Size (ddrescue-1.8.tar.bz2) = 42569 bytes
+SHA1 (ddrescue-1.11.tar.gz) = d39ef5fab0ca0a2d6310fdd00580459f83c973bc
+RMD160 (ddrescue-1.11.tar.gz) = 54bb0db1e6b940e722533f4f8048aee7b07851e2
+Size (ddrescue-1.11.tar.gz) = 50259 bytes