mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
957 B
Tcl
29 lines
957 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 ShotaOchi magickGUI 1.3.1
|
|
revision 1
|
|
categories-append graphics
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description GUI tools for interactive image processing with Magick
|
|
long_description {*}${description}
|
|
checksums rmd160 f3173b1fa60abf28cae2173b6af1ce60f0917ec9 \
|
|
sha256 1765a1b7686068da0fc7ac3c8fef2b2e10d1a6ad83a0b2c7d614cd3b17714f92 \
|
|
size 17858
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-magick
|
|
|
|
depends_run-append port:ImageMagick
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|