Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography geography/R-geosphere: import R-geosphere-1....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c00b2356812c
branches:  trunk
changeset: 436626:c00b2356812c
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 07 00:25:49 2020 +0000

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

diffstat:

 geography/Makefile             |   3 ++-
 geography/R-geosphere/DESCR    |   3 +++
 geography/R-geosphere/Makefile |  17 +++++++++++++++++
 geography/R-geosphere/distinfo |   6 ++++++
 4 files changed, 28 insertions(+), 1 deletions(-)

diffs (54 lines):

diff -r 9ae5699cbd03 -r c00b2356812c geography/Makefile
--- a/geography/Makefile        Fri Aug 07 00:20:24 2020 +0000
+++ b/geography/Makefile        Fri Aug 07 00:25:49 2020 +0000
@@ -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 -r 9ae5699cbd03 -r c00b2356812c geography/R-geosphere/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-geosphere/DESCR       Fri Aug 07 00:25:49 2020 +0000
@@ -0,0 +1,3 @@
+Spherical trigonometry for geographic applications. That is, compute
+distances and related measures for angular (longitude/latitude)
+locations.
diff -r 9ae5699cbd03 -r c00b2356812c geography/R-geosphere/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-geosphere/Makefile    Fri Aug 07 00:25:49 2020 +0000
@@ -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"
diff -r 9ae5699cbd03 -r c00b2356812c geography/R-geosphere/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-geosphere/distinfo    Fri Aug 07 00:25:49 2020 +0000
@@ -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