# -*- 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             cran eddelbuettel digest 0.6.39
revision            1
categories-append   devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             GPL-2+
description         Create compact hash digests of R objects
long_description    {*}${description}
homepage            http://dirk.eddelbuettel.com/code/digest.html
checksums           rmd160  788f0d74f0804798b6f4df92e81a6efc2130a05e \
                    sha256  8bf048b49b2d17077138fae758bda56bbd53278d9437f2fdeaedf979c90a13c9 \
                    size    236629

depends_test-append port:R-simplermarkdown \
                    port:R-tinytest

# On Big-endian platforms spooky hash works fine, but computes different values.
# Therefore it is disabled.
# https://github.com/eddelbuettel/digest/issues/182
test.run            yes
