Received: by mail.netbsd.org (Postfix, from userid 605) id A2E2B84D79; Fri, 7 Aug 2020 03:42:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2D0BD84D28 for ; Fri, 7 Aug 2020 03:42:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id y8qQ2NrKApQR for ; Fri, 7 Aug 2020 03:42:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A049284CEA for ; Fri, 7 Aug 2020 03:42:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9A8A9FB28; Fri, 7 Aug 2020 03:42:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1596771761187980" MIME-Version: 1.0 Date: Fri, 7 Aug 2020 03:42:41 +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: <20200807034241.9A8A9FB28@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. --_----------=_1596771761187980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: brook Date: Fri Aug 7 03:42:41 UTC 2020 Modified Files: pkgsrc/geography: Makefile Added Files: pkgsrc/geography/R-spatstat.utils: DESCR Makefile distinfo Log Message: geography/R-spatstat.utils: import R-spatstat.utils-1.17.0 Contains utility functions for the 'spatstat' package which may also be useful for other purposes. To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 pkgsrc/geography/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/geography/R-spatstat.utils/DESCR \ pkgsrc/geography/R-spatstat.utils/Makefile \ pkgsrc/geography/R-spatstat.utils/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1596771761187980 Content-Disposition: inline Content-Length: 2229 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/Makefile diff -u pkgsrc/geography/Makefile:1.86 pkgsrc/geography/Makefile:1.87 --- pkgsrc/geography/Makefile:1.86 Fri Aug 7 03:19:21 2020 +++ pkgsrc/geography/Makefile Fri Aug 7 03:42:41 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.86 2020/08/07 03:19:21 brook Exp $ +# $NetBSD: Makefile,v 1.87 2020/08/07 03:42:41 brook Exp $ # COMMENT= Software for geographical-related uses @@ -11,6 +11,7 @@ SUBDIR+= R-maps SUBDIR+= R-maptools SUBDIR+= R-prettymapr SUBDIR+= R-rgeos +SUBDIR+= R-spatstat.utils SUBDIR+= cm2gpx SUBDIR+= cmconvert SUBDIR+= epsg Added files: Index: pkgsrc/geography/R-spatstat.utils/DESCR diff -u /dev/null pkgsrc/geography/R-spatstat.utils/DESCR:1.1 --- /dev/null Fri Aug 7 03:42:41 2020 +++ pkgsrc/geography/R-spatstat.utils/DESCR Fri Aug 7 03:42:41 2020 @@ -0,0 +1,2 @@ +Contains utility functions for the 'spatstat' package which may also +be useful for other purposes. Index: pkgsrc/geography/R-spatstat.utils/Makefile diff -u /dev/null pkgsrc/geography/R-spatstat.utils/Makefile:1.1 --- /dev/null Fri Aug 7 03:42:41 2020 +++ pkgsrc/geography/R-spatstat.utils/Makefile Fri Aug 7 03:42:41 2020 @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2020/08/07 03:42:41 brook Exp $ + +R_PKGNAME= spatstat.utils +R_PKGVER= 1.17-0 +CATEGORIES= geography + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Utility Functions for 'spatstat' +LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 + +USE_LANGUAGES= c + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/geography/R-spatstat.utils/distinfo diff -u /dev/null pkgsrc/geography/R-spatstat.utils/distinfo:1.1 --- /dev/null Fri Aug 7 03:42:41 2020 +++ pkgsrc/geography/R-spatstat.utils/distinfo Fri Aug 7 03:42:41 2020 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/08/07 03:42:41 brook Exp $ + +SHA1 (R/spatstat.utils_1.17-0.tar.gz) = 41e9284b04bee4b711cf4ae4437a45982eb9eea1 +RMD160 (R/spatstat.utils_1.17-0.tar.gz) = 23e08dd7ada0d5753d216e7e4987bed76c67f702 +SHA512 (R/spatstat.utils_1.17-0.tar.gz) = b266dedd28167caf22e4bb143c36eba79fa88df1c5a015cf1561d9d4d5ef2896e229911a979ab0366e32c33018be0b743536567b1d0e043128588d2fee9d8fd8 +Size (R/spatstat.utils_1.17-0.tar.gz) = 66334 bytes --_----------=_1596771761187980--