Port details |
- delta Heuristically minimizes interesting files
- 2020.06.22 devel
=3 2020.06.22Version of this port present on the latest quarterly branch. - Maintainer: se@FreeBSD.org
 - Port Added: 2012-07-10 04:59:44
- Last Update: 2023-06-30 11:45:43
- Commit Hash: 211b01d
- People watching this port, also watch:: indexinfo, openjpeg, yarn-node20, autoconf, py39-pyjwt
- License: BSD2CLAUSE
- WWW:
- https://github.com/dsw/delta/
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/devel/delta/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/delta
- pkg install delta
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: delta
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1688123061
SHA256 (dsw-delta-release-2020-06-22_GH0.tar.gz) = ea8a1dc3a97e21ff09f8c70f6b1f544b17674cc85000d5d79a91e73a662c2e7a
SIZE (dsw-delta-release-2020-06-22_GH0.tar.gz) = 19929
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Run
-
- devel/creduce
Configuration Options:
- ===> The following configuration options are available for delta-2020.06.22:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_delta
- USES:
- gmake perl5 shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2020.06.22 30 Jun 2023 11:45:43
    |
Stefan Eßer (se)  |
devel/delta: fetch from GitHub
Make port more compliant with style, fetch from GitHub instead of a
local copy, respect port system CFLAGS, support installation of README
files depending on DOCS, support testing of the compiled port, take
maintainership from ports@.
The installed programs are identical to those of the previous port
version, except for CFLAGS from the ports system that are no longer
ignored. |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2006.08.03_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2006.08.03_1 10 Jan 2022 15:15:39
    |
Stefan Eßer (se)  |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
2006.08.03_1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2006.08.03_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2006.08.03_1 22 Dec 2014 21:27:20
  |
antoine  |
- Add missing run dependency on perl
- Shebangfix |
2006.08.03 24 Sep 2014 06:00:10
  |
eadler  |
Hand back my ports to the pool.
Ports require time and TLC which I no longer have. |
2006.08.03 13 Dec 2013 18:45:15
  |
eadler  |
devel/delta, devel/newfile: fix LICENSE
newfile is under the BSD3CLAUSE license
delta is under the BSD2CLAUSE license. |
2006.08.03 31 Oct 2013 19:07:30
  |
eadler  |
Simplify delta port by not using a for loop |
2006.08.03 29 Sep 2013 00:07:26
  |
eadler  |
- Convert to staging |
20 Sep 2013 17:03:27

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
2006.08.03 19 Sep 2013 13:42:06
  |
eadler  |
Add patch to respect CC |
2006.08.03 16 Jul 2013 21:59:48
  |
eadler  |
Remove now excess verbiage.
Reviewed by: bapt |
2006.08.03 06 Jul 2013 17:27:41
  |
eadler  |
Convert some of my ports from USE_GMAKE to USES=gmake.
The remainder have other pending patches which I must finish before conversion. |
2006.08.03 28 Mar 2013 01:28:01
  |
eadler  |
A portlint run over my ports revealed some false positives and these two minor
formatting issues. Fix them. |
2006.08.03 08 Mar 2013 20:23:39
  |
eadler  |
Clean up my ports (and a couple of ports@ owned ones):
- Fix COMMENT
- Add MAKE_JOBS_SAFE where appropriate
- Change ordering of LICENSE lines
- Fix new header format
- Etc.
Reviewed by: drogoh (on irc) |
2006.08.03 06 Oct 2012 14:35:46
  |
eadler  |
Trim the headers in the ports I maintain. |
2006.08.03 19 Jul 2012 06:27:16
 |
eadler  |
Fix build on pointhat which didn't like how I used the FETCH_ variables
Submitted by: linimon, erwin |
2006.08.03 10 Jul 2012 04:59:12
 |
eadler  |
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> |