mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
fb16dfecae
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)
12 lines
616 B
Plaintext
12 lines
616 B
Plaintext
sdif is inspired by System V sdiff(1) command. The basic feature of
|
|
sdif is making a side-by-side listing of two different files. All
|
|
contents of two files are listed on left and right sides. Center
|
|
column is used to indicate how different those lines. No mark means
|
|
no difference. Added, deleted and modified lines are marked with `-'
|
|
and `+' character.
|
|
|
|
It also reads and formats the output from diff command from standard
|
|
input. Besides normal diff output, context diff -c and unified diff
|
|
-u output will be handled properly. Combined diff format is also
|
|
supported, but currently limited upto three files.
|