pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/R-crosstalk



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Feb  9 01:24:48 UTC 2020

Added Files:
        pkgsrc/www/R-crosstalk: DESCR Makefile distinfo

Log Message:
www/R-crosstalk: import R-crosstalk-1.0.0

Provides building blocks for allowing HTML widgets to communicate with
each other, with Shiny or without (i.e. static .html files). Currently
supports linked brushing and filtering.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/R-crosstalk/DESCR \
    pkgsrc/www/R-crosstalk/Makefile pkgsrc/www/R-crosstalk/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/www/R-crosstalk/DESCR
diff -u /dev/null pkgsrc/www/R-crosstalk/DESCR:1.1
--- /dev/null   Sun Feb  9 01:24:48 2020
+++ pkgsrc/www/R-crosstalk/DESCR        Sun Feb  9 01:24:48 2020
@@ -0,0 +1,3 @@
+Provides building blocks for allowing HTML widgets to communicate with
+each other, with Shiny or without (i.e. static .html files). Currently
+supports linked brushing and filtering.
Index: pkgsrc/www/R-crosstalk/Makefile
diff -u /dev/null pkgsrc/www/R-crosstalk/Makefile:1.1
--- /dev/null   Sun Feb  9 01:24:48 2020
+++ pkgsrc/www/R-crosstalk/Makefile     Sun Feb  9 01:24:48 2020
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2020/02/09 01:24:48 mef Exp $
+
+R_PKGNAME=     crosstalk
+R_PKGVER=      1.0.0
+CATEGORIES=    www
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Inter-Widget Interactivity for HTML Widgets
+LICENSE=       mit     # + file LICENSE
+
+DEPENDS+=      R-lazyeval>=0.2.2:../../devel/R-lazyeval
+DEPENDS+=      R-ggplot2>=3.2.0:../../graphics/R-ggplot2
+DEPENDS+=      R-htmltools>=0.3.5:../../textproc/R-htmltools
+DEPENDS+=      R-jsonlite>=1.6:../../textproc/R-jsonlite
+DEPENDS+=      R-shiny>=0.11:../../www/R-shiny
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/R-crosstalk/distinfo
diff -u /dev/null pkgsrc/www/R-crosstalk/distinfo:1.1
--- /dev/null   Sun Feb  9 01:24:48 2020
+++ pkgsrc/www/R-crosstalk/distinfo     Sun Feb  9 01:24:48 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/02/09 01:24:48 mef Exp $
+
+SHA1 (R/crosstalk_1.0.0.tar.gz) = 371314026d16f4c897fd9e745ad185e5f3e37ddc
+RMD160 (R/crosstalk_1.0.0.tar.gz) = 4f018a4582b6352c3f6d334d497f5ddb8e6da840
+SHA512 (R/crosstalk_1.0.0.tar.gz) = 437c0d5fe1a12f7fcaed9da78fe18fd0643c1f4e8a132a185cfd1e10b81691f63989136864d816589060dcbea88fddfcca8ce4fbe246a3e3370a3cc5a75e9fdc
+Size (R/crosstalk_1.0.0.tar.gz) = 563474 bytes



Home | Main Index | Thread Index | Old Index