pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/R-bslib



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Jun  8 01:56:05 UTC 2021

Added Files:
        pkgsrc/www/R-bslib: DESCR Makefile distinfo

Log Message:
(www/R-bslib) import R-bslib-0.2.5.1

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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/R-bslib/DESCR pkgsrc/www/R-bslib/Makefile \
    pkgsrc/www/R-bslib/distinfo

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

Added files:

Index: pkgsrc/www/R-bslib/DESCR
diff -u /dev/null pkgsrc/www/R-bslib/DESCR:1.1
--- /dev/null   Tue Jun  8 01:56:05 2021
+++ pkgsrc/www/R-bslib/DESCR    Tue Jun  8 01:56:05 2021
@@ -0,0 +1,4 @@
+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.
Index: pkgsrc/www/R-bslib/Makefile
diff -u /dev/null pkgsrc/www/R-bslib/Makefile:1.1
--- /dev/null   Tue Jun  8 01:56:05 2021
+++ pkgsrc/www/R-bslib/Makefile Tue Jun  8 01:56:05 2021
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2021/06/08 01:56:05 mef Exp $
+
+R_PKGNAME=     bslib
+R_PKGVER=      0.2.5.1
+CATEGORIES=    www
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Custom 'Bootstrap' 'Sass' Themes for 'shiny' and 'rmarkdown'
+LICENSE=       mit     # + file LICENSE
+
+DEPENDS+=      R-magrittr>=2.0.1:../../devel/R-magrittr
+DEPENDS+=      R-rlang>=0.4.11:../../devel/R-rlang
+DEPENDS+=      R-htmltools>=0.5.1:../../textproc/R-htmltools
+DEPENDS+=      R-jsonlite>=1.7.1:../../textproc/R-jsonlite
+DEPENDS+=      R-sass>=0.4.0:../../www/R-sass
+DEPENDS+=      R-jquerylib-[0-9]*:../../www/R-jquerylib
+
+# Packages suggested but not available: 'rmarkdown', 'thematic'
+
+TEST_DEPENDS+= R-shiny-[0-9]*:../../www/R-shiny
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+TEST_DEPENDS+= R-thematic-[0-9]*:../../graphics/R-thematic
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/R-bslib/distinfo
diff -u /dev/null pkgsrc/www/R-bslib/distinfo:1.1
--- /dev/null   Tue Jun  8 01:56:05 2021
+++ pkgsrc/www/R-bslib/distinfo Tue Jun  8 01:56:05 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/06/08 01:56:05 mef Exp $
+
+SHA1 (R/bslib_0.2.5.1.tar.gz) = 3e9de96c1f1ad55a46535f0667b4eff91a4f6e2d
+RMD160 (R/bslib_0.2.5.1.tar.gz) = 3ae2e992ec190fcd8b69b0702fc74b92de05a5d2
+SHA512 (R/bslib_0.2.5.1.tar.gz) = 910cb3f90d6ec143f9237c50ec895022e8b8d1360a1176ec7b87051e548a642f4dfb0d150f2815cfa0e2e2b51a148cd689acdd42c05106896ef52e971eea831a
+Size (R/bslib_0.2.5.1.tar.gz) = 3810412 bytes



Home | Main Index | Thread Index | Old Index