svn commit: r518899 - in head/math: . R-cran-sets

Wen Heping wen at FreeBSD.org
Tue Dec 3 02:26:30 UTC 2019


Author: wen
Date: Tue Dec  3 02:26:29 2019
New Revision: 518899
URL: https://svnweb.freebsd.org/changeset/ports/518899

Log:
  Data structures and basic operations for ordinary sets, generalizations such as
  fuzzy sets, multisets, and fuzzy multisets, customizable sets, and intervals.
  
  WWW: https://cran.r-project.org/web/packages/sets/

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

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Tue Dec  3 01:41:25 2019	(r518898)
+++ head/math/Makefile	Tue Dec  3 02:26:29 2019	(r518899)
@@ -97,6 +97,7 @@
     SUBDIR += R-cran-robustbase
     SUBDIR += R-cran-sandwich
     SUBDIR += R-cran-scatterplot3d
+    SUBDIR += R-cran-sets
     SUBDIR += R-cran-sf
     SUBDIR += R-cran-sm
     SUBDIR += R-cran-sp

Added: head/math/R-cran-sets/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-sets/Makefile	Tue Dec  3 02:26:29 2019	(r518899)
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME=	sets
+DISTVERSION=	1.0-18
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	wen at FreeBSD.org
+COMMENT=	Sets, Generalized Sets, Customizable Sets and Intervals
+
+LICENSE=	GPLv2
+
+USES=		cran:auto-plist,compiles
+
+.include <bsd.port.mk>

Added: head/math/R-cran-sets/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-sets/distinfo	Tue Dec  3 02:26:29 2019	(r518899)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1575338038
+SHA256 (sets_1.0-18.tar.gz) = 74d1e057e5b84197edb120665831d7b0565e2945e903be56c6701e724131679b
+SIZE (sets_1.0-18.tar.gz) = 422583

Added: head/math/R-cran-sets/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-sets/pkg-descr	Tue Dec  3 02:26:29 2019	(r518899)
@@ -0,0 +1,4 @@
+Data structures and basic operations for ordinary sets, generalizations such as
+fuzzy sets, multisets, and fuzzy multisets, customizable sets, and intervals.
+
+WWW: https://cran.r-project.org/web/packages/sets/


More information about the svn-ports-head mailing list