aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2011-08-29 04:19:20 +0800
committertota <tota@FreeBSD.org>2011-08-29 04:19:20 +0800
commit3cc05d60612c21781c261b5bd8eb5c965b6ab3e4 (patch)
tree6ea43e956fd266162fea037d0503597bcf5c7c28 /www
parentd898b4bacb54b000ce2c19b02f8506a82f5c10aa (diff)
downloadfreebsd-ports-gnome-3cc05d60612c21781c261b5bd8eb5c965b6ab3e4.tar.gz
freebsd-ports-gnome-3cc05d60612c21781c261b5bd8eb5c965b6ab3e4.tar.zst
freebsd-ports-gnome-3cc05d60612c21781c261b5bd8eb5c965b6ab3e4.zip
- 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/
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/R-cran-scrapeR/Makefile23
-rw-r--r--www/R-cran-scrapeR/distinfo2
-rw-r--r--www/R-cran-scrapeR/pkg-descr3
4 files changed, 29 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index c0f173d25991..3ef6791c9d5f 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -4,6 +4,7 @@
COMMENT = Ports related to the World Wide Web
SUBDIR += MT
+ SUBDIR += R-cran-scrapeR
SUBDIR += WebMagick
SUBDIR += abyssws
SUBDIR += ach
diff --git a/www/R-cran-scrapeR/Makefile b/www/R-cran-scrapeR/Makefile
new file mode 100644
index 000000000000..9b5a9f121b08
--- /dev/null
+++ b/www/R-cran-scrapeR/Makefile
@@ -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>
diff --git a/www/R-cran-scrapeR/distinfo b/www/R-cran-scrapeR/distinfo
new file mode 100644
index 000000000000..ba1bc7eb90ce
--- /dev/null
+++ b/www/R-cran-scrapeR/distinfo
@@ -0,0 +1,2 @@
+SHA256 (scrapeR_0.1.6.tar.gz) = 8bd66c4ac0d15a744004fbd5a452feac417943592f7d5306cc83b09cecc50fe7
+SIZE (scrapeR_0.1.6.tar.gz) = 6754
diff --git a/www/R-cran-scrapeR/pkg-descr b/www/R-cran-scrapeR/pkg-descr
new file mode 100644
index 000000000000..de169fe737c4
--- /dev/null
+++ b/www/R-cran-scrapeR/pkg-descr
@@ -0,0 +1,3 @@
+Tools for Scraping Data from HTML and XML Documents
+
+WWW: http://cran.r-project.org/web/packages/scrapeR/