pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/R-cpp11 (lang/R-cpp11) import R-cpp11-0.2.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d198a748465a
branches:  trunk
changeset: 443919:d198a748465a
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Jan 01 05:09:26 2021 +0000

description:
(lang/R-cpp11) import R-cpp11-0.2.4

Provides a header only, C++11 interface to R's C interface.  Compared
to other approaches 'cpp11' strives to be safe against long jumps from
the C API as well as C++ exceptions, conform to normal R function
semantics and supports interaction with 'ALTREP' vectors.

diffstat:

 lang/R-cpp11/DESCR    |   4 ++++
 lang/R-cpp11/Makefile |  17 +++++++++++++++++
 lang/R-cpp11/distinfo |   6 ++++++
 3 files changed, 27 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r cd670ff3735b -r d198a748465a lang/R-cpp11/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/R-cpp11/DESCR        Fri Jan 01 05:09:26 2021 +0000
@@ -0,0 +1,4 @@
+Provides a header only, C++11 interface to R's C interface.  Compared
+to other approaches 'cpp11' strives to be safe against long jumps from
+the C API as well as C++ exceptions, conform to normal R function
+semantics and supports interaction with 'ALTREP' vectors.
diff -r cd670ff3735b -r d198a748465a lang/R-cpp11/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/R-cpp11/Makefile     Fri Jan 01 05:09:26 2021 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2021/01/01 05:09:26 mef Exp $
+
+R_PKGNAME=     cpp11
+R_PKGVER=      0.2.4
+CATEGORIES=    lang
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       C++11 Interface for R's C Interface
+LICENSE=       mit     # + file LICENSE
+
+# Packages suggested but not available: 'bench', 'decor', 'lobstr'
+TEST_DEPENDS+= R-progress-[0-9]*:../../sysutils/R-progress
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r cd670ff3735b -r d198a748465a lang/R-cpp11/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/R-cpp11/distinfo     Fri Jan 01 05:09:26 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/01/01 05:09:26 mef Exp $
+
+SHA1 (R/cpp11_0.2.4.tar.gz) = fd2d569b2fe21e87435a4581fd16f76f2ae46dd2
+RMD160 (R/cpp11_0.2.4.tar.gz) = 7677405de54695014246493adae53cec64e52f18
+SHA512 (R/cpp11_0.2.4.tar.gz) = 8ac8cf28cefb301549314c543ed393cd563108faa2de9715f4f0d61d29aebff3c7c86ee1d4de978421e989db6c094b052805dadf00c68778f893e402c8d9b9e0
+Size (R/cpp11_0.2.4.tar.gz) = 160632 bytes



Home | Main Index | Thread Index | Old Index