diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-02-11 15:35:58 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-02-11 15:35:58 +0800 |
commit | f04e9f0bf13aaf6adf47288e5ad4995ddc1dbfa2 (patch) | |
tree | 2998e1882a7d73410ed1cbf731e171504b4384d1 /textproc/Makefile | |
parent | b4463b5de659794c99cc167c71dff6421a4957d8 (diff) | |
download | freebsd-ports-gnome-f04e9f0bf13aaf6adf47288e5ad4995ddc1dbfa2.tar.gz freebsd-ports-gnome-f04e9f0bf13aaf6adf47288e5ad4995ddc1dbfa2.tar.zst freebsd-ports-gnome-f04e9f0bf13aaf6adf47288e5ad4995ddc1dbfa2.zip |
Add xmldiff.
xmldiff uses xmlprpr and diff to display meaningful differences in XML
files in an easy to read format. Output formats available include HTML,
ANSI colour, and regular diff. The coloured modes are particularly
useful for viewing small differences in context within large XML files.
WWW: http://software.decisionsoft.com/tools.html
PR: ports/92947
Submitted by: Paul Chvostek <paul+ports@it.ca>
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 9869b718f98c..c224616671c2 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -808,6 +808,7 @@ SUBDIR += xmlada SUBDIR += xmlcatmgr SUBDIR += xmlcharent + SUBDIR += xmldiff SUBDIR += xmlenc SUBDIR += xmlformat SUBDIR += xmlindent |