new port: www/R-cran-gh: GitHub API for R

Approved by:	lwhsu
This commit is contained in:
Guangyuan Yang 2021-04-18 19:05:10 -04:00
parent 9b429b80e0
commit 4033966d3f
4 changed files with 36 additions and 0 deletions

View File

@ -5,6 +5,7 @@
SUBDIR += R-cran-bslib
SUBDIR += R-cran-crosstalk
SUBDIR += R-cran-downloader
SUBDIR += R-cran-gh
SUBDIR += R-cran-htmlwidgets
SUBDIR += R-cran-httpuv
SUBDIR += R-cran-httr

29
www/R-cran-gh/Makefile Normal file
View File

@ -0,0 +1,29 @@
# Created by: Guangyuan Yang <ygy@FreeBSD.org>
PORTNAME= gh
DISTVERSION= 1.2.1
CATEGORIES= www
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ygy@FreeBSD.org
COMMENT= GitHub API for R
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr
RUN_DEPENDS= R-cran-jsonlite>0:converters/R-cran-jsonlite \
R-cran-cli>=2.0.1:devel/R-cran-cli \
R-cran-ini>0:devel/R-cran-ini \
R-cran-gitcreds>0:security/R-cran-gitcreds \
R-cran-httr>=1.2:www/R-cran-httr
TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \
R-cran-rprojroot>0:devel/R-cran-rprojroot \
R-cran-testthat>=2.3.2:devel/R-cran-testthat \
R-cran-withr>0:devel/R-cran-withr \
R-cran-knitr>0:print/R-cran-knitr \
R-cran-rmarkdown>0:textproc/R-cran-rmarkdown
USES= cran:auto-plist
.include <bsd.port.mk>

3
www/R-cran-gh/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1618707210
SHA256 (gh_1.2.1.tar.gz) = 00cfbf7a48a0587d651233dd661092fdc52f70ec592e6f98470e891c160eaa9b
SIZE (gh_1.2.1.tar.gz) = 45425

3
www/R-cran-gh/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
Minimal client to access the 'GitHub' 'API'.
WWW: https://gh.r-lib.org/