graphics/R-cran-magick: New port
Advanced Graphics and Image-Processing in R. PR: 268697
This commit is contained in:
parent
bbe08c79cb
commit
66a4ddf602
@ -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
|
||||
|
21
graphics/R-cran-magick/Makefile
Normal file
21
graphics/R-cran-magick/Makefile
Normal 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>
|
3
graphics/R-cran-magick/distinfo
Normal file
3
graphics/R-cran-magick/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1672602908
|
||||
SHA256 (magick_2.7.3.tar.gz) = 83877b2e23ea43fbc1164de9c2422eafbe7858393ac384df5adf3a7eec122441
|
||||
SIZE (magick_2.7.3.tar.gz) = 4813163
|
4
graphics/R-cran-magick/pkg-descr
Normal file
4
graphics/R-cran-magick/pkg-descr
Normal 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.
|
Loading…
Reference in New Issue
Block a user