Received: by mail.netbsd.org (Postfix, from userid 605) id AB8CB84D65; Fri, 7 Aug 2020 00:25:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 34BF684CF7 for ; Fri, 7 Aug 2020 00:25:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 2QxSZrT8UMNV for ; Fri, 7 Aug 2020 00:25:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AB86C84CEA for ; Fri, 7 Aug 2020 00:25:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A4EF6FB28; Fri, 7 Aug 2020 00:25:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159675994984530" MIME-Version: 1.0 Date: Fri, 7 Aug 2020 00:25:49 +0000 From: "Brook Milligan" Subject: CVS commit: pkgsrc/geography To: pkgsrc-changes@NetBSD.org Reply-To: brook@netbsd.org X-Mailer: log_accum Message-Id: <20200807002549.A4EF6FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159675994984530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: brook Date: Fri Aug 7 00:25:49 UTC 2020 Modified Files: pkgsrc/geography: Makefile Added Files: pkgsrc/geography/R-geosphere: DESCR Makefile distinfo Log Message: geography/R-geosphere: import R-geosphere-1.5.10 Spherical trigonometry for geographic applications. That is, compute distances and related measures for angular (longitude/latitude) locations. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 pkgsrc/geography/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/geography/R-geosphere/DESCR \ pkgsrc/geography/R-geosphere/Makefile \ pkgsrc/geography/R-geosphere/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159675994984530 Content-Disposition: inline Content-Length: 2245 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/Makefile diff -u pkgsrc/geography/Makefile:1.81 pkgsrc/geography/Makefile:1.82 --- pkgsrc/geography/Makefile:1.81 Fri Aug 7 00:20:08 2020 +++ pkgsrc/geography/Makefile Fri Aug 7 00:25:49 2020 @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.81 2020/08/07 00:20:08 brook Exp $ +# $NetBSD: Makefile,v 1.82 2020/08/07 00:25:49 brook Exp $ # COMMENT= Software for geographical-related uses SUBDIR+= R-countrycode SUBDIR+= R-deldir +SUBDIR+= R-geosphere SUBDIR+= R-maptools SUBDIR+= cm2gpx SUBDIR+= cmconvert Added files: Index: pkgsrc/geography/R-geosphere/DESCR diff -u /dev/null pkgsrc/geography/R-geosphere/DESCR:1.1 --- /dev/null Fri Aug 7 00:25:49 2020 +++ pkgsrc/geography/R-geosphere/DESCR Fri Aug 7 00:25:49 2020 @@ -0,0 +1,3 @@ +Spherical trigonometry for geographic applications. That is, compute +distances and related measures for angular (longitude/latitude) +locations. Index: pkgsrc/geography/R-geosphere/Makefile diff -u /dev/null pkgsrc/geography/R-geosphere/Makefile:1.1 --- /dev/null Fri Aug 7 00:25:49 2020 +++ pkgsrc/geography/R-geosphere/Makefile Fri Aug 7 00:25:49 2020 @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2020/08/07 00:25:49 brook Exp $ + +CATEGORIES= geography +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/geosphere/ +COMMENT= Spherical Trigonometry +LICENSE= gnu-gpl-v3 + +R_PKGNAME= geosphere +R_PKGVER= 1.5-10 + +DEPENDS+= R-sp>=1.2.5:../../math/R-sp + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/geography/R-geosphere/distinfo diff -u /dev/null pkgsrc/geography/R-geosphere/distinfo:1.1 --- /dev/null Fri Aug 7 00:25:49 2020 +++ pkgsrc/geography/R-geosphere/distinfo Fri Aug 7 00:25:49 2020 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/08/07 00:25:49 brook Exp $ + +SHA1 (R/geosphere_1.5-10.tar.gz) = 75eda0622dcb82cc3f710eeb38993849994a2955 +RMD160 (R/geosphere_1.5-10.tar.gz) = fc027ac418fa1418c908e6097371ac6f032563fc +SHA512 (R/geosphere_1.5-10.tar.gz) = 4cea3b9afadba3c4b002976b7152cf7ff5caa5968a06f0c31e7f9d74632cbccf80e5f6191c21dc7e4155338ed79ffdd013ce257011c3cb207b2c912f1ca70f0a +Size (R/geosphere_1.5-10.tar.gz) = 774048 bytes --_----------=_159675994984530--