pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/R-magick



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Feb 25 02:12:43 UTC 2024

Added Files:
        pkgsrc/graphics/R-magick: DESCR Makefile distinfo

Log Message:
(graphics/R-magick) import R-magick-2.8.3

Bindings to 'ImageMagick': the most comprehensive open-source image
processing library available. Supports many common formats (png, jpeg,
tiff, pdf, etc) and manipulations (rotate, scale, crop, trim, flip,
blur, etc). All operations are vectorized via the Magick++ STL meaning
they operate either on a single frame or a series of frames for
working with layers, collages, or animation. In RStudio images are
automatically previewed when printed to the console, resulting in an
interactive editing environment. The latest version of the package
includes a native graphics device for creating in-memory graphics or
drawing onto images using pixel coordinates.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/R-magick/DESCR \
    pkgsrc/graphics/R-magick/Makefile pkgsrc/graphics/R-magick/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/graphics/R-magick/DESCR
diff -u /dev/null pkgsrc/graphics/R-magick/DESCR:1.1
--- /dev/null   Sun Feb 25 02:12:43 2024
+++ pkgsrc/graphics/R-magick/DESCR      Sun Feb 25 02:12:43 2024
@@ -0,0 +1,10 @@
+Bindings to 'ImageMagick': the most comprehensive open-source image
+processing library available. Supports many common formats (png, jpeg,
+tiff, pdf, etc) and manipulations (rotate, scale, crop, trim, flip,
+blur, etc). All operations are vectorized via the Magick++ STL meaning
+they operate either on a single frame or a series of frames for
+working with layers, collages, or animation. In RStudio images are
+automatically previewed when printed to the console, resulting in an
+interactive editing environment. The latest version of the package
+includes a native graphics device for creating in-memory graphics or
+drawing onto images using pixel coordinates.
Index: pkgsrc/graphics/R-magick/Makefile
diff -u /dev/null pkgsrc/graphics/R-magick/Makefile:1.1
--- /dev/null   Sun Feb 25 02:12:43 2024
+++ pkgsrc/graphics/R-magick/Makefile   Sun Feb 25 02:12:43 2024
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2024/02/25 02:12:43 mef Exp $
+
+R_PKGNAME=     magick
+R_PKGVER=      2.8.3
+CATEGORIES=    graphics
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Advanced Graphics and Image-Processing in R
+LICENSE=       mit     # + file LICENSE
+
+DEPENDS+=      R-magrittr>=2.0.3:../../devel/R-magrittr
+DEPENDS+=      R-curl>=5.0.0nb2:../../www/R-curl
+
+USE_LANGUAGES= c c++
+USE_TOOLS+=    pkg-config
+
+# Packages suggested but not available:
+#   'av', 'rsvg', 'webp', 'pdftools', 'gapminder', 'IRdisplay',
+#   'tesseract', 'gifski'
+
+.include "../../graphics/ImageMagick/buildlink3.mk"
+.include "../../math/R/Makefile.extension"
+.include "../../devel/R-Rcpp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/R-magick/distinfo
diff -u /dev/null pkgsrc/graphics/R-magick/distinfo:1.1
--- /dev/null   Sun Feb 25 02:12:43 2024
+++ pkgsrc/graphics/R-magick/distinfo   Sun Feb 25 02:12:43 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/02/25 02:12:43 mef Exp $
+
+BLAKE2s (R/magick_2.8.3.tar.gz) = b606e315f3c3b1c1e2fc655b3a3796d4783232bd55df3e107d783f8e8bb00a46
+SHA512 (R/magick_2.8.3.tar.gz) = a9c4e40e3c4b81a5a2b1af630b9a1544509b7bffee2f5f5657a0671a7a6b4ab2636532526dfbfe481591148bffd04141465b70df8b9476ea66c7c31caea977ab
+Size (R/magick_2.8.3.tar.gz) = 4600396 bytes



Home | Main Index | Thread Index | Old Index