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)
10 lines
425 B
Plaintext
10 lines
425 B
Plaintext
Xdelta provides the ability to generate deltas between a pair
|
|
of files and later apply those deltas. It operates similar to
|
|
the diff and patch commands, but works on binary files and does
|
|
not produce a human readable output.
|
|
|
|
Xdelta has three subcommands, delta, patch, and info. Delta
|
|
accepts two file versions and produces a delta, while patch
|
|
accepts the original file version and delta and produces the
|
|
second version.
|