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:           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.

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@localhost
+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



Home | Main Index | Thread Index | Old Index