summaryrefslogtreecommitdiff
path: root/devel/delta
diff options
context:
space:
mode:
authormorr <morr>2012-09-14 08:11:10 +0000
committermorr <morr>2012-09-14 08:11:10 +0000
commitf07fe42bbeb493ec2713a5809f5c2cc0e9b90b7d (patch)
tree98e1e3d2a9b56fa32d751150fc78230a1ef7fe4c /devel/delta
parent319a402966de3cce8883efda4d7900bf2eb62a9d (diff)
downloadpkgsrc-f07fe42bbeb493ec2713a5809f5c2cc0e9b90b7d.tar.gz
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.
Diffstat (limited to 'devel/delta')
-rw-r--r--devel/delta/DESCR4
-rw-r--r--devel/delta/Makefile25
-rw-r--r--devel/delta/PLIST4
-rw-r--r--devel/delta/distinfo5
4 files changed, 38 insertions, 0 deletions
diff --git a/devel/delta/DESCR b/devel/delta/DESCR
new file mode 100644
index 00000000000..ff14aac73bb
--- /dev/null
+++ b/devel/delta/DESCR
@@ -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.
diff --git a/devel/delta/Makefile b/devel/delta/Makefile
new file mode 100644
index 00000000000..51a5c273666
--- /dev/null
+++ b/devel/delta/Makefile
@@ -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"
diff --git a/devel/delta/PLIST b/devel/delta/PLIST
new file mode 100644
index 00000000000..3a224779a64
--- /dev/null
+++ b/devel/delta/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2012/09/14 08:11:10 morr Exp $
+bin/delta
+bin/multidelta
+bin/topformflat
diff --git a/devel/delta/distinfo b/devel/delta/distinfo
new file mode 100644
index 00000000000..ca96d912f59
--- /dev/null
+++ b/devel/delta/distinfo
@@ -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