Date: Tue, 13 Aug 2024 11:21:18 GMT From: Zsolt Udvari <uzsolt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1c1b3be557a5 - main - www/R-cran-miniUI: new port: shiny apps for small screens Message-ID: <202408131121.47DBLIt3017884@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by uzsolt: URL: https://cgit.FreeBSD.org/ports/commit/?id=1c1b3be557a5e5d6ad5e3a0bfe10def3f400d1f4 commit 1c1b3be557a5e5d6ad5e3a0bfe10def3f400d1f4 Author: Zsolt Udvari <uzsolt@FreeBSD.org> AuthorDate: 2024-08-13 11:18:47 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2024-08-13 11:20:22 +0000 www/R-cran-miniUI: new port: shiny apps for small screens Provides UI widget and layout functions for writing Shiny apps that work well on small screens. This port is required to update devel/R-cran-devtools. --- www/Makefile | 1 + www/R-cran-miniUI/Makefile | 17 +++++++++++++++++ www/R-cran-miniUI/distinfo | 3 +++ www/R-cran-miniUI/pkg-descr | 5 +++++ 4 files changed, 26 insertions(+) diff --git a/www/Makefile b/www/Makefile index 4ff2dbc61077..873ffc544aa7 100644 --- a/www/Makefile +++ b/www/Makefile @@ -11,6 +11,7 @@ SUBDIR += R-cran-httr SUBDIR += R-cran-httr2 SUBDIR += R-cran-jquerylib + SUBDIR += R-cran-miniUI SUBDIR += R-cran-pkgdown SUBDIR += R-cran-rvest SUBDIR += R-cran-scrapeR diff --git a/www/R-cran-miniUI/Makefile b/www/R-cran-miniUI/Makefile new file mode 100644 index 000000000000..2ee44e3eff5b --- /dev/null +++ b/www/R-cran-miniUI/Makefile @@ -0,0 +1,17 @@ +PORTNAME= miniUI +DISTVERSION= 0.1.1.1 +CATEGORIES= www +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= uzsolt@FreeBSD.org +COMMENT= Writing Shiny apps that work well on small screens +WWW= https://cran.r-project.org/web/packages/miniUI + +LICENSE= GPLv3 + +RUN_DEPENDS= R-cran-htmltools>0:textproc/R-cran-htmltools \ + R-cran-shiny>0:www/R-cran-shiny + +USES= cran:auto-plist + +.include <bsd.port.mk> diff --git a/www/R-cran-miniUI/distinfo b/www/R-cran-miniUI/distinfo new file mode 100644 index 000000000000..5f1c4373f7da --- /dev/null +++ b/www/R-cran-miniUI/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1723542821 +SHA256 (miniUI_0.1.1.1.tar.gz) = 452b41133289f630d8026507263744e385908ca025e9a7976925c1539816b0c0 +SIZE (miniUI_0.1.1.1.tar.gz) = 97958 diff --git a/www/R-cran-miniUI/pkg-descr b/www/R-cran-miniUI/pkg-descr new file mode 100644 index 000000000000..e480bc239da0 --- /dev/null +++ b/www/R-cran-miniUI/pkg-descr @@ -0,0 +1,5 @@ +Provides UI widget and layout functions for writing Shiny apps that work well on +small screens. Designed to work especially well for creating Shiny Gadgets. + +Inspired by the lovely Ratchet CSS framework, though currently miniUI does not +use any of Ratchet's CSS code.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408131121.47DBLIt3017884>