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.

WWW:	http://delta.tigris.org/

Reviewed by:	Bryan Drewery <bryan@shatow.net>
This commit is contained in:
Eitan Adler 2012-07-10 04:59:12 +00:00
parent 80fc9f70cd
commit 710caedb48
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300700
4 changed files with 42 additions and 0 deletions

View File

@ -305,6 +305,7 @@
SUBDIR += dconf
SUBDIR += ddd
SUBDIR += deheader
SUBDIR += delta
SUBDIR += deputy
SUBDIR += desktop-file-utils
SUBDIR += dev86

33
devel/delta/Makefile Normal file
View File

@ -0,0 +1,33 @@
# Ports collection makefile for: delta
# Date created: 2012-07-09
# Whom: eadler
#
# $FreeBSD$
#
PORTNAME= delta
PORTVERSION= 2006.08.03
CATEGORIES= devel
MASTER_SITES= http://delta.tigris.org/files/documents/3103/33566/
MAINTAINER= eadler@FreeBSD.org
COMMENT= Heuristically minimizes interesting files
LICENSE= BSD
FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget
FETCH_CMD= ${LOCALBASE}/bin/wget
FETCH_ARGS= --quiet
PLIST_FILES= bin/delta bin/multidelta bin/topformflat
USE_GMAKE= yes
do-install:
.for file in delta multidelta
${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin
.endfor
${INSTALL_PROGRAM} ${WRKSRC}/topformflat ${PREFIX}/bin
.include <bsd.port.mk>

2
devel/delta/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (delta-2006.08.03.tar.gz) = 38184847a92b01b099bf927dbe66ef88fcfbe7d346a7304eeaad0977cb809ca0
SIZE (delta-2006.08.03.tar.gz) = 32804

6
devel/delta/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
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.
WWW: http://delta.tigris.org/