summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorghen <ghen>2006-10-19 07:26:06 +0000
committerghen <ghen>2006-10-19 07:26:06 +0000
commit1933baa1009e0bd434b5029f727bee66631dca22 (patch)
treeb7880e9d75caa7bfc93908f14fa98626250f5c12 /sysutils
parent4b9045964dcf5aeaad85c599088cb5359bd52f77 (diff)
downloadpkgsrc-1933baa1009e0bd434b5029f727bee66631dca22.tar.gz
Update dd_rescue to 1.12 (PR pkg/34573 from Martin Wilke) + add README file.
In version 1.12, the ability to log bad blocks to a ASCII file has been added. The option -y can be used to set the fsync frequency which can speed up the copy significantly.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/dd_rescue/Makefile6
-rw-r--r--sysutils/dd_rescue/PLIST4
-rw-r--r--sysutils/dd_rescue/distinfo10
-rw-r--r--sysutils/dd_rescue/patches/patch-ab8
4 files changed, 15 insertions, 13 deletions
diff --git a/sysutils/dd_rescue/Makefile b/sysutils/dd_rescue/Makefile
index a0f37db3eb0..a198cc93dd1 100644
--- a/sysutils/dd_rescue/Makefile
+++ b/sysutils/dd_rescue/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/03/08 08:42:04 ghen Exp $
+# $NetBSD: Makefile,v 1.2 2006/10/19 07:26:06 ghen Exp $
-DISTNAME= dd_rescue-1.11
+DISTNAME= dd_rescue-1.12
CATEGORIES= sysutils
MASTER_SITES= ${HOMEPAGE}
@@ -14,5 +14,7 @@ BUILD_TARGET= dd_rescue
do-install:
${INSTALL_PROGRAM} ${WRKSRC:Q}/dd_rescue ${PREFIX:Q}/bin/
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE}
+ ${INSTALL_DATA} ${WRKSRC:Q}/README.dd_rescue ${PREFIX}/share/doc/${PKGBASE}/README
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/dd_rescue/PLIST b/sysutils/dd_rescue/PLIST
index d4e5d649cfd..8212a0b87de 100644
--- a/sysutils/dd_rescue/PLIST
+++ b/sysutils/dd_rescue/PLIST
@@ -1,2 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/08 08:42:04 ghen Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/10/19 07:26:06 ghen Exp $
bin/dd_rescue
+share/doc/dd_rescue/README
+@dirrm share/doc/dd_rescue
diff --git a/sysutils/dd_rescue/distinfo b/sysutils/dd_rescue/distinfo
index dfc0050e5d7..1eeb9d1a05c 100644
--- a/sysutils/dd_rescue/distinfo
+++ b/sysutils/dd_rescue/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2006/05/09 18:31:49 joerg Exp $
+$NetBSD: distinfo,v 1.3 2006/10/19 07:26:06 ghen Exp $
-SHA1 (dd_rescue-1.11.tar.gz) = 5c00ab592087506ce9e2851c8b4443659bbf9226
-RMD160 (dd_rescue-1.11.tar.gz) = aaf44b8034162ae0738bf0613ac3c6ac4e1ea6f0
-Size (dd_rescue-1.11.tar.gz) = 17259 bytes
+SHA1 (dd_rescue-1.12.tar.gz) = fe2889b2bdbc9c9a78cc0613366e2dcef2c7e749
+RMD160 (dd_rescue-1.12.tar.gz) = 9550d17bf5fe8109b97bae89055e4c0401ea2653
+Size (dd_rescue-1.12.tar.gz) = 18123 bytes
SHA1 (patch-aa) = fbb0fce59b038bad269379ca46592eab4f7929bd
-SHA1 (patch-ab) = 04fb945e2dbe2b0d174c91403af42393cf54f6d0
+SHA1 (patch-ab) = daf42ff433d988d1879f4d569c5b7dc1aba1ea5b
diff --git a/sysutils/dd_rescue/patches/patch-ab b/sysutils/dd_rescue/patches/patch-ab
index 88f8bcd7569..ce0fab988a3 100644
--- a/sysutils/dd_rescue/patches/patch-ab
+++ b/sysutils/dd_rescue/patches/patch-ab
@@ -1,7 +1,5 @@
-$NetBSD: patch-ab,v 1.1 2006/05/09 18:31:49 joerg Exp $
-
---- dd_rescue.c.orig 2006-05-09 18:21:21.000000000 +0000
-+++ dd_rescue.c
+--- dd_rescue.c.orig 2006-07-23 13:47:50.000000000 +0200
++++ dd_rescue.c 2006-09-20 20:27:33.000000000 +0200
@@ -55,6 +55,10 @@
#include <sys/time.h>
#include <sys/stat.h>
@@ -10,6 +8,6 @@ $NetBSD: patch-ab,v 1.1 2006/05/09 18:31:49 joerg Exp $
+#undef O_DIRECT
+#endif
+
- int softbs, hardbs;
+ int softbs, hardbs, syncfreq;
int maxerr, nrerr, reverse, dotrunc, abwrerr, sparse, nosparse;
int verbose, quiet, interact, force;