---
name: diffmark
version: 0.10
origin: textproc/diffmark
comment: XML diff and merge package
arch: freebsd:9:x86:64
www: http://www.mangrove.cz/diffmark/
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 389739
desc: |
  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.

  WWW: http://www.mangrove.cz/diffmark/
deps:
  libxml2: {origin: textproc/libxml2, version: 2.8.0_2}
  pkgconf: {origin: devel/pkgconf, version: 0.9.2_1}
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories:
- textproc
shlibs_required:
- libdiffmark.so.2
- libxml2.so.5
- libiconv.so.3
shlibs_provided:
- libdiffmark.so.2
