pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/R-rgl



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Sep 11 12:25:58 UTC 2021

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

Log Message:
(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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/R-rgl/DESCR \
    pkgsrc/graphics/R-rgl/Makefile pkgsrc/graphics/R-rgl/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-rgl/DESCR
diff -u /dev/null pkgsrc/graphics/R-rgl/DESCR:1.1
--- /dev/null   Sat Sep 11 12:25:58 2021
+++ pkgsrc/graphics/R-rgl/DESCR Sat Sep 11 12:25:58 2021
@@ -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.
Index: pkgsrc/graphics/R-rgl/Makefile
diff -u /dev/null pkgsrc/graphics/R-rgl/Makefile:1.1
--- /dev/null   Sat Sep 11 12:25:58 2021
+++ pkgsrc/graphics/R-rgl/Makefile      Sat Sep 11 12:25:58 2021
@@ -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"
Index: pkgsrc/graphics/R-rgl/distinfo
diff -u /dev/null pkgsrc/graphics/R-rgl/distinfo:1.1
--- /dev/null   Sat Sep 11 12:25:58 2021
+++ pkgsrc/graphics/R-rgl/distinfo      Sat Sep 11 12:25:58 2021
@@ -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