pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/dd_rescue Update dd_rescue to 1.12 (PR pkg/34...
details: https://anonhg.NetBSD.org/pkgsrc/rev/19262af9132b
branches: trunk
changeset: 520315:19262af9132b
user: ghen <ghen%pkgsrc.org@localhost>
date: Thu Oct 19 07:26:06 2006 +0000
description:
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:
sysutils/dd_rescue/Makefile | 6 ++++--
sysutils/dd_rescue/PLIST | 4 +++-
sysutils/dd_rescue/distinfo | 10 +++++-----
sysutils/dd_rescue/patches/patch-ab | 8 +++-----
4 files changed, 15 insertions(+), 13 deletions(-)
diffs (66 lines):
diff -r 3bd4590d7df5 -r 19262af9132b sysutils/dd_rescue/Makefile
--- a/sysutils/dd_rescue/Makefile Thu Oct 19 06:41:08 2006 +0000
+++ b/sysutils/dd_rescue/Makefile Thu Oct 19 07:26:06 2006 +0000
@@ -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 @@
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 -r 3bd4590d7df5 -r 19262af9132b sysutils/dd_rescue/PLIST
--- a/sysutils/dd_rescue/PLIST Thu Oct 19 06:41:08 2006 +0000
+++ b/sysutils/dd_rescue/PLIST Thu Oct 19 07:26:06 2006 +0000
@@ -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 -r 3bd4590d7df5 -r 19262af9132b sysutils/dd_rescue/distinfo
--- a/sysutils/dd_rescue/distinfo Thu Oct 19 06:41:08 2006 +0000
+++ b/sysutils/dd_rescue/distinfo Thu Oct 19 07:26:06 2006 +0000
@@ -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 -r 3bd4590d7df5 -r 19262af9132b sysutils/dd_rescue/patches/patch-ab
--- a/sysutils/dd_rescue/patches/patch-ab Thu Oct 19 06:41:08 2006 +0000
+++ b/sysutils/dd_rescue/patches/patch-ab Thu Oct 19 07:26:06 2006 +0000
@@ -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 @@
+#undef O_DIRECT
+#endif
+
- int softbs, hardbs;
+ int softbs, hardbs, syncfreq;
int maxerr, nrerr, reverse, dotrunc, abwrerr, sparse, nosparse;
int verbose, quiet, interact, force;
Home |
Main Index |
Thread Index |
Old Index