aboutsummaryrefslogtreecommitdiff
path: root/net/R-cran-twitteR
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2011-09-04 13:09:07 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2011-09-04 13:09:07 +0000
commit5a003259e7cc4e87ab16e680a3821d212a6ed322 (patch)
tree1f089cbf5ab69f5676eedd7116b7bb8ac417ca36 /net/R-cran-twitteR
parent0aaf4d7fb070b3fd0765bb8edb3cf10db75d69d8 (diff)
downloadports-5a003259e7cc4e87ab16e680a3821d212a6ed322.tar.gz
ports-5a003259e7cc4e87ab16e680a3821d212a6ed322.zip
Notes
Diffstat (limited to 'net/R-cran-twitteR')
-rw-r--r--net/R-cran-twitteR/Makefile24
-rw-r--r--net/R-cran-twitteR/distinfo2
-rw-r--r--net/R-cran-twitteR/pkg-descr3
3 files changed, 29 insertions, 0 deletions
diff --git a/net/R-cran-twitteR/Makefile b/net/R-cran-twitteR/Makefile
new file mode 100644
index 000000000000..d64352bd0a00
--- /dev/null
+++ b/net/R-cran-twitteR/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: R-cran-twitteR
+# Date created: 2011-09-04
+# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= twitteR
+PORTVERSION= 0.99.9
+CATEGORIES= net
+PKGNAMEPREFIX= R-ran-
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= R based Twitter client
+
+RUN_DEPENDS= R-cran-RCurl>0:${PORTSDIR}/ftp/R-cran-RCurl \
+ R-cran-RJSONIO>0:${PORTSDIR}/converters/R-cran-RJSONIO \
+ R-cran-ROAuth>=0.9.0:${PORTSDIR}/security/R-cran-ROAuth
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/net/R-cran-twitteR/distinfo b/net/R-cran-twitteR/distinfo
new file mode 100644
index 000000000000..7ee27bb252a5
--- /dev/null
+++ b/net/R-cran-twitteR/distinfo
@@ -0,0 +1,2 @@
+SHA256 (twitteR_0.99.9.tar.gz) = 1bc85fa3b6d4446c9b43e8035351edc7357877764a3152f618de572ab749e163
+SIZE (twitteR_0.99.9.tar.gz) = 113471
diff --git a/net/R-cran-twitteR/pkg-descr b/net/R-cran-twitteR/pkg-descr
new file mode 100644
index 000000000000..0a0e6843a61a
--- /dev/null
+++ b/net/R-cran-twitteR/pkg-descr
@@ -0,0 +1,3 @@
+Provides an interface to the Twitter web API
+
+WWW: http://cran.r-project.org/web/packages/twitteR/