pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography



Module Name:    pkgsrc
Committed By:   brook
Date:           Sat Aug  8 23:12:18 UTC 2020

Modified Files:
        pkgsrc/geography: Makefile
Added Files:
        pkgsrc/geography/R-sf: DESCR Makefile buildlink3.mk distinfo

Log Message:
geography/R-sf: import R-sf-0.9.5

Support for simple features, a standardized way to encode spatial
vector data. Binds to 'GDAL' for reading and writing data, to 'GEOS'
for geometrical operations, and to 'PROJ' for projection conversions
and datum transformations. Optionally uses the 's2' package for
spherical geometry operations on geographic coordinates.


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

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

Modified files:

Index: pkgsrc/geography/Makefile
diff -u pkgsrc/geography/Makefile:1.89 pkgsrc/geography/Makefile:1.90
--- pkgsrc/geography/Makefile:1.89      Fri Aug  7 03:55:17 2020
+++ pkgsrc/geography/Makefile   Sat Aug  8 23:12:17 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2020/08/07 03:55:17 brook Exp $
+# $NetBSD: Makefile,v 1.90 2020/08/08 23:12:17 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-sf
 SUBDIR+=       R-spatstat
 SUBDIR+=       R-spatstat.data
 SUBDIR+=       R-spatstat.utils

Added files:

Index: pkgsrc/geography/R-sf/DESCR
diff -u /dev/null pkgsrc/geography/R-sf/DESCR:1.1
--- /dev/null   Sat Aug  8 23:12:18 2020
+++ pkgsrc/geography/R-sf/DESCR Sat Aug  8 23:12:18 2020
@@ -0,0 +1,5 @@
+Support for simple features, a standardized way to encode spatial
+vector data. Binds to 'GDAL' for reading and writing data, to 'GEOS'
+for geometrical operations, and to 'PROJ' for projection conversions
+and datum transformations. Optionally uses the 's2' package for
+spherical geometry operations on geographic coordinates.
Index: pkgsrc/geography/R-sf/Makefile
diff -u /dev/null pkgsrc/geography/R-sf/Makefile:1.1
--- /dev/null   Sat Aug  8 23:12:18 2020
+++ pkgsrc/geography/R-sf/Makefile      Sat Aug  8 23:12:18 2020
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2020/08/08 23:12:18 brook Exp $
+
+R_PKGNAME=     sf
+R_PKGVER=      0.9-5
+CATEGORIES=    geography
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Simple Features for R
+LICENSE=       mit OR gnu-gpl-v2
+
+USE_LANGUAGES+=        c c++11
+
+DEPENDS+=      R-magrittr>=1.5:../../devel/R-magrittr
+DEPENDS+=      R-rgeos>=0.5.2:../../geography/R-rgeos
+DEPENDS+=      R-DBI>=0.8:../../math/R-DBI
+DEPENDS+=      R-classInt>=0.4.1:../../math/R-classInt
+DEPENDS+=      R-units>=0.6.0:../../math/R-units
+
+.include "../../math/R/Makefile.extension"
+.include "../../devel/R-Rcpp/buildlink3.mk"
+.include "../../geography/gdal-lib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/geography/R-sf/buildlink3.mk
diff -u /dev/null pkgsrc/geography/R-sf/buildlink3.mk:1.1
--- /dev/null   Sat Aug  8 23:12:18 2020
+++ pkgsrc/geography/R-sf/buildlink3.mk Sat Aug  8 23:12:18 2020
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/08/08 23:12:18 brook Exp $
+
+BUILDLINK_TREE+=       R-sf
+
+.if !defined(R_SF_BUILDLINK3_MK)
+R_SF_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.R-sf+=   R-sf>=0.9.5
+BUILDLINK_PKGSRCDIR.R-sf?=     ../../geography/R-sf
+
+.endif # R_SF_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -R-sf
Index: pkgsrc/geography/R-sf/distinfo
diff -u /dev/null pkgsrc/geography/R-sf/distinfo:1.1
--- /dev/null   Sat Aug  8 23:12:18 2020
+++ pkgsrc/geography/R-sf/distinfo      Sat Aug  8 23:12:18 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/08 23:12:18 brook Exp $
+
+SHA1 (R/sf_0.9-5.tar.gz) = 40dc58bc65cd7730dc9f10767ba34f83f6e8d09f
+RMD160 (R/sf_0.9-5.tar.gz) = 7c8b3203f3053a529ba7c8d1ade21eebe6bfd940
+SHA512 (R/sf_0.9-5.tar.gz) = f70fbdeaa2de7fb55444002d2f38ed9eee646dd7fdfd82428a7fd5346c1e493c0b1ac653aa27b8f3661dea0dc3610b22a63199ccd636569ddae8466e83a937a6
+Size (R/sf_0.9-5.tar.gz) = 9001885 bytes



Home | Main Index | Thread Index | Old Index