Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 2021 05:00:06 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563462 - in head/www: . R-cran-bslib
Message-ID:  <202101310500.10V506bW006748@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Sun Jan 31 05:00:06 2021
New Revision: 563462
URL: https://svnweb.freebsd.org/changeset/ports/563462

Log:
  - Add new port: www/R-cran-bslib
  
    Simplifies custom 'CSS' styling of both 'shiny' and 'rmarkdown' via
    'Bootstrap' 'Sass'. Supports both 'Bootstrap' 3 and 4 as well as
    their various 'Bootswatch' themes. An interactive widget is also
    provided for previewing themes in real time.
  
    WWW: https://cran.r-project.org/web/packages/bslib/

Added:
  head/www/R-cran-bslib/
  head/www/R-cran-bslib/Makefile   (contents, props changed)
  head/www/R-cran-bslib/distinfo   (contents, props changed)
  head/www/R-cran-bslib/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Jan 31 04:49:04 2021	(r563461)
+++ head/www/Makefile	Sun Jan 31 05:00:06 2021	(r563462)
@@ -5,6 +5,7 @@
 
     SUBDIR += R-cran-RgoogleMaps
     SUBDIR += R-cran-Rook
+    SUBDIR += R-cran-bslib
     SUBDIR += R-cran-crosstalk
     SUBDIR += R-cran-downloader
     SUBDIR += R-cran-htmlwidgets

Added: head/www/R-cran-bslib/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/R-cran-bslib/Makefile	Sun Jan 31 05:00:06 2021	(r563462)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME=	bslib
+PORTVERSION=	0.2.4
+CATEGORIES=	www
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota@FreeBSD.org
+COMMENT=	Custom 'Bootstrap' 'Sass' Themes for 'shiny' and 'rmarkdown'
+
+LICENSE=	MIT
+
+CRAN_DEPENDS=	R-cran-htmltools>=0.5.1:textproc/R-cran-htmltools \
+		R-cran-jsonlite>0:converters/R-cran-jsonlite \
+		R-cran-sass>=0.3.0:textproc/R-cran-sass \
+		R-cran-digest>=0.6.25:security/R-cran-digest \
+		R-cran-jquerylib>=0.1.3:www/R-cran-jquerylib \
+		R-cran-rlang>0:devel/R-cran-rlang \
+		R-cran-magrittr>0:devel/R-cran-magrittr
+BUILD_DEPENDS=	${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
+
+USES=		cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/www/R-cran-bslib/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/R-cran-bslib/distinfo	Sun Jan 31 05:00:06 2021	(r563462)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1612027627
+SHA256 (bslib_0.2.4.tar.gz) = 4c59e1a5519019d65dd4803af632f9b9c24fe23e94dafaf5f4128e8ca9d89762
+SIZE (bslib_0.2.4.tar.gz) = 3481982

Added: head/www/R-cran-bslib/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/R-cran-bslib/pkg-descr	Sun Jan 31 05:00:06 2021	(r563462)
@@ -0,0 +1,6 @@
+Simplifies custom 'CSS' styling of both 'shiny' and 'rmarkdown' via
+'Bootstrap' 'Sass'. Supports both 'Bootstrap' 3 and 4 as well as
+their various 'Bootswatch' themes. An interactive widget is also
+provided for previewing themes in real time.
+
+WWW: https://cran.r-project.org/web/packages/bslib/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101310500.10V506bW006748>