pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc R-shinyjs: initial commit



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b01ecc0f08a
branches:  trunk
changeset: 337670:9b01ecc0f08a
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 09 20:53:39 2019 +0000

description:
R-shinyjs: initial commit

Perform common useful JavaScript operations in Shiny apps that will
greatly improve your apps without having to know any JavaScript.
Examples include: hiding an element, disabling an input, resetting an
input back to its original value, delaying code execution by a few
seconds, and many more useful functions for both the end user and the
developer. 'shinyjs' can also be used to easily call your own custom
JavaScript functions from R.

diffstat:

 doc/CHANGES-2019       |   3 ++-
 www/Makefile           |   3 ++-
 www/R-shinyjs/DESCR    |   7 +++++++
 www/R-shinyjs/Makefile |  19 +++++++++++++++++++
 www/R-shinyjs/distinfo |   6 ++++++
 5 files changed, 36 insertions(+), 2 deletions(-)

diffs (75 lines):

diff -r 3f73bff83e35 -r 9b01ecc0f08a doc/CHANGES-2019
--- a/doc/CHANGES-2019  Fri Aug 09 20:52:49 2019 +0000
+++ b/doc/CHANGES-2019  Fri Aug 09 20:53:39 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3374 2019/08/09 20:52:49 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3375 2019/08/09 20:53:39 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5497,3 +5497,4 @@
        Added parallel/R-promises version 1.0.1 [brook 2019-08-09]
        Added www/R-httpuv version 1.5.1 [brook 2019-08-09]
        Added www/R-shiny version 1.3.2 [brook 2019-08-09]
+       Added www/R-shinyjs version 1.0 [brook 2019-08-09]
diff -r 3f73bff83e35 -r 9b01ecc0f08a www/Makefile
--- a/www/Makefile      Fri Aug 09 20:52:49 2019 +0000
+++ b/www/Makefile      Fri Aug 09 20:53:39 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1397 2019/08/09 20:52:49 brook Exp $
+# $NetBSD: Makefile,v 1.1398 2019/08/09 20:53:39 brook Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -9,6 +9,7 @@
 SUBDIR+=       R-httpuv
 SUBDIR+=       R-httr
 SUBDIR+=       R-shiny
+SUBDIR+=       R-shinyjs
 SUBDIR+=       SOGo
 SUBDIR+=       SOGo3
 SUBDIR+=       SpeedyCGI
diff -r 3f73bff83e35 -r 9b01ecc0f08a www/R-shinyjs/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-shinyjs/DESCR       Fri Aug 09 20:53:39 2019 +0000
@@ -0,0 +1,7 @@
+Perform common useful JavaScript operations in Shiny apps that will
+greatly improve your apps without having to know any JavaScript.
+Examples include: hiding an element, disabling an input, resetting an
+input back to its original value, delaying code execution by a few
+seconds, and many more useful functions for both the end user and the
+developer. 'shinyjs' can also be used to easily call your own custom
+JavaScript functions from R.
diff -r 3f73bff83e35 -r 9b01ecc0f08a www/R-shinyjs/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-shinyjs/Makefile    Fri Aug 09 20:53:39 2019 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 20:53:39 brook Exp $
+
+R_PKGNAME=     shinyjs
+R_PKGVER=      1.0
+CATEGORIES=    www
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Easily improve the user experience of your Shiny apps in seconds
+LICENSE=       gnu-agpl-v3
+
+DEPENDS+=      R-digest>=0.6.8:../../security/R-digest
+DEPENDS+=      R-htmltools>=0.2.9:../../textproc/R-htmltools
+DEPENDS+=      R-jsonlite>=1.6:../../textproc/R-jsonlite
+DEPENDS+=      R-shiny>=1.0.0:../../www/R-shiny
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 3f73bff83e35 -r 9b01ecc0f08a www/R-shinyjs/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-shinyjs/distinfo    Fri Aug 09 20:53:39 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 20:53:39 brook Exp $
+
+SHA1 (R/shinyjs_1.0.tar.gz) = fa36eda314cbc012b4feb9f4714f34e486dc0b4e
+RMD160 (R/shinyjs_1.0.tar.gz) = 83a4ed7ca02bfd7064c0feda62a65a8ec6104432
+SHA512 (R/shinyjs_1.0.tar.gz) = 368eeff4c0897830716bf6d07564948eea36d8948a03a9b31867d6c05bbc488ac1d1be9b9e781b1b95d744675786952f3ddba68d58c6c35641540240df1b5392
+Size (R/shinyjs_1.0.tar.gz) = 954365 bytes



Home | Main Index | Thread Index | Old Index