diff options
author | brook <brook@pkgsrc.org> | 2019-08-09 20:54:28 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2019-08-09 20:54:28 +0000 |
commit | ceff5f5e149b33143772162d66d55e8f36a11469 (patch) | |
tree | c126442b5214485ff12e438d9f9a84a2b1460524 /www/R-miniUI | |
parent | f130a929ab91ae2933056f05ccc22f0cfdada06e (diff) | |
download | pkgsrc-ceff5f5e149b33143772162d66d55e8f36a11469.tar.gz |
R-miniUI: initial commit
Provides UI widget and layout functions for writing Shiny apps that
work well on small screens.
Diffstat (limited to 'www/R-miniUI')
-rw-r--r-- | www/R-miniUI/DESCR | 2 | ||||
-rw-r--r-- | www/R-miniUI/Makefile | 17 | ||||
-rw-r--r-- | www/R-miniUI/distinfo | 6 |
3 files changed, 25 insertions, 0 deletions
diff --git a/www/R-miniUI/DESCR b/www/R-miniUI/DESCR new file mode 100644 index 00000000000..59455a6f79c --- /dev/null +++ b/www/R-miniUI/DESCR @@ -0,0 +1,2 @@ +Provides UI widget and layout functions for writing Shiny apps that +work well on small screens. diff --git a/www/R-miniUI/Makefile b/www/R-miniUI/Makefile new file mode 100644 index 00000000000..3cec314a4fc --- /dev/null +++ b/www/R-miniUI/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2019/08/09 20:54:29 brook Exp $ + +R_PKGNAME= miniUI +R_PKGVER= 0.1.1.1 +CATEGORIES= www + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Shiny UI widgets for small screens +LICENSE= gnu-gpl-v3 + +DEPENDS+= R-htmltools>=0.3:../../textproc/R-htmltools +DEPENDS+= R-shiny>=0.13:../../www/R-shiny + +USE_LANGUAGES= # none + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/www/R-miniUI/distinfo b/www/R-miniUI/distinfo new file mode 100644 index 00000000000..5adf8f8e8af --- /dev/null +++ b/www/R-miniUI/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/08/09 20:54:29 brook Exp $ + +SHA1 (R/miniUI_0.1.1.1.tar.gz) = b256116a2089f7655c96fd95fe88453d5bbc7cab +RMD160 (R/miniUI_0.1.1.1.tar.gz) = 68c9088d713d9684469bd4ecf35f070d10e0667b +SHA512 (R/miniUI_0.1.1.1.tar.gz) = c70c170a27636652a3eac6e52b1a301e8f85e0282ff9c9652188cc5ca993b3e62d66955831e7e9833b762b05bba092545ed321b43e96657449e2acb9f83eeaf7 +Size (R/miniUI_0.1.1.1.tar.gz) = 97958 bytes |