Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www www/R-rvest: import R-rvest-0.3.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0945898031f
branches:  trunk
changeset: 436636:e0945898031f
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 07 01:57:55 2020 +0000

description:
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.

diffstat:

 www/Makefile         |   3 ++-
 www/R-rvest/DESCR    |   2 ++
 www/R-rvest/Makefile |  19 +++++++++++++++++++
 www/R-rvest/distinfo |   6 ++++++
 4 files changed, 29 insertions(+), 1 deletions(-)

diffs (56 lines):

diff -r d1bdd115e127 -r e0945898031f www/Makefile
--- a/www/Makefile      Fri Aug 07 01:57:10 2020 +0000
+++ b/www/Makefile      Fri Aug 07 01:57:55 2020 +0000
@@ -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-httpuv
 SUBDIR+=       R-httr
 SUBDIR+=       R-miniUI
+SUBDIR+=       R-rvest
 SUBDIR+=       R-shiny
 SUBDIR+=       R-shinyjs
 SUBDIR+=       SOGo
diff -r d1bdd115e127 -r e0945898031f www/R-rvest/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-rvest/DESCR Fri Aug 07 01:57:55 2020 +0000
@@ -0,0 +1,2 @@
+Wrappers around the 'xml2' and 'httr' packages to make it easy to
+download, then manipulate, HTML and XML.
diff -r d1bdd115e127 -r e0945898031f www/R-rvest/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-rvest/Makefile      Fri Aug 07 01:57:55 2020 +0000
@@ -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"
diff -r d1bdd115e127 -r e0945898031f www/R-rvest/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/R-rvest/distinfo      Fri Aug 07 01:57:55 2020 +0000
@@ -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