pkgsrc-WIP-changes archive

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

R-wellknown: Import R package wellknown-0.7.4 as wip/R-wellknown



Module Name:	pkgsrc-wip
Committed By:	Brook Milligan <brook%nmsu.edu@localhost>
Pushed By:	brook
Date:		Wed Sep 8 13:26:37 2021 -0600
Changeset:	5c87eaa00bef1a38eee726996f6b7155fafdf43d

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

Log Message:
R-wellknown: Import R package wellknown-0.7.4 as wip/R-wellknown

Convert 'WKT' to 'GeoJSON' and 'GeoJSON' to 'WKT'. Functions included
for converting between 'GeoJSON' to 'WKT', creating both 'GeoJSON'
features, and non-features, creating 'WKT' from R objects (e.g.,
lists, data.frames, vectors), and linting 'WKT'.

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

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

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

diffs:
diff --git a/Makefile b/Makefile
index 36641913eb..9c93229a0e 100644
--- a/Makefile
+++ b/Makefile
@@ -70,6 +70,7 @@ SUBDIR+=	R-rgdal
 SUBDIR+=	R-signal
 SUBDIR+=	R-triebeard
 SUBDIR+=	R-tuneR
+SUBDIR+=	R-wellknown
 SUBDIR+=	R-wk
 SUBDIR+=	Radicale3
 SUBDIR+=	ReZound
diff --git a/R-wellknown/DESCR b/R-wellknown/DESCR
new file mode 100644
index 0000000000..6f1864708c
--- /dev/null
+++ b/R-wellknown/DESCR
@@ -0,0 +1,4 @@
+Convert 'WKT' to 'GeoJSON' and 'GeoJSON' to 'WKT'. Functions included
+for converting between 'GeoJSON' to 'WKT', creating both 'GeoJSON'
+features, and non-features, creating 'WKT' from R objects (e.g.,
+lists, data.frames, vectors), and linting 'WKT'.
diff --git a/R-wellknown/Makefile b/R-wellknown/Makefile
new file mode 100644
index 0000000000..27750912d0
--- /dev/null
+++ b/R-wellknown/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+R_PKGNAME=	wellknown
+R_PKGVER=	0.7.4
+CATEGORIES=	geography
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+COMMENT=	Convert between 'WKT' and 'GeoJSON'
+LICENSE=	mit
+
+DEPENDS+=	R-jsonlite>=1.7.1:../../textproc/R-jsonlite
+
+USE_LANGUAGES=	c c++
+
+.include "../../math/R/Makefile.extension"
+.include "../../devel/R-Rcpp/buildlink3.mk"
+.include "../../devel/boost-headers/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/R-wellknown/distinfo b/R-wellknown/distinfo
new file mode 100644
index 0000000000..51f286b774
--- /dev/null
+++ b/R-wellknown/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (R/wellknown_0.7.4.tar.gz) = baa6c155024caf64ebdc17145ec7ae666d1765fc
+RMD160 (R/wellknown_0.7.4.tar.gz) = aba870d62b5a0827d9699a2276e1eef8e98719ab
+SHA512 (R/wellknown_0.7.4.tar.gz) = 48ccb3acd1fad132cf49dccd2259c33e9fae54860a16ce211319cc94a5498f3200f8fd5f178495bd6e41e8903cf218ae0a87fa42676368d51db84ebd4a0d3281
+Size (R/wellknown_0.7.4.tar.gz) = 80431 bytes


Home | Main Index | Thread Index | Old Index