pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc R-miniUI: initial commit
details: https://anonhg.NetBSD.org/pkgsrc/rev/bb44937ab3bc
branches: trunk
changeset: 399473:bb44937ab3bc
user: brook <brook%pkgsrc.org@localhost>
date: Fri Aug 09 20:54:28 2019 +0000
description:
R-miniUI: initial commit
Provides UI widget and layout functions for writing Shiny apps that
work well on small screens.
diffstat:
doc/CHANGES-2019 | 3 ++-
www/Makefile | 3 ++-
www/R-miniUI/DESCR | 2 ++
www/R-miniUI/Makefile | 17 +++++++++++++++++
www/R-miniUI/distinfo | 6 ++++++
5 files changed, 29 insertions(+), 2 deletions(-)
diffs (68 lines):
diff -r 461f891bedd5 -r bb44937ab3bc doc/CHANGES-2019
--- a/doc/CHANGES-2019 Fri Aug 09 20:53:39 2019 +0000
+++ b/doc/CHANGES-2019 Fri Aug 09 20:54:28 2019 +0000
@@ -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 @@
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 -r 461f891bedd5 -r bb44937ab3bc www/Makefile
--- a/www/Makefile Fri Aug 09 20:53:39 2019 +0000
+++ b/www/Makefile Fri Aug 09 20:54:28 2019 +0000
@@ -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-htmlwidgets
SUBDIR+= R-httpuv
SUBDIR+= R-httr
+SUBDIR+= R-miniUI
SUBDIR+= R-shiny
SUBDIR+= R-shinyjs
SUBDIR+= SOGo
diff -r 461f891bedd5 -r bb44937ab3bc www/R-miniUI/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-miniUI/DESCR Fri Aug 09 20:54:28 2019 +0000
@@ -0,0 +1,2 @@
+Provides UI widget and layout functions for writing Shiny apps that
+work well on small screens.
diff -r 461f891bedd5 -r bb44937ab3bc www/R-miniUI/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-miniUI/Makefile Fri Aug 09 20:54:28 2019 +0000
@@ -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"
diff -r 461f891bedd5 -r bb44937ab3bc www/R-miniUI/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-miniUI/distinfo Fri Aug 09 20:54:28 2019 +0000
@@ -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