Zsolt Udvari 7e1ea1ba02 graphics/R-cran-R.devices: new port
Functions for creating plots and image files in a unified way regardless of
output format (EPS, PDF, PNG, SVG, TIFF, WMF, etc.). Default device options as
well as scales and aspect ratios are controlled in a uniform way across all
device types. Switching output format requires minimal changes in code. This
package is ideal for large-scale batch processing, because it will never leave
open graphics devices or incomplete image files behind, even on errors or user
interrupts.
2025-02-16 19:08:49 +01:00

22 lines
587 B
Makefile

PORTNAME= R.devices
DISTVERSION= 2.17.2
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Unified Handling of Graphics Devices
WWW= https://cran.r-project.org/package=R.devices
LICENSE= LGPL21 LGPL3
LICENSE_COMB= multi
RUN_DEPENDS= R-cran-base64enc>=0.1.2:converters/R-cran-base64enc \
R-cran-R.methodsS3>=1.8.1:devel/R-cran-R.methodsS3 \
R-cran-R.oo>=1.24.0:devel/R-cran-R.oo \
R-cran-R.utils>=2.0.1:devel/R-cran-R.utils
TEST_DEPENDS= R-cran-digest>=0.6.13:security/R-cran-digest
USES= cran:auto-plist
.include <bsd.port.mk>