2012-10-23 21:50:50 +02:00
|
|
|
# $NetBSD: Makefile,v 1.5 2012/10/23 19:50:57 asau Exp $
|
2008-07-28 16:08:07 +02:00
|
|
|
|
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.
2012-05-23 01:41:04 +02:00
|
|
|
DISTNAME= ddrescue-1.15
|
2008-07-28 16:08:07 +02:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=ddrescue/}
|
|
|
|
|
|
|
|
MAINTAINER= ef@math.uni-bonn.de
|
|
|
|
HOMEPAGE= http://www.gnu.org/software/ddrescue/ddrescue.html
|
|
|
|
COMMENT= GNU ddrescue is a data recovery tool
|
2009-05-19 10:59:00 +02:00
|
|
|
LICENSE= gnu-gpl-v3
|
2008-07-28 16:08:07 +02:00
|
|
|
|
|
|
|
HAS_CONFIGURE= YES
|
|
|
|
USE_LANGUAGES= c++
|
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.
2012-05-23 01:41:04 +02:00
|
|
|
USE_TOOLS+= gmake
|
2008-07-28 16:08:07 +02:00
|
|
|
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}
|
|
|
|
|
|
|
|
TEST_TARGET= check
|
|
|
|
INSTALL_TARGET= install install-man
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|