# -*- 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

# Revert to GitHub once updated there.
R.setup             cran enricoschumann textutils 0.4-3 v _CRAN
revision            1
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-3
description         Utilities for handling strings and text
long_description    Utilities for handling character vectors that store human-readable text \
                    (either plain or with markup, such as HTML or LaTeX). The package provides, \
                    in particular, functions that help with the preparation of plain-text reports \
                    (e.g. for expanding and aligning strings that form the lines of such reports), \
                    it also provides generic functions for transforming R objects to HTML and to plain text.
homepage            http://enricoschumann.net/R/packages/textutils
checksums           rmd160  0d35bf345c4ab5d0e1acf716b8138b866952b850 \
                    sha256  e1eca8fbd2018e4cc152b08ae0db7fd05b05d2e5779b2e20cc25275a354e7fae \
                    size    150298
# github.tarball_from archive
supported_archs     noarch

depends_test-append port:R-tinytest

test.run            yes
