pkgsrc-WIP-changes archive

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

wk: Import R package wk-0.5.0 as wip/R-wk



Module Name:	pkgsrc-wip
Committed By:	Brook Milligan <brook%nmsu.edu@localhost>
Pushed By:	brook
Date:		Wed Sep 8 12:48:03 2021 -0600
Changeset:	241ddbfedb9f25f15ad9fb12fa3cc4f7a7add875

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

Log Message:
wk: Import R package wk-0.5.0 as wip/R-wk

The goal of wk is to provide lightweight R, C, and C++ infrastructure
for a distributed ecosystem of packages that operate on collections of
coordinates. First, wk provides vector classes for points, circles,
rectangles, well-known text (WKT), and well-known binary (WKB). Second,
wk provides a C API and set of S3 generics for event-based iteration
over vectors of geometries.

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

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

diffstat:
 Makefile      |  1 +
 R-wk/DESCR    |  6 ++++++
 R-wk/Makefile | 15 +++++++++++++++
 R-wk/distinfo |  6 ++++++
 4 files changed, 28 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index f7f55d2ea0..1e71952adc 100644
--- a/Makefile
+++ b/Makefile
@@ -67,6 +67,7 @@ SUBDIR+=	R-png
 SUBDIR+=	R-rgdal
 SUBDIR+=	R-signal
 SUBDIR+=	R-tuneR
+SUBDIR+=	R-wk
 SUBDIR+=	Radicale3
 SUBDIR+=	ReZound
 SUBDIR+=	RigelEngine
diff --git a/R-wk/DESCR b/R-wk/DESCR
new file mode 100644
index 0000000000..6e7970c100
--- /dev/null
+++ b/R-wk/DESCR
@@ -0,0 +1,6 @@
+Provides a minimal R and C++ API for parsing well-known binary and
+well-known text representation of geometries to and from R-native
+formats. Well-known binary is compact and fast to parse; well-known
+text is human-readable and is useful for writing tests. These formats
+are only useful in R if the information they contain can be accessed
+in R, for which high-performance functions are provided here.
diff --git a/R-wk/Makefile b/R-wk/Makefile
new file mode 100644
index 0000000000..a6950e0b1c
--- /dev/null
+++ b/R-wk/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+R_PKGNAME=	wk
+R_PKGVER=	0.5.0
+CATEGORIES=	wip
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+COMMENT=	Lightweight well-known geometry parsing
+LICENSE=	mit
+
+USE_LANGUAGES=	c c++
+
+.include "../../math/R/Makefile.extension"
+.include "../../lang/R-cpp11/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/R-wk/distinfo b/R-wk/distinfo
new file mode 100644
index 0000000000..b4e451ea69
--- /dev/null
+++ b/R-wk/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (R/wk_0.5.0.tar.gz) = 9934662b3c75ca4277dd045f6d7a137de85279f8
+RMD160 (R/wk_0.5.0.tar.gz) = 843e0e0236c8c17211a9e77bc301a09f4d0caf6a
+SHA512 (R/wk_0.5.0.tar.gz) = 2fff9b4712b79320239c33692330f7e74b3ff8c132b58e7a5fd07e76a1dc05ad8d134a7df05daf6091b20745d780f891610603c79f13d9869c9c015acd7ed783
+Size (R/wk_0.5.0.tar.gz) = 138686 bytes


Home | Main Index | Thread Index | Old Index