mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
945 B
Tcl
27 lines
945 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
|
|
|
|
R.setup cran GuangchuangYu shadowtext 0.1.4
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license Artistic-2
|
|
description Shadow text grob and layer
|
|
long_description {*}${description}
|
|
homepage https://github.com/GuangchuangYu/shadowtext
|
|
checksums rmd160 3600a78127bf186a47f9e01aed47f2411c623329 \
|
|
sha256 87d0bea90e0090dd40f7cd8c380d185a9d4112a32a729d31859eaeca0cd46ee8 \
|
|
size 176442
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-ggplot2 \
|
|
port:R-scales
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-prettydoc \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|