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:           Wed Jul 31 13:58:41 UTC 2019

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

Log Message:
R-htmlwidgets: initial commit.

A framework for creating HTML widgets that render in various contexts
including the R console, 'R Markdown' documents, and 'Shiny' web
applications.


To generate a diff of this commit:
cvs rdiff -u -r1.3127 -r1.3128 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.1392 -r1.1393 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/R-htmlwidgets/DESCR \
    pkgsrc/www/R-htmlwidgets/Makefile pkgsrc/www/R-htmlwidgets/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.3127 pkgsrc/doc/CHANGES-2019:1.3128
--- pkgsrc/doc/CHANGES-2019:1.3127      Wed Jul 31 13:56:46 2019
+++ pkgsrc/doc/CHANGES-2019     Wed Jul 31 13:58:41 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3127 2019/07/31 13:56:46 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3128 2019/07/31 13:58:41 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5084,3 +5084,4 @@ Changes to the packages collection and i
        Added textproc/R-readstata13 version 0.9.2 [brook 2019-07-31]
        Added textproc/R-readxl version 1.3.1 [brook 2019-07-31]
        Added time/R-hms version 0.5.0 [brook 2019-07-31]
+       Added www/R-htmlwidgets version 1.3 [brook 2019-07-31]

Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1392 pkgsrc/www/Makefile:1.1393
--- pkgsrc/www/Makefile:1.1392  Mon Jul  1 15:49:47 2019
+++ pkgsrc/www/Makefile Wed Jul 31 13:58:41 2019
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1392 2019/07/01 15:49:47 jaapb Exp $
+# $NetBSD: Makefile,v 1.1393 2019/07/31 13:58:41 brook Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
 
 SUBDIR+=       R-curl
+SUBDIR+=       R-htmlwidgets
 SUBDIR+=       SOGo
 SUBDIR+=       SOGo3
 SUBDIR+=       SpeedyCGI

Added files:

Index: pkgsrc/www/R-htmlwidgets/DESCR
diff -u /dev/null pkgsrc/www/R-htmlwidgets/DESCR:1.1
--- /dev/null   Wed Jul 31 13:58:41 2019
+++ pkgsrc/www/R-htmlwidgets/DESCR      Wed Jul 31 13:58:41 2019
@@ -0,0 +1,3 @@
+A framework for creating HTML widgets that render in various contexts
+including the R console, 'R Markdown' documents, and 'Shiny' web
+applications.
Index: pkgsrc/www/R-htmlwidgets/Makefile
diff -u /dev/null pkgsrc/www/R-htmlwidgets/Makefile:1.1
--- /dev/null   Wed Jul 31 13:58:41 2019
+++ pkgsrc/www/R-htmlwidgets/Makefile   Wed Jul 31 13:58:41 2019
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2019/07/31 13:58:41 brook Exp $
+
+CATEGORIES=    www R
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      ${R_HOMEPAGE_BASE}/htmlwidgets/
+COMMENT=       HTML widgets for R
+LICENSE=       mit
+
+R_PKGNAME=     htmlwidgets
+R_PKGVER=      1.3
+
+DEPENDS+=      R-htmltools>=0.3:../../textproc/R-htmltools
+DEPENDS+=      R-jsonlite>=0.9.16:../../textproc/R-jsonlite
+DEPENDS+=      R-yaml>=2.2.0:../../textproc/R-yaml
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/R-htmlwidgets/distinfo
diff -u /dev/null pkgsrc/www/R-htmlwidgets/distinfo:1.1
--- /dev/null   Wed Jul 31 13:58:41 2019
+++ pkgsrc/www/R-htmlwidgets/distinfo   Wed Jul 31 13:58:41 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/31 13:58:41 brook Exp $
+
+SHA1 (R/htmlwidgets_1.3.tar.gz) = 12f801b88a6c9f4787470a0a04b0c36ccbe1bc3c
+RMD160 (R/htmlwidgets_1.3.tar.gz) = 908b9f341904132a56af1d0dabf4637191f81e0b
+SHA512 (R/htmlwidgets_1.3.tar.gz) = e3481ce4441463dc9ca98e082a6f35823736d6069437c8f4942586e7aefb6a844dc9d4177483226c62b6e4e3ade08ea6e10cd97cd87ac3a45baec74bb34be09d
+Size (R/htmlwidgets_1.3.tar.gz) = 866548 bytes



Home | Main Index | Thread Index | Old Index