graphics/R-cran-magick: New port

Advanced Graphics and Image-Processing in R.

PR:		268697
This commit is contained in:
Zsolt Udvari 2023-01-02 16:46:57 -05:00 committed by Guangyuan Yang
parent bbe08c79cb
commit 66a4ddf602
4 changed files with 29 additions and 0 deletions

View File

@ -24,6 +24,7 @@
SUBDIR += R-cran-gridExtra
SUBDIR += R-cran-jpeg
SUBDIR += R-cran-latticeExtra
SUBDIR += R-cran-magick
SUBDIR += R-cran-munsell
SUBDIR += R-cran-pROC
SUBDIR += R-cran-pixmap

View File

@ -0,0 +1,21 @@
PORTNAME= magick
DISTVERSION= 2.7.3
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= uzsolt@uzsolt.hu
COMMENT= Advanced Graphics and Image-Processing in R
WWW= https://cran.r-project.org/web/packages/magick/index.html
LICENSE= MIT
CRAN_DEPENDS= R-cran-curl>0:ftp/R-cran-curl \
R-cran-magrittr>0:devel/R-cran-magrittr \
R-cran-Rcpp>0:devel/R-cran-Rcpp
BUILD_DEPENDS+= ${CRAN_DEPENDS}
RUN_DEPENDS= ImageMagick7>0:graphics/ImageMagick7 \
${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1672602908
SHA256 (magick_2.7.3.tar.gz) = 83877b2e23ea43fbc1164de9c2422eafbe7858393ac384df5adf3a7eec122441
SIZE (magick_2.7.3.tar.gz) = 4813163

View File

@ -0,0 +1,4 @@
Advanced Graphics and Image-Processing in R
Bindings to ImageMagick. Supports many common formats and manipulations.
The package includes a native graphics device for creating in-memory
graphics or drawing onto images using pixel coordinates.