diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-13 19:09:58 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-13 19:09:58 +0000 |
commit | e0688cabc2054861fcecc1af817efe0936324bf5 (patch) | |
tree | b7ff0f2a3558a4680d8809c75b6ad4109dc68228 /textproc/Makefile | |
parent | 5b0c0fbc0a075dba17add736393fa4c688a4d96c (diff) | |
download | ports-e0688cabc2054861fcecc1af817efe0936324bf5.tar.gz ports-e0688cabc2054861fcecc1af817efe0936324bf5.zip |
Add port textproc/xxdiff-scripts:
xxdiff is a computer program that allows a user (usually a software
developer of some sort) to easily visualize the differences between
files. The manner and goal for which this process is applied over
multiple files is highly dependent on the application, and most of
the time is driven by custom user scripts.
For example, a configuration management engineer in a company might
provide some kind of merge policing environment, that allows software
developers to review changes in files for the purpose of accepting or
rejecting a submitted changeset to a codebase. Another example is
that of a developer wishing to review the changes he made to a
checkout of files from a source-code management system such as CVS,
Subversion, ClearCase, Perforce, etc.
WWW: http://furius.ca/xxdiff/doc/xxdiff-scripts.html
Notes
Notes:
svn path=/head/; revision=170483
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 7fe2bfd9de50..f64607798d99 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -935,6 +935,7 @@ SUBDIR += xstream SUBDIR += xt SUBDIR += xxdiff + SUBDIR += xxdiff-scripts SUBDIR += y2l SUBDIR += yamcha SUBDIR += yi-aspell |