pkgsrc-WIP-changes archive

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

R-slippymath: import R-slippymath-0.3.1 as wip/R-slippymath



Module Name:	pkgsrc-wip
Committed By:	Brook Milligan <brook%nmsu.edu@localhost>
Pushed By:	brook
Date:		Fri Dec 1 13:19:24 2023 -0700
Changeset:	921723b85d44bf559922cb313306237c77f023f3

Modified Files:
	Makefile
Added Files:
	R-slippymath/DESCR
	R-slippymath/Makefile
	R-slippymath/distinfo

Log Message:
R-slippymath: import R-slippymath-0.3.1 as wip/R-slippymath

Provides functions for performing common tasks when working with
slippy map tile service APIs e.g. Google maps, Open Street Map,
Mapbox, Stamen, among others. Functionality includes converting from
latitude and longitude to tile numbers, determining tile bounding
boxes, and compositing tiles to a georeferenced raster image.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=921723b85d44bf559922cb313306237c77f023f3

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

diffstat:
 Makefile              |  1 +
 R-slippymath/DESCR    |  5 +++++
 R-slippymath/Makefile | 18 ++++++++++++++++++
 R-slippymath/distinfo |  5 +++++
 4 files changed, 29 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 113645c0b8..5f025cdd48 100644
--- a/Makefile
+++ b/Makefile
@@ -71,6 +71,7 @@ SUBDIR+=	R-optparse
 SUBDIR+=	R-parallelly
 SUBDIR+=	R-rgbif
 SUBDIR+=	R-signal
+SUBDIR+=	R-slippymath
 SUBDIR+=	R-triebeard
 SUBDIR+=	R-tuneR
 SUBDIR+=	R-urltools
diff --git a/R-slippymath/DESCR b/R-slippymath/DESCR
new file mode 100644
index 0000000000..f928692bd7
--- /dev/null
+++ b/R-slippymath/DESCR
@@ -0,0 +1,5 @@
+Provides functions for performing common tasks when working with
+slippy map tile service APIs e.g. Google maps, Open Street Map,
+Mapbox, Stamen, among others. Functionality includes converting from
+latitude and longitude to tile numbers, determining tile bounding
+boxes, and compositing tiles to a georeferenced raster image.
diff --git a/R-slippymath/Makefile b/R-slippymath/Makefile
new file mode 100644
index 0000000000..7a05196982
--- /dev/null
+++ b/R-slippymath/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+R_PKGNAME=	slippymath
+R_PKGVER=	0.3.1
+CATEGORIES=	geography
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+COMMENT=	Slippy map tile tools
+LICENSE=	mit
+
+DEPENDS+=	R-purrr>=1.0.1:../../devel/R-purrr
+DEPENDS+=	R-raster>=3.4.13:../../geography/R-raster
+DEPENDS+=	R-png>=0.1.8:../../graphics/R-png
+
+USE_LANGUAGES=	# none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff --git a/R-slippymath/distinfo b/R-slippymath/distinfo
new file mode 100644
index 0000000000..902c4359d6
--- /dev/null
+++ b/R-slippymath/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (R/slippymath_0.3.1.tar.gz) = d5d50244876aa86d433d94e07361135f36cbff3051d05b9ed5fca84166e53b2b
+SHA512 (R/slippymath_0.3.1.tar.gz) = f8c7578d73046f5ddde4a268d5ae1f8bab1592141f78772deacead18a52ae59b676cf840cef9bcf7ee1f0601cdd352ed2096999b74d1b914fe8235bcc3b0eafd
+Size (R/slippymath_0.3.1.tar.gz) = 2670727 bytes


Home | Main Index | Thread Index | Old Index