git: 073e5ab8b92d - main - www/R-cran-scrapeR: Update to 0.1.7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 10 Dec 2023 11:15:10 UTC
The branch main has been updated by tota: URL: https://cgit.FreeBSD.org/ports/commit/?id=073e5ab8b92d7f349beef15fdc45758c16cad28b commit 073e5ab8b92d7f349beef15fdc45758c16cad28b Author: TAKATSU Tomonari <tota@FreeBSD.org> AuthorDate: 2023-12-10 10:26:31 +0000 Commit: TAKATSU Tomonari <tota@FreeBSD.org> CommitDate: 2023-12-10 11:13:28 +0000 www/R-cran-scrapeR: Update to 0.1.7 - Add LICENSE - Update pkg-descr Reported by: portscout --- www/R-cran-scrapeR/Makefile | 12 +++++++----- www/R-cran-scrapeR/distinfo | 5 +++-- www/R-cran-scrapeR/pkg-descr | 5 ++++- 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.