Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jun 2017 10:44:52 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443498 - in head/devel: . R-cran-bindr
Message-ID:  <201706131044.v5DAiqvK032893@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Tue Jun 13 10:44:52 2017
New Revision: 443498
URL: https://svnweb.freebsd.org/changeset/ports/443498

Log:
  Provides a simple interface for creating active bindings where
  the bound function accepts additional arguments.
  
  WWW: https://cran.r-project.org/web/packages/bindr/

Added:
  head/devel/R-cran-bindr/
  head/devel/R-cran-bindr/Makefile   (contents, props changed)
  head/devel/R-cran-bindr/distinfo   (contents, props changed)
  head/devel/R-cran-bindr/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Jun 13 10:38:23 2017	(r443497)
+++ head/devel/Makefile	Tue Jun 13 10:44:52 2017	(r443498)
@@ -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

Added: head/devel/R-cran-bindr/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-bindr/Makefile	Tue Jun 13 10:44:52 2017	(r443498)
@@ -0,0 +1,16 @@
+# Created by: Wen Heping <wen@FreeBSD.org>
+# $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 <bsd.port.mk>

Added: head/devel/R-cran-bindr/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-bindr/distinfo	Tue Jun 13 10:44:52 2017	(r443498)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1497340448
+SHA256 (bindr_0.1.tar.gz) = cca166612eeafd6e1c961b34aaf177f9b47f8b4bc37520e277b9920eaa8b2535
+SIZE (bindr_0.1.tar.gz) = 5928

Added: head/devel/R-cran-bindr/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-bindr/pkg-descr	Tue Jun 13 10:44:52 2017	(r443498)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706131044.v5DAiqvK032893>