pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc R-htmlwidgets: initial commit.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07ae7fcc77a3
branches:  trunk
changeset: 337067:07ae7fcc77a3
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Jul 31 13:58:41 2019 +0000

description:
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.

diffstat:

 doc/CHANGES-2019           |   3 ++-
 www/Makefile               |   3 ++-
 www/R-htmlwidgets/DESCR    |   3 +++
 www/R-htmlwidgets/Makefile |  20 ++++++++++++++++++++
 www/R-htmlwidgets/distinfo |   6 ++++++
 5 files changed, 33 insertions(+), 2 deletions(-)

diffs (70 lines):

diff -r bbad324a907d -r 07ae7fcc77a3 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Wed Jul 31 13:56:46 2019 +0000
+++ b/doc/CHANGES-2019  Wed Jul 31 13:58:41 2019 +0000
@@ -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 @@
        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]
diff -r bbad324a907d -r 07ae7fcc77a3 www/Makefile
--- a/www/Makefile      Wed Jul 31 13:56:46 2019 +0000
+++ b/www/Makefile      Wed Jul 31 13:58:41 2019 +0000
@@ -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
diff -r bbad324a907d -r 07ae7fcc77a3 www/R-htmlwidgets/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-htmlwidgets/DESCR   Wed Jul 31 13:58:41 2019 +0000
@@ -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.
diff -r bbad324a907d -r 07ae7fcc77a3 www/R-htmlwidgets/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-htmlwidgets/Makefile        Wed Jul 31 13:58:41 2019 +0000
@@ -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"
diff -r bbad324a907d -r 07ae7fcc77a3 www/R-htmlwidgets/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-htmlwidgets/distinfo        Wed Jul 31 13:58:41 2019 +0000
@@ -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