freebsd-ports/misc/jojodiff/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00

12 lines
689 B
Text

JDIFF is a program that outputs the differences between two binary files,
either in binary format or human readable format (detailed or summarized).
JPTCH can then be used to reconstruct the second file from the first file.
Possible applications include incremental backups, synchronising files
between two computers over a slow network, and others.
JDIFF tries to find a minimal set of differences between two files using
a heuristic algorithm with constant space and linear time complexity.
This means that accuracy is traded over speed. JDIFF will therefore, in
general, not always find the smallest set of differences, but will try
to be fast and will use a fixed amount of memory.