FreeBSD Bugzilla – Attachment 239183 Details for
Bug 268697
[NEW PORT] graphics/R-cran-magick Advanced Graphics and Image-Processing in R
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
new port patch
0001-New-port-graphics-R-cran-magick.patch (text/plain), 2.45 KB, created by
Zsolt Udvari
on 2023-01-01 20:29:40 UTC
(
hide
)
Description:
new port patch
Filename:
MIME Type:
Creator:
Zsolt Udvari
Created:
2023-01-01 20:29:40 UTC
Size:
2.45 KB
patch
obsolete
>From c0c4aa7369efb0708134c39a00e3db7c55d8d2b8 Mon Sep 17 00:00:00 2001 >From: Zsolt Udvari <uzsolt@uzsolt.hu> >Date: Sun, 1 Jan 2023 21:25:08 +0100 >Subject: [PATCH] New port: graphics/R-cran-magick > >--- > graphics/Makefile | 1 + > graphics/R-cran-magick/Makefile | 21 +++++++++++++++++++++ > graphics/R-cran-magick/distinfo | 3 +++ > graphics/R-cran-magick/pkg-descr | 4 ++++ > 4 files changed, 29 insertions(+) > create mode 100644 graphics/R-cran-magick/Makefile > create mode 100644 graphics/R-cran-magick/distinfo > create mode 100644 graphics/R-cran-magick/pkg-descr > >diff --git a/graphics/Makefile b/graphics/Makefile >index 720cea760..de6de0d0e 100644 >--- a/graphics/Makefile >+++ b/graphics/Makefile >@@ -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 >diff --git a/graphics/R-cran-magick/Makefile b/graphics/R-cran-magick/Makefile >new file mode 100644 >index 000000000..281e64bd9 >--- /dev/null >+++ b/graphics/R-cran-magick/Makefile >@@ -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> >diff --git a/graphics/R-cran-magick/distinfo b/graphics/R-cran-magick/distinfo >new file mode 100644 >index 000000000..17eb373cd >--- /dev/null >+++ b/graphics/R-cran-magick/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1672602908 >+SHA256 (magick_2.7.3.tar.gz) = 83877b2e23ea43fbc1164de9c2422eafbe7858393ac384df5adf3a7eec122441 >+SIZE (magick_2.7.3.tar.gz) = 4813163 >diff --git a/graphics/R-cran-magick/pkg-descr b/graphics/R-cran-magick/pkg-descr >new file mode 100644 >index 000000000..35d337274 >--- /dev/null >+++ b/graphics/R-cran-magick/pkg-descr >@@ -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. >-- >2.38.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 268697
: 239183