Index: graphics/R-cran-Cairo/Makefile =================================================================== --- /dev/null +++ graphics/R-cran-Cairo/Makefile @@ -0,0 +1,20 @@ +# Created by: Devin Teske +# $FreeBSD$ + +PORTNAME= Cairo +DISTVERSION= 1.5-10 +CATEGORIES= graphics +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= dteske@FreeBSD.org +COMMENT= R Graphics Device using Cairo Graphics Library + +LICENSE= GPLv2 + +CRAN_DEPENDS= cairo>=1.2:graphics/cairo +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist,compiles + +.include Index: graphics/R-cran-Cairo/distinfo =================================================================== --- /dev/null +++ graphics/R-cran-Cairo/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1575369796 +SHA256 (Cairo_1.5-10.tar.gz) = 7837f0c384cd49bb3342cb39a916d7a80b02fffbf123913a58014e597f69b5d5 +SIZE (Cairo_1.5-10.tar.gz) = 87699 Index: graphics/R-cran-Cairo/pkg-descr =================================================================== --- /dev/null +++ graphics/R-cran-Cairo/pkg-descr @@ -0,0 +1,13 @@ +R graphics device using cairographics library that can be used to create +high-quality vector (PDF, PostScript and SVG) and bitmap output +(PNG,JPEG,TIFF), and high-quality rendering in displays (X11 and Win32). +Since it uses the same back-end for all output, copying across formats is +WYSIWYG. Files are created without the dependence on X11 or other external +programs. This device supports alpha channel (semi-transparent drawing) +and resulting images can contain transparent and semi-transparent regions. +It is ideal for use in server environments (file output) and as a +replacement for other devices that don't have Cairo's capabilities such as +alpha support or anti-aliasing. Backends are modular such that any subset +of backends is supported. + +WWW: https://cran.r-project.org/web/packages/cairo/