Diff

UPDATE-PATCHES(1) - General Commands Manual

Cvs, Diff, Patch, Update-Patches

UPDATE-PATCHES(1) - General Commands Manual # UPDATE-PATCHES(1) - General Commands Manual NAME # update-patches - create or update patches for a given port SYNOPSIS # update-patches DESCRIPTION # update-patches is a helper script for the target update-patches in bsd.port.mk(5). It takes no argument, but uses quite a few environment variables as implicit parameters. update-patches looks under WRKDIST for patched files. Those are files with extension PATCHORIG, except for those matching also DISTORIG. ...

ZDIFF(1) - General Commands Manual

Cmp, Compress, Diff, Gzip, Zdiff

ZDIFF(1) - General Commands Manual # ZDIFF(1) - General Commands Manual NAME # zcmp, zdiff - compare compressed files SYNOPSIS # zcmp [options] file1 [file2] zdiff [options] file1 [file2] DESCRIPTION # zcmp and zdiff are filters that invoke cmp(1) or diff(1) respectively to compare compressed files. Such files generally have a “Z” or “gz” extension (both the compress(1) and gzip(1) formats are supported). Any options that are specified are passed to cmp(1) or diff(1). ...