Projects : Textproc/mgdiff
mgdiff
-
Graphical front end to the UNIX diff command.
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.
Preview
Installation
-
mgdiff is available in
FreeBSD
ports, you can install it from textproc/mgdiff, using the
FreeBSD ports system:
cd /usr/ports/mgdiff make install clean
or by using the pkg system:pkg install textproc/mgdiff