svn commit: r563456 - in head/www: . R-cran-jquerylib

TAKATSU Tomonari tota at FreeBSD.org
Sun Jan 31 04:22:20 UTC 2021


Author: tota
Date: Sun Jan 31 04:22:18 2021
New Revision: 563456
URL: https://svnweb.freebsd.org/changeset/ports/563456

Log:
  - Add new port: www/R-cran-jquerylib
  
    Obtain any major version of 'jQuery' (<https://code.jquery.com/>)
    and use it in any webpage generated by 'htmltools' (e.g. 'shiny',
    'htmlwidgets', and 'rmarkdown'). Most R users don't need to use
    this package directly, but other R packages (e.g. 'shiny', 'rmarkdown',
    etc.) depend on this package to avoid bundling redundant copies of
    'jQuery'.
  
    WWW: https://cran.r-project.org/web/packages/jquerylib/

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Jan 31 04:19:52 2021	(r563455)
+++ head/www/Makefile	Sun Jan 31 04:22:18 2021	(r563456)
@@ -10,6 +10,7 @@
     SUBDIR += R-cran-htmlwidgets
     SUBDIR += R-cran-httpuv
     SUBDIR += R-cran-httr
+    SUBDIR += R-cran-jquerylib
     SUBDIR += R-cran-rvest
     SUBDIR += R-cran-scrapeR
     SUBDIR += R-cran-selectr

Added: head/www/R-cran-jquerylib/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/R-cran-jquerylib/Makefile	Sun Jan 31 04:22:18 2021	(r563456)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	jquerylib
+PORTVERSION=	0.1.3
+CATEGORIES=	www
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota at FreeBSD.org
+COMMENT=	Obtain 'jQuery' as an HTML Dependency Object
+
+LICENSE=	MIT
+
+CRAN_DEPENDS=	R-cran-htmltools>0:textproc/R-cran-htmltools
+BUILD_DEPENDS=	${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
+
+USES=		cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/www/R-cran-jquerylib/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/R-cran-jquerylib/distinfo	Sun Jan 31 04:22:18 2021	(r563456)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1612050066
+SHA256 (jquerylib_0.1.3.tar.gz) = b8fdc95bd40aceba90c9f1f074c52a408171f7f1b96279409f1c8ea079350de8
+SIZE (jquerylib_0.1.3.tar.gz) = 519366

Added: head/www/R-cran-jquerylib/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/R-cran-jquerylib/pkg-descr	Sun Jan 31 04:22:18 2021	(r563456)
@@ -0,0 +1,8 @@
+Obtain any major version of 'jQuery' (<https://code.jquery.com/>)
+and use it in any webpage generated by 'htmltools' (e.g. 'shiny',
+'htmlwidgets', and 'rmarkdown'). Most R users don't need to use
+this package directly, but other R packages (e.g. 'shiny', 'rmarkdown',
+etc.) depend on this package to avoid bundling redundant copies of
+'jQuery'.
+
+WWW: https://cran.r-project.org/web/packages/jquerylib/


More information about the svn-ports-all mailing list