diff options
Diffstat (limited to 'textproc/diffmark/pkg-descr')
-rw-r--r-- | textproc/diffmark/pkg-descr | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/textproc/diffmark/pkg-descr b/textproc/diffmark/pkg-descr deleted file mode 100644 index 73d2a6b2af2a..000000000000 --- a/textproc/diffmark/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -diffmark is an XML diff and merge package. It consists of a shared C++ -library, libdiffmark, plus two programs wrapping the library into a -command-line interface: dm and dm-merge. dm takes 2 XML files and -prints their diff (also an XML document) on its standard output. -dm-merge takes the first document passed to dm and its output and -produces the second document. |