Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Aug 2015 19:19:33 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r394032 - in head/www: . R-cran-rvest
Message-ID:  <201508121919.t7CJJXTI088960@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Wed Aug 12 19:19:32 2015
New Revision: 394032
URL: https://svnweb.freebsd.org/changeset/ports/394032

Log:
  - 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/

Added:
  head/www/R-cran-rvest/
  head/www/R-cran-rvest/Makefile   (contents, props changed)
  head/www/R-cran-rvest/distinfo   (contents, props changed)
  head/www/R-cran-rvest/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Wed Aug 12 19:11:15 2015	(r394031)
+++ head/www/Makefile	Wed Aug 12 19:19:32 2015	(r394032)
@@ -9,6 +9,7 @@
     SUBDIR += R-cran-htmlwidgets
     SUBDIR += R-cran-httpuv
     SUBDIR += R-cran-httr
+    SUBDIR += R-cran-rvest
     SUBDIR += R-cran-scrapeR
     SUBDIR += R-cran-selectr
     SUBDIR += R-cran-shiny

Added: head/www/R-cran-rvest/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/R-cran-rvest/Makefile	Wed Aug 12 19:19:32 2015	(r394032)
@@ -0,0 +1,21 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $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 <bsd.port.mk>

Added: head/www/R-cran-rvest/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/R-cran-rvest/distinfo	Wed Aug 12 19:19:32 2015	(r394032)
@@ -0,0 +1,2 @@
+SHA256 (rvest_0.2.0.tar.gz) = 275a6e0aca14c4ac713a0051bd0bda5b4e3806361a51a66e3eba27f839a0e9ad
+SIZE (rvest_0.2.0.tar.gz) = 5407840

Added: head/www/R-cran-rvest/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/R-cran-rvest/pkg-descr	Wed Aug 12 19:19:32 2015	(r394032)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508121919.t7CJJXTI088960>