svn commit: r447602 - in head/devel: . R-cran-bindrcpp
Wen Heping
wen at FreeBSD.org
Wed Aug 9 08:27:33 UTC 2017
Author: wen
Date: Wed Aug 9 08:27:32 2017
New Revision: 447602
URL: https://svnweb.freebsd.org/changeset/ports/447602
Log:
Provides an easy way to fill an environment with active
bindings that call a C++ function.
WWW: https://github.com/krlmlr/bindrcpp
Added:
head/devel/R-cran-bindrcpp/
head/devel/R-cran-bindrcpp/Makefile (contents, props changed)
head/devel/R-cran-bindrcpp/distinfo (contents, props changed)
head/devel/R-cran-bindrcpp/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Wed Aug 9 08:25:47 2017 (r447601)
+++ head/devel/Makefile Wed Aug 9 08:27:32 2017 (r447602)
@@ -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
Added: head/devel/R-cran-bindrcpp/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/R-cran-bindrcpp/Makefile Wed Aug 9 08:27:32 2017 (r447602)
@@ -0,0 +1,21 @@
+# Created by: Wen Heping <wenheping at gmail.com>
+# $FreeBSD$
+
+PORTNAME= bindrcpp
+DISTVERSION= 0.2
+CATEGORIES= devel
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= wen at 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>
Added: head/devel/R-cran-bindrcpp/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/R-cran-bindrcpp/distinfo Wed Aug 9 08:27:32 2017 (r447602)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1502293272
+SHA256 (bindrcpp_0.2.tar.gz) = d0efa1313cb8148880f7902a4267de1dcedae916f28d9a0ef5911f44bf103450
+SIZE (bindrcpp_0.2.tar.gz) = 8089
Added: head/devel/R-cran-bindrcpp/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/R-cran-bindrcpp/pkg-descr Wed Aug 9 08:27:32 2017 (r447602)
@@ -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
More information about the svn-ports-head
mailing list