diff options
author | tota <tota@FreeBSD.org> | 2011-09-04 21:09:07 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2011-09-04 21:09:07 +0800 |
commit | 9343fb546b57af2b793baeeffc5c26a654704719 (patch) | |
tree | 25032c8b38323f13eb2a24a1ac0bca23ab24373c /net | |
parent | 252d5345925079cf3a9c0264772a3cbd8717155d (diff) | |
download | freebsd-ports-gnome-9343fb546b57af2b793baeeffc5c26a654704719.tar.gz freebsd-ports-gnome-9343fb546b57af2b793baeeffc5c26a654704719.tar.zst freebsd-ports-gnome-9343fb546b57af2b793baeeffc5c26a654704719.zip |
- Add a new port: net/R-cran-twitteR
Provides an interface to the Twitter web API
WWW: http://cran.r-project.org/web/packages/twitteR/
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-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 |
4 files changed, 30 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index bb8660266c6f..0b6de41aeb6d 100644 --- a/net/Makefile +++ b/net/Makefile @@ -9,6 +9,7 @@ SUBDIR += AquaGatekeeper SUBDIR += DarwinStreamingServer SUBDIR += GeoIP + SUBDIR += R-cran-twitteR SUBDIR += Sockets SUBDIR += abills SUBDIR += activemq 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/ |