diff options
Diffstat (limited to 'net/R-cran-twitteR')
-rw-r--r-- | net/R-cran-twitteR/Makefile | 24 | ||||
-rw-r--r-- | net/R-cran-twitteR/distinfo | 2 | ||||
-rw-r--r-- | net/R-cran-twitteR/pkg-descr | 3 |
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/ |