mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1007 B
Tcl
29 lines
1007 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 tylermorganwall rayimage 0.11.0
|
|
revision 0
|
|
categories-append graphics
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Image processing for simulated cameras
|
|
long_description {*}${description}
|
|
homepage https://www.rayimage.dev
|
|
checksums rmd160 b23b3346cc7cd5f29233e2fac1b8ecb1a17b7f0d \
|
|
sha256 aada00b0d6b6dda53c6d958fa469360e03f71d4f89e2032d2c6ed207974bd214 \
|
|
size 985705
|
|
|
|
depends_lib-append port:R-jpeg \
|
|
port:R-png \
|
|
port:R-progress \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-tiff
|
|
|
|
depends_test-append port:R-magick \
|
|
port:R-testthat
|
|
|
|
test.run yes
|