From 1bbbf7bf1ff7b8a30b91c73e7e132b3cd3662ffc Mon Sep 17 00:00:00 2001 From: TAKATSU Tomonari Date: Wed, 12 Aug 2015 19:19:32 +0000 Subject: - Add new port: www/R-cran-rvest Wrappers around the XML and httr packages to make it easy to download, then manipulate, both html and xml. WWW: https://cran.r-project.org/web/packages/rvest/ --- www/R-cran-rvest/Makefile | 21 +++++++++++++++++++++ www/R-cran-rvest/distinfo | 2 ++ www/R-cran-rvest/pkg-descr | 4 ++++ 3 files changed, 27 insertions(+) create mode 100644 www/R-cran-rvest/Makefile create mode 100644 www/R-cran-rvest/distinfo create mode 100644 www/R-cran-rvest/pkg-descr (limited to 'www/R-cran-rvest') diff --git a/www/R-cran-rvest/Makefile b/www/R-cran-rvest/Makefile new file mode 100644 index 000000000000..ec9b828010b3 --- /dev/null +++ b/www/R-cran-rvest/Makefile @@ -0,0 +1,21 @@ +# Created by: TAKATSU Tomonari +# $FreeBSD$ + +PORTNAME= rvest +PORTVERSION= 0.2.0 +CATEGORIES= www +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Easily Harvest (Scrape) Web Pages + +LICENSE= GPLv3 + +RUN_DEPENDS= R-cran-httr>=0.5:${PORTSDIR}/www/R-cran-httr \ + R-cran-XML>0:${PORTSDIR}/textproc/R-cran-XML \ + R-cran-selectr>0:${PORTSDIR}/www/R-cran-selectr \ + R-cran-magrittr>0:${PORTSDIR}/devel/R-cran-magrittr + +USES= cran:auto-plist + +.include diff --git a/www/R-cran-rvest/distinfo b/www/R-cran-rvest/distinfo new file mode 100644 index 000000000000..9a4d8bc0ab76 --- /dev/null +++ b/www/R-cran-rvest/distinfo @@ -0,0 +1,2 @@ +SHA256 (rvest_0.2.0.tar.gz) = 275a6e0aca14c4ac713a0051bd0bda5b4e3806361a51a66e3eba27f839a0e9ad +SIZE (rvest_0.2.0.tar.gz) = 5407840 diff --git a/www/R-cran-rvest/pkg-descr b/www/R-cran-rvest/pkg-descr new file mode 100644 index 000000000000..118c44b3a51c --- /dev/null +++ b/www/R-cran-rvest/pkg-descr @@ -0,0 +1,4 @@ +Wrappers around the XML and httr packages to make it easy to download, +then manipulate, both html and xml. + +WWW: https://cran.r-project.org/web/packages/rvest/ -- cgit v1.2.3