You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1005 B
Tcl
29 lines
1005 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 SciViews svDialogstcltk 1.0.0
|
|
revision 1
|
|
categories-append sysutils
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Standard dialog boxes using Tcl/Tk
|
|
long_description {*}${description}
|
|
homepage https://www.sciviews.org/svDialogstcltk
|
|
checksums rmd160 291f52847f16a8303751df7f0a08725c72ec3b89 \
|
|
sha256 de792e4d078d985ee7e981b2b91be681e6e15c1fb66a963e903af6186ae03d0f \
|
|
size 16274
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-svDialogs \
|
|
port:R-svGUI
|
|
|
|
depends_test-append port:R-covr \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-spelling
|
|
|
|
test.run yes
|