# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           R 1.0

R.setup             github rundel diffmatchpatch 0.1.0
revision            1
categories-append   devel
maintainers         nomaintainer
license             Apache-2
description         String diff, match and patch utilities
long_description    A wrapper for Google diff-match-patch library. \
                    It provides basic tools for computing diffs, finding fuzzy matches \
                    and constructing/applying patches to strings.
homepage            https://rundel.github.io/diffmatchpatch
checksums           rmd160  018fb33244b731eccbd24901781c944979167611 \
                    sha256  395e99a2c9e7236dd89df84398a0626d1f1a54fe6b2beeb2de5538934f0a6cef \
                    size    42646

depends_lib-append  port:R-cli \
                    port:R-Rcpp

test.run            yes
