Fri Aug 9 20:54:29 2019 UTC ()
R-miniUI: initial commit

Provides UI widget and layout functions for writing Shiny apps that
work well on small screens.


(brook)
diff -r1.3375 -r1.3376 pkgsrc/doc/CHANGES-2019
diff -r1.1398 -r1.1399 pkgsrc/www/Makefile
diff -r0 -r1.1 pkgsrc/www/R-miniUI/DESCR
diff -r0 -r1.1 pkgsrc/www/R-miniUI/Makefile
diff -r0 -r1.1 pkgsrc/www/R-miniUI/distinfo

cvs diff -r1.3375 -r1.3376 pkgsrc/doc/CHANGES-2019 (expand / switch to unified diff)

--- pkgsrc/doc/CHANGES-2019 2019/08/09 20:53:39 1.3375
+++ pkgsrc/doc/CHANGES-2019 2019/08/09 20:54:28 1.3376
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: CHANGES-2019,v 1.3375 2019/08/09 20:53:39 brook Exp $ 1$NetBSD: CHANGES-2019,v 1.3376 2019/08/09 20:54:28 brook Exp $
2 2
3Changes to the packages collection and infrastructure in 2019: 3Changes to the packages collection and infrastructure in 2019:
4 4
5 Updated net/hub to 2.7.0 [leot 2019-01-01] 5 Updated net/hub to 2.7.0 [leot 2019-01-01]
6 Updated news/sfeed to 0.9.7 [leot 2019-01-01] 6 Updated news/sfeed to 0.9.7 [leot 2019-01-01]
7 Removed chat/xchat successor chat/hexchat [nia 2019-01-01] 7 Removed chat/xchat successor chat/hexchat [nia 2019-01-01]
8 Updated finance/gnucash to 3.4 [wiz 2019-01-01] 8 Updated finance/gnucash to 3.4 [wiz 2019-01-01]
9 Updated finance/gnucash-docs to 3.4 [wiz 2019-01-01] 9 Updated finance/gnucash-docs to 3.4 [wiz 2019-01-01]
10 Updated mail/qmail-rejectutils to 20181230nb1 [schmonz 2019-01-01] 10 Updated mail/qmail-rejectutils to 20181230nb1 [schmonz 2019-01-01]
11 Added graphics/ipe version 7.2.7 [wiz 2019-01-01] 11 Added graphics/ipe version 7.2.7 [wiz 2019-01-01]
12 Added emulators/dolphin-emu version 5.0 [nia 2019-01-01] 12 Added emulators/dolphin-emu version 5.0 [nia 2019-01-01]
13 Updated emulators/nestopia to 1.49 [nia 2019-01-01] 13 Updated emulators/nestopia to 1.49 [nia 2019-01-01]
14 Updated x11/gtk3 to 3.24.2 [leot 2019-01-01] 14 Updated x11/gtk3 to 3.24.2 [leot 2019-01-01]
@@ -5488,13 +5488,14 @@ Changes to the packages collection and i @@ -5488,13 +5488,14 @@ Changes to the packages collection and i
5488 Added devel/R-pkgbuild version 1.0.4 [brook 2019-08-09] 5488 Added devel/R-pkgbuild version 1.0.4 [brook 2019-08-09]
5489 Added www/R-httr version 1.4.1 [brook 2019-08-09] 5489 Added www/R-httr version 1.4.1 [brook 2019-08-09]
5490 Added www/R-gh version 1.0.1 [brook 2019-08-09] 5490 Added www/R-gh version 1.0.1 [brook 2019-08-09]
5491 Added devel/R-usethis version 1.5.1 [brook 2019-08-09] 5491 Added devel/R-usethis version 1.5.1 [brook 2019-08-09]
5492 Added devel/R-rcmdcheck version 1.3.3 [brook 2019-08-09] 5492 Added devel/R-rcmdcheck version 1.3.3 [brook 2019-08-09]
5493 Added devel/R-pkgload version 1.0.2 [brook 2019-08-09] 5493 Added devel/R-pkgload version 1.0.2 [brook 2019-08-09]
5494 Added devel/R-roxygen2 version 6.1.1 [brook 2019-08-09] 5494 Added devel/R-roxygen2 version 6.1.1 [brook 2019-08-09]
5495 Added devel/R-devtools version 2.1.0 [brook 2019-08-09] 5495 Added devel/R-devtools version 2.1.0 [brook 2019-08-09]
5496 Added sysutils/R-later version 0.8.0 [brook 2019-08-09] 5496 Added sysutils/R-later version 0.8.0 [brook 2019-08-09]
5497 Added parallel/R-promises version 1.0.1 [brook 2019-08-09] 5497 Added parallel/R-promises version 1.0.1 [brook 2019-08-09]
5498 Added www/R-httpuv version 1.5.1 [brook 2019-08-09] 5498 Added www/R-httpuv version 1.5.1 [brook 2019-08-09]
5499 Added www/R-shiny version 1.3.2 [brook 2019-08-09] 5499 Added www/R-shiny version 1.3.2 [brook 2019-08-09]
5500 Added www/R-shinyjs version 1.0 [brook 2019-08-09] 5500 Added www/R-shinyjs version 1.0 [brook 2019-08-09]
 5501 Added www/R-miniUI version 0.1.1.1 [brook 2019-08-09]

