aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2023-12-10 10:26:31 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2023-12-10 11:13:28 +0000
commit073e5ab8b92d7f349beef15fdc45758c16cad28b (patch)
tree533a649f9a15d7854deb8abafac9ee600d03bee0
parent997bbcce2ccc215331fead487b29bf6e08b230b1 (diff)
downloadports-073e5ab8b92d7f349beef15fdc45758c16cad28b.tar.gz
ports-073e5ab8b92d7f349beef15fdc45758c16cad28b.zip
www/R-cran-scrapeR: Update to 0.1.7
- Add LICENSE - Update pkg-descr Reported by: portscout
-rw-r--r--www/R-cran-scrapeR/Makefile12
-rw-r--r--www/R-cran-scrapeR/distinfo5
-rw-r--r--www/R-cran-scrapeR/pkg-descr5
3 files changed, 14 insertions, 8 deletions
diff --git a/www/R-cran-scrapeR/Makefile b/www/R-cran-scrapeR/Makefile
index 902414d2fe6f..7d5d2b1d82b5 100644
--- a/www/R-cran-scrapeR/Makefile
+++ b/www/R-cran-scrapeR/Makefile
@@ -1,6 +1,5 @@
PORTNAME= scrapeR
-PORTVERSION= 0.1.6
-PORTREVISION= 18
+PORTVERSION= 0.1.7
CATEGORIES= www
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -8,9 +7,12 @@ MAINTAINER= tota@FreeBSD.org
COMMENT= Tools for Scraping Data from HTML and XML Documents
WWW= https://cran.r-project.org/web/packages/scrapeR/
-RUN_DEPENDS= R-cran-XML>0:textproc/R-cran-XML \
- R-cran-RCurl>0:ftp/R-cran-RCurl
+LICENSE= MIT
-USES= cran:auto-plist
+RUN_DEPENDS= R-cran-httr>0:www/R-cran-httr \
+ R-cran-magrittr>0:devel/R-cran-magrittr \
+ R-cran-rvest>0:www/R-cran-rvest
+
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/www/R-cran-scrapeR/distinfo b/www/R-cran-scrapeR/distinfo
index ba1bc7eb90ce..9b3307ef926c 100644
--- a/www/R-cran-scrapeR/distinfo
+++ b/www/R-cran-scrapeR/distinfo
@@ -1,2 +1,3 @@
-SHA256 (scrapeR_0.1.6.tar.gz) = 8bd66c4ac0d15a744004fbd5a452feac417943592f7d5306cc83b09cecc50fe7
-SIZE (scrapeR_0.1.6.tar.gz) = 6754
+TIMESTAMP = 1701940070
+SHA256 (scrapeR_0.1.7.tar.gz) = 2c6f426c342e1e8daa28025c6f1b4b5c3b349a76297dce21861979d86fd866fd
+SIZE (scrapeR_0.1.7.tar.gz) = 3149
diff --git a/www/R-cran-scrapeR/pkg-descr b/www/R-cran-scrapeR/pkg-descr
index e77dc43c304f..09f10c589f6b 100644
--- a/www/R-cran-scrapeR/pkg-descr
+++ b/www/R-cran-scrapeR/pkg-descr
@@ -1 +1,4 @@
-Tools for Scraping Data from HTML and XML Documents
+The 'scrapeR' package utilizes functions that fetch and extract
+text content from specified web pages. It handles HTTP errors and
+parses HTML efficiently. The package can handle hundreds of websites
+at a time using the scrapeR_in_batches() command.