mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
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)
9 lines
464 B
Text
9 lines
464 B
Text
cdif is a post-processor of the Unix diff command. It highlights
|
|
deleted, changed and added words based on word context. You may want
|
|
to compare character-by-character rather than word-by-word. Option -B
|
|
option can be used for that purpose. If only one file is specified,
|
|
cdif reads that file (stdin if no file) as a output from diff command.
|
|
Lines those don't look like diff output are simply ignored and
|
|
printed.
|
|
|
|
Note that this requires fdescfs(5) mounted.
|