pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www
Module Name: pkgsrc
Committed By: brook
Date: Fri Aug 7 01:57:56 UTC 2020
Modified Files:
pkgsrc/www: Makefile
Added Files:
pkgsrc/www/R-rvest: DESCR Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.1478 -r1.1479 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/R-rvest/DESCR pkgsrc/www/R-rvest/Makefile \
pkgsrc/www/R-rvest/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1478 pkgsrc/www/Makefile:1.1479
--- pkgsrc/www/Makefile:1.1478 Fri Aug 7 01:54:20 2020
+++ pkgsrc/www/Makefile Fri Aug 7 01:57:55 2020
@@ -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
Added files:
Index: pkgsrc/www/R-rvest/DESCR
diff -u /dev/null pkgsrc/www/R-rvest/DESCR:1.1
--- /dev/null Fri Aug 7 01:57:56 2020
+++ pkgsrc/www/R-rvest/DESCR Fri Aug 7 01:57:55 2020
@@ -0,0 +1,2 @@
+Wrappers around the 'xml2' and 'httr' packages to make it easy to
+download, then manipulate, HTML and XML.
Index: pkgsrc/www/R-rvest/Makefile
diff -u /dev/null pkgsrc/www/R-rvest/Makefile:1.1
--- /dev/null Fri Aug 7 01:57:56 2020
+++ pkgsrc/www/R-rvest/Makefile Fri Aug 7 01:57:55 2020
@@ -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@localhost
+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"
Index: pkgsrc/www/R-rvest/distinfo
diff -u /dev/null pkgsrc/www/R-rvest/distinfo:1.1
--- /dev/null Fri Aug 7 01:57:56 2020
+++ pkgsrc/www/R-rvest/distinfo Fri Aug 7 01:57:55 2020
@@ -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
Home |
Main Index |
Thread Index |
Old Index