mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
984 B
Tcl
29 lines
984 B
Tcl
# -*- 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
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran schaffman5 rtf 0.4-14.1
|
|
revision 1
|
|
categories-append textproc
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Rich Text Format (RTF) output
|
|
long_description {*}${description}
|
|
homepage https://github.com/schaffman5/rtf
|
|
checksums rmd160 b519e16469e58be562cafbe9795b012a7ca30818 \
|
|
sha256 1066011c4a2842cdc846445ec3d4929d01c8fbae93bfad5313ade2ad3c704e0c \
|
|
size 189863
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-R.methodsS3 \
|
|
port:R-R.oo
|
|
|
|
depends_test-append port:R-ggplot2 \
|
|
port:R-gsubfn \
|
|
port:R-xtable
|
|
|
|
test.run yes
|