cvs diff -r1.1398 -r1.1399 pkgsrc/www/Makefile (expand / switch to unified diff)

--- pkgsrc/www/Makefile 2019/08/09 20:53:39 1.1398
+++ pkgsrc/www/Makefile 2019/08/09 20:54:28 1.1399
@@ -1,23 +1,24 @@ @@ -1,23 +1,24 @@
1# $NetBSD: Makefile,v 1.1398 2019/08/09 20:53:39 brook Exp $ 1# $NetBSD: Makefile,v 1.1399 2019/08/09 20:54:28 brook Exp $
2# 2#
3 3
4COMMENT= Packages related to the World Wide Web 4COMMENT= Packages related to the World Wide Web
5 5
6SUBDIR+= R-curl 6SUBDIR+= R-curl
7SUBDIR+= R-gh 7SUBDIR+= R-gh
8SUBDIR+= R-htmlwidgets 8SUBDIR+= R-htmlwidgets
9SUBDIR+= R-httpuv 9SUBDIR+= R-httpuv
10SUBDIR+= R-httr 10SUBDIR+= R-httr
 11SUBDIR+= R-miniUI
11SUBDIR+= R-shiny 12SUBDIR+= R-shiny
12SUBDIR+= R-shinyjs 13SUBDIR+= R-shinyjs
13SUBDIR+= SOGo 14SUBDIR+= SOGo
14SUBDIR+= SOGo3 15SUBDIR+= SOGo3
15SUBDIR+= SpeedyCGI 16SUBDIR+= SpeedyCGI
16SUBDIR+= adzap 17SUBDIR+= adzap
17SUBDIR+= aipo 18SUBDIR+= aipo
18SUBDIR+= album 19SUBDIR+= album
19SUBDIR+= album_themes 20SUBDIR+= album_themes
20SUBDIR+= analog 21SUBDIR+= analog
21SUBDIR+= ap-auth-kerb 22SUBDIR+= ap-auth-kerb
22SUBDIR+= ap-auth-mellon 23SUBDIR+= ap-auth-mellon
23SUBDIR+= ap-authnz-crowd 24SUBDIR+= ap-authnz-crowd

File Added: pkgsrc/www/R-miniUI/DESCR
Provides UI widget and layout functions for writing Shiny apps that
work well on small screens.

File Added: pkgsrc/www/R-miniUI/Makefile
# $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"

File Added: pkgsrc/www/R-miniUI/distinfo
$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