diff options
author | brook <brook@pkgsrc.org> | 2020-08-07 00:25:49 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2020-08-07 00:25:49 +0000 |
commit | bed05142a63d480a8c74fc53e5d289967858e950 (patch) | |
tree | 3ee6c5addbb369e8e502844cb3adb58fab71dfb2 | |
parent | bce817f900de835683013c2040cfda28d9f23ef1 (diff) | |
download | pkgsrc-bed05142a63d480a8c74fc53e5d289967858e950.tar.gz |
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.
-rw-r--r-- | geography/Makefile | 3 | ||||
-rw-r--r-- | geography/R-geosphere/DESCR | 3 | ||||
-rw-r--r-- | geography/R-geosphere/Makefile | 17 | ||||
-rw-r--r-- | geography/R-geosphere/distinfo | 6 |
4 files changed, 28 insertions, 1 deletions
diff --git a/geography/Makefile b/geography/Makefile index 206b2375035..0c32b305adf 100644 --- a/geography/Makefile +++ b/geography/Makefile @@ -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 diff --git a/geography/R-geosphere/DESCR b/geography/R-geosphere/DESCR new file mode 100644 index 00000000000..d0efda41495 --- /dev/null +++ b/geography/R-geosphere/DESCR @@ -0,0 +1,3 @@ +Spherical trigonometry for geographic applications. That is, compute +distances and related measures for angular (longitude/latitude) +locations. diff --git a/geography/R-geosphere/Makefile b/geography/R-geosphere/Makefile new file mode 100644 index 00000000000..e2f9c4359f6 --- /dev/null +++ b/geography/R-geosphere/Makefile @@ -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 +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" diff --git a/geography/R-geosphere/distinfo b/geography/R-geosphere/distinfo new file mode 100644 index 00000000000..0e0e09d1f07 --- /dev/null +++ b/geography/R-geosphere/distinfo @@ -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 |