Delta assists you in minimizing "interesting" files subject to a test of

their interestingness. A common such situation is when attempting to
isolate a small failure-inducing substring of a large input that causes
your program to exhibit a bug.
This commit is contained in:
morr 2012-09-14 08:11:10 +00:00
parent 4084a1e6e6
commit 72f2973aec
4 changed files with 38 additions and 0 deletions

4
devel/delta/DESCR Normal file
View file

@ -0,0 +1,4 @@
Delta assists you in minimizing "interesting" files subject to a test of
their interestingness. A common such situation is when attempting to
isolate a small failure-inducing substring of a large input that causes
your program to exhibit a bug.

25
devel/delta/Makefile Normal file
View file

@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.1 2012/09/14 08:11:10 morr Exp $
#
DISTNAME= delta-2006.08.03
CATEGORIES= devel
MASTER_SITES= http://www.tigris.org/files/documents/3103/33566/
MAINTAINER= morr@NetBSD.org
HOMEPAGE= http://delta.tigris.org/
COMMENT= Heuristically minimizes interesting files
LICENSE= 2-clause-bsd
PKG_DESTDIR_SUPPORT= user-destdir
FETCH_USING= wget
USE_TOOLS+= gmake perl
REPLACE_PERL= delta multidelta
INSTALLATION_DIRS= bin
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/delta ${DESTDIR}${PREFIX}/bin/delta
${INSTALL_SCRIPT} ${WRKSRC}/multidelta ${DESTDIR}${PREFIX}/bin/multidelta
${INSTALL_PROGRAM} ${WRKSRC}/topformflat ${DESTDIR}${PREFIX}/bin/topformflat
.include "../../mk/bsd.pkg.mk"

4
devel/delta/PLIST Normal file
View file

@ -0,0 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2012/09/14 08:11:10 morr Exp $
bin/delta
bin/multidelta
bin/topformflat

5
devel/delta/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2012/09/14 08:11:10 morr Exp $
SHA1 (delta-2006.08.03.tar.gz) = e5ab4933bdbcddac3ba96d6ec497213b42f9f26e
RMD160 (delta-2006.08.03.tar.gz) = cd8d40af47d642fc94ea0bb0643e86b68d56f876
Size (delta-2006.08.03.tar.gz) = 32804 bytes