pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/ddrescue Import ddrescue-1.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5137705cfbb3
branches:  trunk
changeset: 545198:5137705cfbb3
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Jul 28 14:08:07 2008 +0000

description:
Import ddrescue-1.8.
Based on PR 39202 by Edgar Fuss, some fixes and improvement by me.

GNU ddrescue is a data recovery tool. It copies data from one file or block
device (hard disc, cdrom, etc) to another, trying hard to rescue data in case
of read errors.

diffstat:

 sysutils/ddrescue/DESCR    |   3 +++
 sysutils/ddrescue/Makefile |  37 +++++++++++++++++++++++++++++++++++++
 sysutils/ddrescue/PLIST    |   4 ++++
 sysutils/ddrescue/distinfo |   5 +++++
 4 files changed, 49 insertions(+), 0 deletions(-)

diffs (65 lines):

diff -r 36a415eafedb -r 5137705cfbb3 sysutils/ddrescue/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/ddrescue/DESCR   Mon Jul 28 14:08:07 2008 +0000
@@ -0,0 +1,3 @@
+GNU ddrescue is a data recovery tool. It copies data from one file or block
+device (hard disc, cdrom, etc) to another, trying hard to rescue data in case
+of read errors.
diff -r 36a415eafedb -r 5137705cfbb3 sysutils/ddrescue/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/ddrescue/Makefile        Mon Jul 28 14:08:07 2008 +0000
@@ -0,0 +1,37 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/28 14:08:07 obache Exp $
+
+DISTNAME=      ddrescue-1.8
+CATEGORIES=    sysutils
+MASTER_SITES=  ${MASTER_SITE_GNU:=ddrescue/}
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    ef%math.uni-bonn.de@localhost
+HOMEPAGE=      http://www.gnu.org/software/ddrescue/ddrescue.html
+COMMENT=       GNU ddrescue is a data recovery tool
+
+#LICENSE=      gnu-gpl-v3
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+HAS_CONFIGURE=         YES
+USE_LANGUAGES=         c++
+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}
+
+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
+
+.include "../../mk/bsd.pkg.mk"
diff -r 36a415eafedb -r 5137705cfbb3 sysutils/ddrescue/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/ddrescue/PLIST   Mon Jul 28 14:08:07 2008 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/07/28 14:08:07 obache Exp $
+bin/ddrescue
+info/ddrescue.info
+man/man1/ddrescue.1
diff -r 36a415eafedb -r 5137705cfbb3 sysutils/ddrescue/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/ddrescue/distinfo        Mon Jul 28 14:08:07 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/28 14:08:07 obache Exp $
+
+SHA1 (ddrescue-1.8.tar.bz2) = eefe5aaf47fd3e854d74f4877caf29110e3e88f6
+RMD160 (ddrescue-1.8.tar.bz2) = 41d91d2e6bbc59e35295c6e141198bcbeaf9ca75
+Size (ddrescue-1.8.tar.bz2) = 42569 bytes



Home | Main Index | Thread Index | Old Index