diff options
-rw-r--r-- | doc/CHANGES-2019 | 3 | ||||
-rw-r--r-- | www/Makefile | 3 | ||||
-rw-r--r-- | www/R-miniUI/DESCR | 2 | ||||
-rw-r--r-- | www/R-miniUI/Makefile | 17 | ||||
-rw-r--r-- | www/R-miniUI/distinfo | 6 |
5 files changed, 29 insertions, 2 deletions
diff --git a/doc/CHANGES-2019 b/doc/CHANGES-2019 index 6a9f5ca5b15..2f747c6becb 100644 --- a/doc/CHANGES-2019 +++ b/doc/CHANGES-2019 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2019,v 1.3375 2019/08/09 20:53:39 brook Exp $ +$NetBSD: CHANGES-2019,v 1.3376 2019/08/09 20:54:28 brook Exp $ Changes to the packages collection and infrastructure in 2019: @@ -5498,3 +5498,4 @@ Changes to the packages collection and infrastructure in 2019: 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] + Added www/R-miniUI version 0.1.1.1 [brook 2019-08-09] diff --git a/www/Makefile b/www/Makefile index 8497fe00f57..f64ac737a14 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1398 2019/08/09 20:53:39 brook Exp $ +# $NetBSD: Makefile,v 1.1399 2019/08/09 20:54:28 brook Exp $ # COMMENT= Packages related to the World Wide Web @@ -8,6 +8,7 @@ SUBDIR+= R-gh SUBDIR+= R-htmlwidgets SUBDIR+= R-httpuv SUBDIR+= R-httr +SUBDIR+= R-miniUI SUBDIR+= R-shiny SUBDIR+= R-shinyjs SUBDIR+= SOGo 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 |