From owner-svn-ports-all@freebsd.org Mon Apr 2 07:36:06 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B866EF794DE; Mon, 2 Apr 2018 07:36:06 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5DFE972412; Mon, 2 Apr 2018 07:36:06 +0000 (UTC) (envelope-from tota@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 4D97B12BA8; Mon, 2 Apr 2018 07:36:06 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w327a6Dw084639; Mon, 2 Apr 2018 07:36:06 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w327a5iT084635; Mon, 2 Apr 2018 07:36:05 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201804020736.w327a5iT084635@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Mon, 2 Apr 2018 07:36:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466204 - in head/math: . R-cran-spData X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: in head/math: . R-cran-spData X-SVN-Commit-Revision: 466204 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.25 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: Mon, 02 Apr 2018 07:36:07 -0000 Author: tota Date: Mon Apr 2 07:36:05 2018 New Revision: 466204 URL: https://svnweb.freebsd.org/changeset/ports/466204 Log: - Add new port: math/R-cran-spData Diverse spatial datasets for demonstrating, benchmarking and teaching spatial data analysis. It includes R data of class sf (defined by the package 'sf'), Spatial ('sp'), and nb ('spdep'). Unlike other spatial data packages such as 'rnaturalearth' and 'maps', it also contains data stored in a range of file formats including GeoJSON, ESRI Shapefile and GeoPackage. Some of the datasets are designed to illustrate specific analysis techniques. cycle_hire and cycle_hire_osm, for example, is designed to illustrate point pattern analysis techniques. WWW: https://cran.r-project.org/web/packages/spData/ Added: head/math/R-cran-spData/ head/math/R-cran-spData/Makefile (contents, props changed) head/math/R-cran-spData/distinfo (contents, props changed) head/math/R-cran-spData/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Mon Apr 2 07:11:40 2018 (r466203) +++ head/math/Makefile Mon Apr 2 07:36:05 2018 (r466204) @@ -84,6 +84,7 @@ SUBDIR += R-cran-sf SUBDIR += R-cran-sm SUBDIR += R-cran-sp + SUBDIR += R-cran-spData SUBDIR += R-cran-spdep SUBDIR += R-cran-sspir SUBDIR += R-cran-stabledist Added: head/math/R-cran-spData/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-spData/Makefile Mon Apr 2 07:36:05 2018 (r466204) @@ -0,0 +1,16 @@ +# Created by: TAKATSU Tomonari +# $FreeBSD$ + +PORTNAME= spData +PORTVERSION= 0.2.8.3 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Datasets for Spatial Analysis + +LICENSE= CC0-1.0 + +USES= cran:auto-plist + +.include Added: head/math/R-cran-spData/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-spData/distinfo Mon Apr 2 07:36:05 2018 (r466204) @@ -0,0 +1,3 @@ +TIMESTAMP = 1522652621 +SHA256 (spData_0.2.8.3.tar.gz) = 946b86fde54607e71dacf96cedcdd0a15b472142cb2d2f6c3d5fe4f8ab43c370 +SIZE (spData_0.2.8.3.tar.gz) = 3526342 Added: head/math/R-cran-spData/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-spData/pkg-descr Mon Apr 2 07:36:05 2018 (r466204) @@ -0,0 +1,11 @@ +Diverse spatial datasets for demonstrating, benchmarking and teaching +spatial data analysis. It includes R data of class sf (defined by +the package 'sf'), Spatial ('sp'), and nb ('spdep'). Unlike other +spatial data packages such as 'rnaturalearth' and 'maps', it also +contains data stored in a range of file formats including GeoJSON, +ESRI Shapefile and GeoPackage. Some of the datasets are designed +to illustrate specific analysis techniques. cycle_hire and +cycle_hire_osm, for example, is designed to illustrate point pattern +analysis techniques. + +WWW: https://cran.r-project.org/web/packages/spData/