- 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/
This commit is contained in:
TAKATSU Tomonari 2021-01-31 04:22:18 +00:00
parent ebcebd7862
commit abbbe2e4f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563456
4 changed files with 31 additions and 0 deletions

View file

@ -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

View file

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= jquerylib
PORTVERSION= 0.1.3
CATEGORIES= www
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1612050066
SHA256 (jquerylib_0.1.3.tar.gz) = b8fdc95bd40aceba90c9f1f074c52a408171f7f1b96279409f1c8ea079350de8
SIZE (jquerylib_0.1.3.tar.gz) = 519366

View file

@ -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/