diff options
| author | TAKATSU Tomonari <tota@FreeBSD.org> | 2010-11-14 11:57:11 +0000 |
|---|---|---|
| committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2010-11-14 11:57:11 +0000 |
| commit | 241fa59a9608c785aaea1ff116a7714b8de1c5ce (patch) | |
| tree | c7f2278f5387a2c0c620550faa29d80b55a6a922 /net | |
| parent | IGNORE when ktorrent2 for KDE3 is detected. (diff) | |
- Add a new port: net/rubygem-twitter-stream
Simple Ruby client library for twitter streaming API. Uses EventMachine for
connection handling. Adheres to twitter's reconnection guidline.
JSON format only.
WWW: http://github.com/voloko/twitter-stream
Diffstat (limited to 'net')
| -rw-r--r-- | net/Makefile | 1 | ||||
| -rw-r--r-- | net/rubygem-twitter-stream/Makefile | 23 | ||||
| -rw-r--r-- | net/rubygem-twitter-stream/distinfo | 2 | ||||
| -rw-r--r-- | net/rubygem-twitter-stream/pkg-descr | 6 |
4 files changed, 32 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 7b7bb479f847..e3a06aa54bac 100644 --- a/net/Makefile +++ b/net/Makefile @@ -949,6 +949,7 @@ SUBDIR += rubygem-rightslicehost SUBDIR += rubygem-rubytter SUBDIR += rubygem-twitter + SUBDIR += rubygem-twitter-stream SUBDIR += rubygem-twitter4r SUBDIR += rubygem-whois SUBDIR += rubygem-yadis diff --git a/net/rubygem-twitter-stream/Makefile b/net/rubygem-twitter-stream/Makefile new file mode 100644 index 000000000000..9d9932f8eb6f --- /dev/null +++ b/net/rubygem-twitter-stream/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: rubygem-twitter-stream +# Date created: 2010-11-03 +# Whom: TAKATSU Tomonari <tota@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= twitter-stream +PORTVERSION= 0.1.10 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= tota@FreeBSD.org +COMMENT= Twitter realtime API client + +RUN_DEPENDS= rubygem-eventmachine>=0.12.8:${PORTSDIR}/devel/rubygem-eventmachine \ + rubygem-roauth>=0.0.2:${PORTSDIR}/security/rubygem-roauth + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/net/rubygem-twitter-stream/distinfo b/net/rubygem-twitter-stream/distinfo new file mode 100644 index 000000000000..a04e32c8e3cb --- /dev/null +++ b/net/rubygem-twitter-stream/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/twitter-stream-0.1.10.gem) = 000af1daf0a1aae8579843c138c4e4ea53bf1d0f32754f6400b7ef197ce18c75 +SIZE (rubygem/twitter-stream-0.1.10.gem) = 10752 diff --git a/net/rubygem-twitter-stream/pkg-descr b/net/rubygem-twitter-stream/pkg-descr new file mode 100644 index 000000000000..2b5c36635e96 --- /dev/null +++ b/net/rubygem-twitter-stream/pkg-descr @@ -0,0 +1,6 @@ +Simple Ruby client library for twitter streaming API. Uses EventMachine for +connection handling. Adheres to twitter's reconnection guidline. + +JSON format only. + +WWW: http://github.com/voloko/twitter-stream |
