From f60db3f2bbc90dbc6dd90296536d97ca1c70023f Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Tue, 13 Jun 2017 10:44:52 +0000 Subject: [PATCH] Provides a simple interface for creating active bindings where the bound function accepts additional arguments. WWW: https://cran.r-project.org/web/packages/bindr/ --- devel/Makefile | 1 + devel/R-cran-bindr/Makefile | 16 ++++++++++++++++ devel/R-cran-bindr/distinfo | 3 +++ devel/R-cran-bindr/pkg-descr | 4 ++++ 4 files changed, 24 insertions(+) create mode 100644 devel/R-cran-bindr/Makefile create mode 100644 devel/R-cran-bindr/distinfo create mode 100644 devel/R-cran-bindr/pkg-descr diff --git a/devel/Makefile b/devel/Makefile index c3ff74ae00cf..de6241f6fdc5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -15,6 +15,7 @@ SUBDIR += R-cran-R6 SUBDIR += R-cran-RUnit SUBDIR += R-cran-Rcpp + SUBDIR += R-cran-bindr SUBDIR += R-cran-bit SUBDIR += R-cran-bit64 SUBDIR += R-cran-bitops diff --git a/devel/R-cran-bindr/Makefile b/devel/R-cran-bindr/Makefile new file mode 100644 index 000000000000..7cf478efbe32 --- /dev/null +++ b/devel/R-cran-bindr/Makefile @@ -0,0 +1,16 @@ +# Created by: Wen Heping +# $FreeBSD$ + +PORTNAME= bindr +PORTVERSION= 0.1 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= wen@FreeBSD.org +COMMENT= Parametrized Active Bindings + +LICENSE= GPLv2+ + +USES= cran:auto-plist,compiles + +.include diff --git a/devel/R-cran-bindr/distinfo b/devel/R-cran-bindr/distinfo new file mode 100644 index 000000000000..5f7a2a9f576e --- /dev/null +++ b/devel/R-cran-bindr/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1497340448 +SHA256 (bindr_0.1.tar.gz) = cca166612eeafd6e1c961b34aaf177f9b47f8b4bc37520e277b9920eaa8b2535 +SIZE (bindr_0.1.tar.gz) = 5928 diff --git a/devel/R-cran-bindr/pkg-descr b/devel/R-cran-bindr/pkg-descr new file mode 100644 index 000000000000..beef515408b3 --- /dev/null +++ b/devel/R-cran-bindr/pkg-descr @@ -0,0 +1,4 @@ +Provides a simple interface for creating active bindings where +the bound function accepts additional arguments. + +WWW: https://cran.r-project.org/web/packages/bindr/