Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Feb 2019 02:28:53 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493236 - in head/math: . R-cran-scatterplot3d
Message-ID:  <201902180228.x1I2SrAW050784@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Mon Feb 18 02:28:52 2019
New Revision: 493236
URL: https://svnweb.freebsd.org/changeset/ports/493236

Log:
  scatterplot3d: 3D Scatter Plot.
  
  Plots a three dimensional (3D) point cloud.
  
  WWW: https://cran.r-project.org/package=scatterplot3d
  
  PR:		220065
  Submitted by:	pfg@

Added:
  head/math/R-cran-scatterplot3d/
  head/math/R-cran-scatterplot3d/Makefile   (contents, props changed)
  head/math/R-cran-scatterplot3d/distinfo   (contents, props changed)
  head/math/R-cran-scatterplot3d/pkg-descr   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Mon Feb 18 01:48:52 2019	(r493235)
+++ head/math/Makefile	Mon Feb 18 02:28:52 2019	(r493236)
@@ -93,6 +93,7 @@
     SUBDIR += R-cran-rgenoud
     SUBDIR += R-cran-robustbase
     SUBDIR += R-cran-sandwich
+    SUBDIR += R-cran-scatterplot3d
     SUBDIR += R-cran-sf
     SUBDIR += R-cran-sm
     SUBDIR += R-cran-sp

Added: head/math/R-cran-scatterplot3d/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-scatterplot3d/Makefile	Mon Feb 18 02:28:52 2019	(r493236)
@@ -0,0 +1,16 @@
+# Created by: Pedro Giffuni
+# $FreeBSD$
+
+PORTNAME=	scatterplot3d
+DISTVERSION=	0.3-41
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	pfg@FreeBSD.org
+COMMENT=	3D Scatter Plot
+
+LICENSE=	GPLv2
+
+USES=	cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/math/R-cran-scatterplot3d/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-scatterplot3d/distinfo	Mon Feb 18 02:28:52 2019	(r493236)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1550455935
+SHA256 (scatterplot3d_0.3-41.tar.gz) = 4c8326b70a3b2d37126ca806771d71e5e9fe1201cfbe5b0d5a0a83c3d2c75d94
+SIZE (scatterplot3d_0.3-41.tar.gz) = 460912

Added: head/math/R-cran-scatterplot3d/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-scatterplot3d/pkg-descr	Mon Feb 18 02:28:52 2019	(r493236)
@@ -0,0 +1,5 @@
+scatterplot3d: 3D Scatter Plot.
+
+Plots a three dimensional (3D) point cloud.
+
+WWW: https://cran.r-project.org/package=scatterplot3d



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902180228.x1I2SrAW050784>