pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/geography/R-wk (geography/R-wk) import R-wk-0.5.0, fr...
details: https://anonhg.NetBSD.org/pkgsrc/rev/49a3ff07273b
branches: trunk
changeset: 458807:49a3ff07273b
user: mef <mef%pkgsrc.org@localhost>
date: Mon Sep 20 06:01:41 2021 +0000
description:
(geography/R-wk) import R-wk-0.5.0, from wip/R-wk
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.
diffstat:
geography/R-wk/DESCR | 6 ++++++
geography/R-wk/Makefile | 15 +++++++++++++++
geography/R-wk/buildlink3.mk | 13 +++++++++++++
geography/R-wk/distinfo | 6 ++++++
4 files changed, 40 insertions(+), 0 deletions(-)
diffs (56 lines):
diff -r dbc3f653df11 -r 49a3ff07273b geography/R-wk/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-wk/DESCR Mon Sep 20 06:01:41 2021 +0000
@@ -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 -r dbc3f653df11 -r 49a3ff07273b geography/R-wk/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-wk/Makefile Mon Sep 20 06:01:41 2021 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2021/09/20 06:01:41 mef Exp $
+
+R_PKGNAME= wk
+R_PKGVER= 0.5.0
+CATEGORIES= geography
+
+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 -r dbc3f653df11 -r 49a3ff07273b geography/R-wk/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-wk/buildlink3.mk Mon Sep 20 06:01:41 2021 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2021/09/20 06:01:41 mef Exp $
+
+BUILDLINK_TREE+= R-wk
+
+.if !defined(R_WK_BUILDLINK3_MK)
+R_WK_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.R-wk+= R-wk>=0.2.0
+BUILDLINK_DEPMETHOD.R-wk?= build
+BUILDLINK_PKGSRCDIR.R-wk?= ../../geography/R-wk
+.endif # R_WK_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -R-wk
diff -r dbc3f653df11 -r 49a3ff07273b geography/R-wk/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-wk/distinfo Mon Sep 20 06:01:41 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/09/20 06:01:41 mef Exp $
+
+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