diff options
author | tota <tota@FreeBSD.org> | 2010-11-14 19:57:11 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2010-11-14 19:57:11 +0800 |
commit | 29d307fcfd1774b9f6060fa7dbd6255aba444b28 (patch) | |
tree | 1f0d6d742ffe0a0c12d5f6c3fd3f513393e38279 /net/Makefile | |
parent | 37a37466ae5162da83049dd5ac166119386b92ac (diff) | |
download | freebsd-ports-gnome-29d307fcfd1774b9f6060fa7dbd6255aba444b28.tar.gz freebsd-ports-gnome-29d307fcfd1774b9f6060fa7dbd6255aba444b28.tar.zst freebsd-ports-gnome-29d307fcfd1774b9f6060fa7dbd6255aba444b28.zip |
- 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/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 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 |