svn commit: r443498 - in head/devel: . R-cran-bindr
Wen Heping
wen at FreeBSD.org
Tue Jun 13 10:44:53 UTC 2017
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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= bindr
+PORTVERSION= 0.1
+CATEGORIES= devel
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= wen at 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/
More information about the svn-ports-all
mailing list