pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/R-rgl (graphics/R-rgl) import R-rgl-0.107.14
details: https://anonhg.NetBSD.org/pkgsrc/rev/bd5a1c575e36
branches: trunk
changeset: 458181:bd5a1c575e36
user: mef <mef%pkgsrc.org@localhost>
date: Sat Sep 11 12:25:58 2021 +0000
description:
(graphics/R-rgl) import R-rgl-0.107.14
Provides medium to high level functions for 3D interactive graphics,
including functions modelled on base graphics (plot3d(), etc.) as well
as functions for constructing representations of geometric objects
(cube3d(), etc.). Output may be on screen using OpenGL, or to various
standard 3D file formats including WebGL, PLY, OBJ, STL as well as 2D
image formats, including PNG, Postscript, SVG, PGF.
diffstat:
graphics/R-rgl/DESCR | 6 ++++++
graphics/R-rgl/Makefile | 34 ++++++++++++++++++++++++++++++++++
graphics/R-rgl/distinfo | 6 ++++++
3 files changed, 46 insertions(+), 0 deletions(-)
diffs (58 lines):
diff -r 91b2098d2b1e -r bd5a1c575e36 graphics/R-rgl/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-rgl/DESCR Sat Sep 11 12:25:58 2021 +0000
@@ -0,0 +1,6 @@
+Provides medium to high level functions for 3D interactive graphics,
+including functions modelled on base graphics (plot3d(), etc.) as well
+as functions for constructing representations of geometric objects
+(cube3d(), etc.). Output may be on screen using OpenGL, or to various
+standard 3D file formats including WebGL, PLY, OBJ, STL as well as 2D
+image formats, including PNG, Postscript, SVG, PGF.
diff -r 91b2098d2b1e -r bd5a1c575e36 graphics/R-rgl/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-rgl/Makefile Sat Sep 11 12:25:58 2021 +0000
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1 2021/09/11 12:25:58 mef Exp $
+
+R_PKGNAME= rgl
+R_PKGVER= 0.107.14
+CATEGORIES= graphics
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= 3D Visualization Using OpenGL
+LICENSE= gnu-gpl-v1 OR gnu-gpl-v2 OR gnu-gpl-v3
+
+DEPENDS+= R-crosstalk>=1.0.0:../../textproc/R-crosstalk
+DEPENDS+= R-htmltools>=0.3.6:../../textproc/R-htmltools
+DEPENDS+= R-htmlwidgets>=1.3:../../www/R-htmlwidgets
+DEPENDS+= R-jsonlite>=0.9.20:../../textproc/R-jsonlite
+DEPENDS+= R-knitr>=1.23:../../print/R-knitr
+DEPENDS+= R-magrittr>=2.0.1:../../devel/R-magrittr
+DEPENDS+= R-manipulateWidget-[0-9]*:../../graphics/R-manipulateWidget
+DEPENDS+= R-mathjaxr-[0-9]*:../../www/R-mathjaxr
+DEPENDS+= R-shiny>=1.3.2:../../www/R-shiny
+
+# Packages suggested but not available:
+# 'orientlib', 'misc3d', 'magick', 'plotrix', 'tripack', 'interp',
+# 'alphashape3d', 'js', 'webshot2', 'downlit', 'pkgdown', 'extrafont'
+
+TEST_DEPENDS+= R-deldir-[0-9]*:../../geography/R-deldir
+TEST_DEPENDS+= R-akima-[0-9]*:../../math/R-akima
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+
+
+USE_LANGUAGES= c c++
+
+.include "../../graphics/png/buildlink3.mk"
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 91b2098d2b1e -r bd5a1c575e36 graphics/R-rgl/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-rgl/distinfo Sat Sep 11 12:25:58 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/09/11 12:25:58 mef Exp $
+
+SHA1 (R/rgl_0.107.14.tar.gz) = dda760d7e795a721376099e59a45f4c2fb365fef
+RMD160 (R/rgl_0.107.14.tar.gz) = 6679717a659fb21851ccdf681dd4666fff8903c6
+SHA512 (R/rgl_0.107.14.tar.gz) = beb99e6144c13d41ac575a1bb13350170c9f81a5bfbb33dc5378258c9db8114e47319b59a54f6f8c6942ceb7bd8d08e58b13d7055dd2cbc2f137cf7d2527508a
+Size (R/rgl_0.107.14.tar.gz) = 2568366 bytes
Home |
Main Index |
Thread Index |
Old Index