diff options
author | Einar Bjarni Halldórsson <einar@isnic.is> | 2024-04-05 14:06:55 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-04-06 14:42:39 +0000 |
commit | 280bc631f5d64fc399d3bfe3002e90e71ceca241 (patch) | |
tree | 509969d078a62275f15357cd45b3a08fb25f2149 /graphics/R-cran-ragg | |
parent | 2b1ca2ebc522bfaca98471c0a0d02ad5cb4c2827 (diff) | |
download | ports-280bc631f5d64fc399d3bfe3002e90e71ceca241.tar.gz ports-280bc631f5d64fc399d3bfe3002e90e71ceca241.zip |
Diffstat (limited to 'graphics/R-cran-ragg')
-rw-r--r-- | graphics/R-cran-ragg/Makefile | 24 | ||||
-rw-r--r-- | graphics/R-cran-ragg/distinfo | 3 | ||||
-rw-r--r-- | graphics/R-cran-ragg/pkg-descr | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/graphics/R-cran-ragg/Makefile b/graphics/R-cran-ragg/Makefile new file mode 100644 index 000000000000..464dffbcaa27 --- /dev/null +++ b/graphics/R-cran-ragg/Makefile @@ -0,0 +1,24 @@ +PORTNAME= ragg +DISTVERSION= 1.3.0 +CATEGORIES= graphics +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= einar@isnic.is +COMMENT= Graphic Devices Based on AGG +WWW= https://ragg.r-lib.org/ + +LICENSE= MIT + +CRAN_DEPENDS= R-cran-systemfonts>=1.0.3:devel/R-cran-systemfonts \ + R-cran-textshaping>=0.3.0:print/R-cran-textshaping +BUILD_DEPENDS= ${CRAN_DEPENDS} +LIB_DEPENDS= libfreetype.so:print/freetype2 \ + libjpeg.so:graphics/jpeg-turbo \ + libpng16.so:graphics/png \ + libtiff.so:graphics/tiff +RUN_DEPENDS= ${CRAN_DEPENDS} +TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat + +USES= cran:auto-plist,compiles pkgconfig + +.include <bsd.port.mk> diff --git a/graphics/R-cran-ragg/distinfo b/graphics/R-cran-ragg/distinfo new file mode 100644 index 000000000000..7cee0e60c949 --- /dev/null +++ b/graphics/R-cran-ragg/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1710405841 +SHA256 (ragg_1.3.0.tar.gz) = 328c24d35b6b08317f21413902c35e32fd6a953d3e7401fa8b0f5d13895614b2 +SIZE (ragg_1.3.0.tar.gz) = 430242 diff --git a/graphics/R-cran-ragg/pkg-descr b/graphics/R-cran-ragg/pkg-descr new file mode 100644 index 000000000000..b4614faeb226 --- /dev/null +++ b/graphics/R-cran-ragg/pkg-descr @@ -0,0 +1,5 @@ +Anti-Grain Geometry (AGG) is a high-quality and high-performance 2D drawing +library. + +The 'ragg' package provides a set of graphic devices based on AGG to use as +alternative to the raster devices provided through the 'grDevices' package. |