View | Details | Raw Unified | Return to bug 220065
Collapse All | Expand All

(-)math/R-cran-scatterplot3d/Makefile (+16 lines)
Line 0 Link Here
1
# Created by: Pedro Giffuni
2
# $FreeBSD$
3
4
PORTNAME=	scatterplot3d
5
DISTVERSION=	0.3-40
6
CATEGORIES=	math
7
DISTNAME=	${PORTNAME}_${DISTVERSION}
8
9
MAINTAINER=	pfg@FreeBSD.org
10
COMMENT=	3D Scatter Plot
11
12
LICENSE=	GPLv2
13
14
USES=	cran:auto-plist
15
16
.include <bsd.port.mk>
(-)math/R-cran-scatterplot3d/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1497653206
2
SHA256 (scatterplot3d_0.3-40.tar.gz) = 8249118aa29199017a6686d8245fed5343dabcf049b1588141a7cf83245b6a29
3
SIZE (scatterplot3d_0.3-40.tar.gz) = 453806
(-)math/R-cran-scatterplot3d/pkg-descr (+5 lines)
Line 0 Link Here
1
scatterplot3d: 3D Scatter Plot.
2
3
Plots a three dimensional (3D) point cloud.
4
5
WWW: https://cran.r-project.org/package=scatterplot3d

Return to bug 220065