pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   brook
Date:           Fri Aug  9 20:54:29 UTC 2019

Modified Files:
        pkgsrc/doc: CHANGES-2019
        pkgsrc/www: Makefile
Added Files:
        pkgsrc/www/R-miniUI: DESCR Makefile distinfo

Log Message:
R-miniUI: initial commit

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


To generate a diff of this commit:
cvs rdiff -u -r1.3375 -r1.3376 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.1398 -r1.1399 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/R-miniUI/DESCR pkgsrc/www/R-miniUI/Makefile \
    pkgsrc/www/R-miniUI/distinfo

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

Modified files:

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3375 pkgsrc/doc/CHANGES-2019:1.3376
--- pkgsrc/doc/CHANGES-2019:1.3375      Fri Aug  9 20:53:39 2019
+++ pkgsrc/doc/CHANGES-2019     Fri Aug  9 20:54:28 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 i
        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]

Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1398 pkgsrc/www/Makefile:1.1399
--- pkgsrc/www/Makefile:1.1398  Fri Aug  9 20:53:39 2019
+++ pkgsrc/www/Makefile Fri Aug  9 20:54:28 2019
@@ -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

Added files:

Index: pkgsrc/www/R-miniUI/DESCR
diff -u /dev/null pkgsrc/www/R-miniUI/DESCR:1.1
--- /dev/null   Fri Aug  9 20:54:29 2019
+++ pkgsrc/www/R-miniUI/DESCR   Fri Aug  9 20:54:29 2019
@@ -0,0 +1,2 @@
+Provides UI widget and layout functions for writing Shiny apps that
+work well on small screens.
Index: pkgsrc/www/R-miniUI/Makefile
diff -u /dev/null pkgsrc/www/R-miniUI/Makefile:1.1
--- /dev/null   Fri Aug  9 20:54:29 2019
+++ pkgsrc/www/R-miniUI/Makefile        Fri Aug  9 20:54:29 2019
@@ -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@localhost
+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"
Index: pkgsrc/www/R-miniUI/distinfo
diff -u /dev/null pkgsrc/www/R-miniUI/distinfo:1.1
--- /dev/null   Fri Aug  9 20:54:29 2019
+++ pkgsrc/www/R-miniUI/distinfo        Fri Aug  9 20:54:29 2019
@@ -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



Home | Main Index | Thread Index | Old Index