pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/R-wk



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Sep 20 06:01:41 UTC 2021

Added Files:
        pkgsrc/geography/R-wk: DESCR Makefile buildlink3.mk distinfo

Log Message:
(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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/R-wk/DESCR \
    pkgsrc/geography/R-wk/Makefile pkgsrc/geography/R-wk/buildlink3.mk \
    pkgsrc/geography/R-wk/distinfo

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

Added files:

Index: pkgsrc/geography/R-wk/DESCR
diff -u /dev/null pkgsrc/geography/R-wk/DESCR:1.1
--- /dev/null   Mon Sep 20 06:01:41 2021
+++ pkgsrc/geography/R-wk/DESCR Mon Sep 20 06:01:41 2021
@@ -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.
Index: pkgsrc/geography/R-wk/Makefile
diff -u /dev/null pkgsrc/geography/R-wk/Makefile:1.1
--- /dev/null   Mon Sep 20 06:01:41 2021
+++ pkgsrc/geography/R-wk/Makefile      Mon Sep 20 06:01:41 2021
@@ -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"
Index: pkgsrc/geography/R-wk/buildlink3.mk
diff -u /dev/null pkgsrc/geography/R-wk/buildlink3.mk:1.1
--- /dev/null   Mon Sep 20 06:01:41 2021
+++ pkgsrc/geography/R-wk/buildlink3.mk Mon Sep 20 06:01:41 2021
@@ -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
Index: pkgsrc/geography/R-wk/distinfo
diff -u /dev/null pkgsrc/geography/R-wk/distinfo:1.1
--- /dev/null   Mon Sep 20 06:01:41 2021
+++ pkgsrc/geography/R-wk/distinfo      Mon Sep 20 06:01:41 2021
@@ -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