From owner-svn-ports-all@freebsd.org Tue Dec 3 02:26:30 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A432F1C3AF7; Tue, 3 Dec 2019 02:26:30 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47Rm7p3swFz3FC5; Tue, 3 Dec 2019 02:26:30 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 682698C41; Tue, 3 Dec 2019 02:26:30 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xB32QUYi075824; Tue, 3 Dec 2019 02:26:30 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xB32QTXS075821; Tue, 3 Dec 2019 02:26:29 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201912030226.xB32QTXS075821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 3 Dec 2019 02:26:29 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/math: . R-cran-sets X-SVN-Commit-Revision: 518899 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Dec 2019 02:26:30 -0000 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 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/