pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography/R-s2



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Sep 20 06:08:07 UTC 2021

Added Files:
        pkgsrc/geography/R-s2: DESCR Makefile distinfo

Log Message:
(geography/R-s2) import R-s2-1.0.6

Provides R bindings for Google's s2 library for geometric calculations
on the sphere. High-performance constructors and exporters provide
high compatibility with existing spatial packages, transformers
construct new geometries from existing geometries, predicates provide
a means to select geometries based on spatial relationships, and
accessors extract information about geometries.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/R-s2/DESCR \
    pkgsrc/geography/R-s2/Makefile pkgsrc/geography/R-s2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/geography/R-s2/DESCR
diff -u /dev/null pkgsrc/geography/R-s2/DESCR:1.1
--- /dev/null   Mon Sep 20 06:08:07 2021
+++ pkgsrc/geography/R-s2/DESCR Mon Sep 20 06:08:07 2021
@@ -0,0 +1,6 @@
+Provides R bindings for Google's s2 library for geometric calculations
+on the sphere. High-performance constructors and exporters provide
+high compatibility with existing spatial packages, transformers
+construct new geometries from existing geometries, predicates provide
+a means to select geometries based on spatial relationships, and
+accessors extract information about geometries.
Index: pkgsrc/geography/R-s2/Makefile
diff -u /dev/null pkgsrc/geography/R-s2/Makefile:1.1
--- /dev/null   Mon Sep 20 06:08:07 2021
+++ pkgsrc/geography/R-s2/Makefile      Mon Sep 20 06:08:07 2021
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2021/09/20 06:08:07 mef Exp $
+
+R_PKGNAME=     s2
+R_PKGVER=      1.0.6
+CATEGORIES=    geography
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Spherical Geometry Operators Using the S2 Geometry Library
+LICENSE=       apache-2.0
+
+USE_LANGUAGES= c c++
+
+.include "../../math/R/Makefile.extension"
+.include "../../devel/R-Rcpp/buildlink3.mk"
+.include "../../geography/R-wk/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/geography/R-s2/distinfo
diff -u /dev/null pkgsrc/geography/R-s2/distinfo:1.1
--- /dev/null   Mon Sep 20 06:08:07 2021
+++ pkgsrc/geography/R-s2/distinfo      Mon Sep 20 06:08:07 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/09/20 06:08:07 mef Exp $
+
+SHA1 (R/s2_1.0.6.tar.gz) = e8835fe845e0c2ff1bf230afcd8b583b6a378379
+RMD160 (R/s2_1.0.6.tar.gz) = db7730127ef72e7cd549aa78b36143eb5d4cf4e6
+SHA512 (R/s2_1.0.6.tar.gz) = 4529179020f7503217cdfe1d139135a79c622bc38472627d4a1f86181ba825e5dc5f833a9ffb9be6cb272647fb61765bd6b5db89b6f46015ebcf0e996b93b623
+Size (R/s2_1.0.6.tar.gz) = 1605788 bytes



Home | Main Index | Thread Index | Old Index