1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Add a new port: www/R-cran-scrapeR

Tools for Scraping Data from HTML and XML Documents

  WWW:	http://cran.r-project.org/web/packages/scrapeR/
This commit is contained in:
TAKATSU Tomonari 2011-08-28 20:19:20 +00:00
parent 47fc0cc7b5
commit dd1452b135
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280642
4 changed files with 29 additions and 0 deletions

View File

@ -4,6 +4,7 @@
COMMENT = Ports related to the World Wide Web
SUBDIR += MT
SUBDIR += R-cran-scrapeR
SUBDIR += WebMagick
SUBDIR += abyssws
SUBDIR += ach

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: R-cran-scrapeR
# Date created: 2011-08-28
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= scrapeR
PORTVERSION= 0.1.6
CATEGORIES= www
PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Tools for Scraping Data from HTML and XML Documents
RUN_DEPENDS= R-cran-XML>0:${PORTSDIR}/textproc/R-cran-XML \
R-cran-RCurl>0:${PORTSDIR}/ftp/R-cran-RCurl
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (scrapeR_0.1.6.tar.gz) = 8bd66c4ac0d15a744004fbd5a452feac417943592f7d5306cc83b09cecc50fe7
SIZE (scrapeR_0.1.6.tar.gz) = 6754

View File

@ -0,0 +1,3 @@
Tools for Scraping Data from HTML and XML Documents
WWW: http://cran.r-project.org/web/packages/scrapeR/