notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
delta Heuristically minimizes interesting files
2020.06.22 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2020.06.22Version of this port present on the latest quarterly branch.
Maintainer: se@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2012-07-10 04:59:44
Last Update: 2023-06-30 11:45:43
Commit Hash: 211b01d
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (11 items)
Collapse this list.
  1. /usr/local/share/licenses/delta-2020.06.22/catalog.mk
  2. /usr/local/share/licenses/delta-2020.06.22/LICENSE
  3. /usr/local/share/licenses/delta-2020.06.22/BSD2CLAUSE
  4. bin/delta
  5. bin/multidelta
  6. bin/topformflat
  7. share/doc/delta/README.md
  8. share/doc/delta/README_using_delta.md
  9. @owner
  10. @group
  11. @mode
Collapse this list.
Dependency lines:
  • delta>0:devel/delta
Conflicts:
CONFLICTS_INSTALL:
  • git-delta
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
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):
delta
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2020.06.222020.06.222006.08.03_12020.06.222020.06.22-2006.08.03_1-
FreeBSD:13:quarterly2020.06.222020.06.222020.06.222020.06.222020.06.222020.06.222020.06.222020.06.22
FreeBSD:14:latest2020.06.222020.06.222006.08.03_12020.06.222020.06.222006.08.03_1-2006.08.03_1
FreeBSD:14:quarterly2020.06.222020.06.22-2020.06.222020.06.222020.06.222020.06.222020.06.22
FreeBSD:15:latest2020.06.222020.06.22n/a2020.06.22n/a2020.06.222020.06.222020.06.22
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
Runtime dependencies:
  1. perl5>=5.32.r0<5.33 : lang/perl5.32
This port is required by:
for Run
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/dsw/delta/tar.gz/release-2020-06-22?dummy=/
Collapse this list.

Number of commits found: 20

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2020.06.22
30 Jun 2023 11:45:43
commit hash: 211b01d0758aa5f8597db757992022ee6c77ff20commit hash: 211b01d0758aa5f8597db757992022ee6c77ff20commit hash: 211b01d0758aa5f8597db757992022ee6c77ff20commit hash: 211b01d0758aa5f8597db757992022ee6c77ff20 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
2006.08.03_1
10 Jan 2022 15:15:39
commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
2006.08.03_1
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2006.08.03_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2006.08.03_1
22 Dec 2014 21:27:20
Revision:375271Original commit files touched by this commit
antoine search for other commits by this committer
- Add missing run dependency on perl
- Shebangfix
2006.08.03
24 Sep 2014 06:00:10
Revision:369161Original commit files touched by this commit
eadler search for other commits by this committer
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
Revision:336365Original commit files touched by this commit
eadler search for other commits by this committer
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
Revision:332274Original commit files touched by this commit
eadler search for other commits by this committer
Simplify delta port by not using a for loop
2006.08.03
29 Sep 2013 00:07:26
Revision:328635Original commit files touched by this commit
eadler search for other commits by this committer
- Convert to staging
20 Sep 2013 17:03:27
Revision:327722Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
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
Revision:327618Original commit files touched by this commit
eadler search for other commits by this committer
Add patch to respect CC
2006.08.03
16 Jul 2013 21:59:48
Revision:323129Original commit files touched by this commit
eadler search for other commits by this committer
Remove now excess verbiage.

Reviewed by:	bapt
2006.08.03
06 Jul 2013 17:27:41
Revision:322403Original commit files touched by this commit
eadler search for other commits by this committer
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
Revision:315426Original commit files touched by this commit
eadler search for other commits by this committer
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
Revision:313672Original commit files touched by this commit
eadler search for other commits by this committer
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
Revision:305369Original commit files touched by this commit
eadler search for other commits by this committer
Trim the headers in the ports I maintain.
2006.08.03
19 Jul 2012 06:27:16
Original commit files touched by this commit
eadler search for other commits by this committer
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
Original commit files touched by this commit
eadler search for other commits by this committer
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>

Number of commits found: 20