www/R-rvest: import R-rvest-0.3.5
Wrappers around the 'xml2' and 'httr' packages to make it easy to download, then manipulate, HTML and XML.
This commit is contained in:
parent
86e655e13f
commit
ab9135cdc4
4 changed files with 29 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1478 2020/08/07 01:54:20 brook Exp $
|
||||
# $NetBSD: Makefile,v 1.1479 2020/08/07 01:57:55 brook Exp $
|
||||
#
|
||||
|
||||
COMMENT= Packages related to the World Wide Web
|
||||
|
@ -10,6 +10,7 @@ SUBDIR+= R-htmlwidgets
|
|||
SUBDIR+= R-httpuv
|
||||
SUBDIR+= R-httr
|
||||
SUBDIR+= R-miniUI
|
||||
SUBDIR+= R-rvest
|
||||
SUBDIR+= R-shiny
|
||||
SUBDIR+= R-shinyjs
|
||||
SUBDIR+= SOGo
|
||||
|
|
2
www/R-rvest/DESCR
Normal file
2
www/R-rvest/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Wrappers around the 'xml2' and 'httr' packages to make it easy to
|
||||
download, then manipulate, HTML and XML.
|
19
www/R-rvest/Makefile
Normal file
19
www/R-rvest/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1 2020/08/07 01:57:55 brook Exp $
|
||||
|
||||
R_PKGNAME= rvest
|
||||
R_PKGVER= 0.3.5
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
COMMENT= Easily Harvest (Scrape) Web Pages
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
DEPENDS+= R-magrittr>=1.5:../../devel/R-magrittr
|
||||
DEPENDS+= R-selectr>=0.4.2:../../textproc/R-selectr
|
||||
DEPENDS+= R-xml2>=1.2.2nb1:../../textproc/R-xml2
|
||||
DEPENDS+= R-httr>=0.5:../../www/R-httr
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
6
www/R-rvest/distinfo
Normal file
6
www/R-rvest/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2020/08/07 01:57:55 brook Exp $
|
||||
|
||||
SHA1 (R/rvest_0.3.5.tar.gz) = ceb863b5a8dbb8192b8d2743ca53dd174709b1e4
|
||||
RMD160 (R/rvest_0.3.5.tar.gz) = 4164ffb4abcadeaeb502151bcf9a89232ff60bee
|
||||
SHA512 (R/rvest_0.3.5.tar.gz) = 0e33cbe7287e44c8516acd2dbeaa72ecf63fb1c0253b3b3af7f6ddc3f126894e5f2a1b70e0a03b6f15981c69665bd554bd2ade634a8c2ce16dcac61b3161086b
|
||||
Size (R/rvest_0.3.5.tar.gz) = 1129355 bytes
|
Loading…
Reference in a new issue