OpenBSD.app - search packages

(Sat Mar 7 00:00:54 2026)

Found 3 results for 'gdiff' in 0.002303 seconds.
View as JSON

Package Name Details Comment Description
gdiff-3.11p0 GNU versions of the diff utilities GNU versions of diff utilities. You can use the diff command to
show differences between two files, or each corresponding file in
two directories. diff outputs differences between files line by
line in any of several formats, selectable by command line options.
This set of differences is often called a `diff' or `patch'. For
files that are identical, diff normally produces no output; for
binary (non-text) files, diff normally reports only that they are
different.

Note that this port will install these utilities with a 'g' prefix,
e.g. gdiff, but the documentation will refer to them without the
'g' prefix.
mgdiff-1.0p7 graphical front end to Unix diff This is mgdiff, a graphical front end to the Unix diff command based
upon X11R[456] and the Motif widget set. It allows the user to select
two files for comparison, runs the diff command, parses the output and
presents the results graphically. This presentation can also be used
to generate a user-specified merge of the two files into a third file.

This program's appearance is based upon a program called gdiff, which
runs only on Silicon Graphics workstations and for which source code
is not provided.
xxdiff-20220318p5 graphical file comparator and merge tool xxdiff, a graphical file comparator and merge tool
--------------------------------------------------

xxdiff is a file comparator and merge tool. It is an open-source
replacement for Rudy Wortel's xdiff which comes with SGI machines
(which was itself inspired by SGI's gdiff). xxdiff can be used to
graphically display differences between two (eventually three) files.
It can also be used to merge two files together, by allowing the user
to select regions and save the results of the selection. It is also
an aid in code reviewing, as it allows a reviewer to look at the pieces
of changed code and save selected portions of the code to an editor to
make comments (horizontal diffs make reviewing much easier, especially
for a long list of files).