---
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
files:
  /usr/local/bin/dm: b9ac834e82905c42eff652e3cf8dcc03a4831d0a93453e372233edad7ba96f75
  /usr/local/bin/dm-merge: deb3a99e273b3f216da6d663336cf383ffa4e9b083c40d0eb9f1fd0bc57acfba
  /usr/local/include/diffmark/compare.hh: 00348d7a0652156a27eb289910227393498c758ad91afd3f0f4d28aaf826f789
  /usr/local/include/diffmark/compareimpl.hh: 12b74d08febdfedcff9a480a8f5830f80cba9d1d2e19d9cbeb56bd953fe510ac
  /usr/local/include/diffmark/diff.hh: cde3d5a001812b2366d277eaabc4c14dd0b81a7dd526b8c0e86b32173f1147a8
  /usr/local/include/diffmark/lcs.hh: f08c9e07b15fa14a6c8f8df3e95e33bd2f9af0d5e2f76c3d664e109b455954f4
  /usr/local/include/diffmark/lcsimpl.hh: 3871d6a05b202b002f8eeac357aeb7af8e75e9cf64c933c86f3adbe9101852c8
  /usr/local/include/diffmark/link.hh: 241768fe218eee3a85385b4f1869e9aac242621dbfa6f4b0e821fb41085b6cd8
  /usr/local/include/diffmark/merge.hh: 529e965c61abdf06739acdd618ef313a1e5cc3581f9905f11cc386df5e400abd
  /usr/local/include/diffmark/namespacecollector.hh: b058b06e60a8cf3d3354315b32cbc34496ad9f0202f847094a34c29f0cff7a2e
  /usr/local/include/diffmark/nspace.hh: 08340efaea7b03ccd390e330dcd9c4fae04f76be3292c1c7fefe489b82818585
  /usr/local/include/diffmark/target.hh: d05eb05de8a218ed9e58df6f5f31057503b5a6a381b3c4e28d7fdc7d52f72f35
  /usr/local/include/diffmark/xbuffer.hh: fc102e2f53b88a83c04d1b641b0dc7d7b46159bb1e657e72c44e219a1eee4e55
  /usr/local/include/diffmark/xdoc.hh: 7054d644b4a8841318834b7bbdef6047fd72d20b6f614099f5fe96b313da720b
  /usr/local/include/diffmark/xutil.hh: 87d25cf5430a835eff745cc679d9b20f707a15978b615714f6bafc2e24394ef1
  /usr/local/lib/libdiffmark.a: 92b8ed8e5f8a38ca1b13003d9eb252907b4c079d0bca93a7f41af701c75a6032
  /usr/local/lib/libdiffmark.la: 31b49a3a34ce54eb8382f616fd493eb86e6e6407bb5cab89099e691ffbbaa56b
  /usr/local/lib/libdiffmark.so: '-'
  /usr/local/lib/libdiffmark.so.2: eaf3b6c01de20543dc878fe5fc221bafcb0588e1504859049165447f1359aac2
directories:
  /usr/local/include/diffmark/: n
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
  post-deinstall: |
    /sbin/ldconfig -R
