You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.3 KiB
Tcl
36 lines
1.3 KiB
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 rstudio pagedown 0.21
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Paginate the HTML output of R markdown with CSS for print
|
|
long_description {*}${description}
|
|
checksums rmd160 67c221b99b5285dee56208a0a3c698627cacf399 \
|
|
sha256 d3947d9238e327a67527eb91bdaa44d1b5c50a1376c2b5f8aa74bf81978064c1 \
|
|
size 253812
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-bookdown \
|
|
port:R-htmltools \
|
|
port:R-httpuv \
|
|
port:R-jsonlite \
|
|
port:R-later \
|
|
port:R-processx \
|
|
port:R-rmarkdown \
|
|
port:R-servr \
|
|
port:R-websocket \
|
|
port:R-xfun
|
|
|
|
# Some test deps are omitted.
|
|
# Not enabling tests due to a need for Pandoc.
|
|
depends_test-append port:R-covr \
|
|
port:R-pdftools \
|
|
port:R-promises \
|
|
port:R-testit \
|
|
port:R-xml2
|