mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.1 KiB
Tcl
31 lines
1.1 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
|
|
|
|
# GitHub version is outdated.
|
|
R.setup cran jefferis readbitmap 0.1.5
|
|
revision 2
|
|
categories-append graphics
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Simple unified interface to read bitmap images (BMP, JPEG, PNG, TIFF)
|
|
long_description {*}${description}
|
|
checksums rmd160 c2fc4a610467e16b70307bd326e0cb06465b3988 \
|
|
sha256 737d7d585eb33de2c200da64d16781e3c9522400fe2af352e1460c6a402a0291 \
|
|
size 13516
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append path:include/turbojpeg.h:libjpeg-turbo \
|
|
port:libpng \
|
|
port:R-bmp \
|
|
port:R-jpeg \
|
|
port:R-png \
|
|
port:R-tiff
|
|
|
|
depends_test-append port:R-pixmap \
|
|
port:R-testthat
|
|
|
|
test.run yes
|