Provides an easy way to fill an environment with active

bindings that call a C++ function.

WWW: https://github.com/krlmlr/bindrcpp
This commit is contained in:
Wen Heping 2017-08-09 08:27:32 +00:00
parent 90982b416d
commit ee4edf2051
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447602
4 changed files with 29 additions and 0 deletions

View file

@ -16,6 +16,7 @@
SUBDIR += R-cran-RUnit
SUBDIR += R-cran-Rcpp
SUBDIR += R-cran-bindr
SUBDIR += R-cran-bindrcpp
SUBDIR += R-cran-bit
SUBDIR += R-cran-bit64
SUBDIR += R-cran-bitops

View file

@ -0,0 +1,21 @@
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= bindrcpp
DISTVERSION= 0.2
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Rcpp Interface to Active Bindings
BUILD_DEPENDS= R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp \
R-cran-bindr>=0:devel/R-cran-bindr \
R-cran-plogr>=0:devel/R-cran-plogr
RUN_DEPENDS= R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp \
R-cran-bindr>=0:devel/R-cran-bindr \
R-cran-plogr>=0:devel/R-cran-plogr
USES= cran:auto-plist,compiles
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1502293272
SHA256 (bindrcpp_0.2.tar.gz) = d0efa1313cb8148880f7902a4267de1dcedae916f28d9a0ef5911f44bf103450
SIZE (bindrcpp_0.2.tar.gz) = 8089

View file

@ -0,0 +1,4 @@
Provides an easy way to fill an environment with active
bindings that call a C++ function.
WWW: https://github.com/krlmlr/bindrcpp