mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
899 B
Tcl
27 lines
899 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 github r-lib diffviewer 0.1.2 v
|
|
revision 0
|
|
categories-append sysutils
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description HTML widget to show file differences
|
|
long_description {*}${description}
|
|
checksums rmd160 351c9152faf226f273c878ee0500a4eeedce6768 \
|
|
sha256 752fcd67bfd1b71317318c2577f050cf60212b12ed53ca1cc487653d93886b36 \
|
|
size 170617
|
|
github.tarball_from archive
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-htmlwidgets \
|
|
port:R-jsonlite
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-shiny
|
|
|
|
test.run yes
|