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:           Sun Aug  9 15:14:14 UTC 2020

Modified Files:
        pkgsrc/geography: Makefile
Added Files:
        pkgsrc/geography/R-ggspatial: DESCR Makefile distinfo

Log Message:
geography/R-ggspatial: import R-ggspatial-1.0.3

Spatial data plus the power of the ggplot2 framework means easier
mapping when input data are already in the form of spatial objects.


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 pkgsrc/geography/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/R-ggspatial/DESCR \
    pkgsrc/geography/R-ggspatial/Makefile \
    pkgsrc/geography/R-ggspatial/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.94 pkgsrc/geography/Makefile:1.95
--- pkgsrc/geography/Makefile:1.94      Sat Aug  8 23:35:17 2020
+++ pkgsrc/geography/Makefile   Sun Aug  9 15:14:14 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.94 2020/08/08 23:35:17 brook Exp $
+# $NetBSD: Makefile,v 1.95 2020/08/09 15:14:14 brook Exp $
 #
 
 COMMENT=       Software for geographical-related uses
@@ -6,6 +6,7 @@ COMMENT=        Software for geographical-relat
 SUBDIR+=       R-countrycode
 SUBDIR+=       R-deldir
 SUBDIR+=       R-geosphere
+SUBDIR+=       R-ggspatial
 SUBDIR+=       R-lwgeom
 SUBDIR+=       R-mapdata
 SUBDIR+=       R-maps

Added files:

Index: pkgsrc/geography/R-ggspatial/DESCR
diff -u /dev/null pkgsrc/geography/R-ggspatial/DESCR:1.1
--- /dev/null   Sun Aug  9 15:14:14 2020
+++ pkgsrc/geography/R-ggspatial/DESCR  Sun Aug  9 15:14:14 2020
@@ -0,0 +1,2 @@
+Spatial data plus the power of the ggplot2 framework means easier
+mapping when input data are already in the form of spatial objects.
Index: pkgsrc/geography/R-ggspatial/Makefile
diff -u /dev/null pkgsrc/geography/R-ggspatial/Makefile:1.1
--- /dev/null   Sun Aug  9 15:14:14 2020
+++ pkgsrc/geography/R-ggspatial/Makefile       Sun Aug  9 15:14:14 2020
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2020/08/09 15:14:14 brook Exp $
+
+R_PKGNAME=     ggspatial
+R_PKGVER=      1.0.3
+CATEGORIES=    geography
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Spatial Data Framework for ggplot2
+LICENSE=       gnu-gpl-v3
+
+DEPENDS+=      R-rlang>=0.4.5:../../devel/R-rlang
+DEPENDS+=      R-raster>=3.0.12:../../geography/R-raster
+DEPENDS+=      R-rosm>=0.2.5:../../geography/R-rosm
+DEPENDS+=      R-sf>=0.8.1:../../geography/R-sf
+DEPENDS+=      R-ggplot2>=2.2.1.9000:../../graphics/R-ggplot2
+DEPENDS+=      R-scales>=1.1.0:../../graphics/R-scales
+DEPENDS+=      R-abind>=1.4.5:../../math/R-abind
+DEPENDS+=      R-plyr>=1.8.6:../../math/R-plyr
+DEPENDS+=      R-reshape2>=1.4.3:../../math/R-reshape2
+DEPENDS+=      R-tibble>=2.1.3:../../math/R-tibble
+DEPENDS+=      R-tidyr>=1.0.2:../../math/R-tidyr
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/geography/R-ggspatial/distinfo
diff -u /dev/null pkgsrc/geography/R-ggspatial/distinfo:1.1
--- /dev/null   Sun Aug  9 15:14:14 2020
+++ pkgsrc/geography/R-ggspatial/distinfo       Sun Aug  9 15:14:14 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/09 15:14:14 brook Exp $
+
+SHA1 (R/ggspatial_1.0.3.tar.gz) = 4baf91bd478c48ff4b70017c56d83797ecac340d
+RMD160 (R/ggspatial_1.0.3.tar.gz) = 392332bab4343492235a042d4237fb66f42d8f01
+SHA512 (R/ggspatial_1.0.3.tar.gz) = 599d6e7042e156cb248126458a908aaf6eec9d59348e8f328ed75311ff126f2e5a99e1d850d4a1748681c1ce31f3d6167af828c1ca146948c493554607885673
+Size (R/ggspatial_1.0.3.tar.gz) = 2307359 bytes



Home | Main Index | Thread Index | Old Index