Date: Tue, 3 Dec 2019 02:26:29 +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: r518899 - in head/math: . R-cran-sets Message-ID: <201912030226.xB32QTXS075821@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912030226.xB32QTXS075821>