# -*- 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.37
revision            0
categories-append   devel
maintainers         {@barracuda156 gmail.com:vital.had} 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  7b1dbd207f0651f7de115b4dbd70d5443d34e76d \
                    sha256  82c4d149994b8a4a9af930f5a8e47420829935abed41f3f9030e94b6a48f0321 \
                    size    232306

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
