pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/R-cpp11



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Jan  1 05:09:26 UTC 2021

Added Files:
        pkgsrc/lang/R-cpp11: DESCR Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/R-cpp11/DESCR pkgsrc/lang/R-cpp11/Makefile \
    pkgsrc/lang/R-cpp11/distinfo

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

Added files:

Index: pkgsrc/lang/R-cpp11/DESCR
diff -u /dev/null pkgsrc/lang/R-cpp11/DESCR:1.1
--- /dev/null   Fri Jan  1 05:09:26 2021
+++ pkgsrc/lang/R-cpp11/DESCR   Fri Jan  1 05:09:26 2021
@@ -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.
Index: pkgsrc/lang/R-cpp11/Makefile
diff -u /dev/null pkgsrc/lang/R-cpp11/Makefile:1.1
--- /dev/null   Fri Jan  1 05:09:26 2021
+++ pkgsrc/lang/R-cpp11/Makefile        Fri Jan  1 05:09:26 2021
@@ -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"
Index: pkgsrc/lang/R-cpp11/distinfo
diff -u /dev/null pkgsrc/lang/R-cpp11/distinfo:1.1
--- /dev/null   Fri Jan  1 05:09:26 2021
+++ pkgsrc/lang/R-cpp11/distinfo        Fri Jan  1 05:09:26 2021
@@ -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