diff options
author | obache <obache> | 2010-05-26 10:55:11 +0000 |
---|---|---|
committer | obache <obache> | 2010-05-26 10:55:11 +0000 |
commit | 455c601f674eff5ec0cab995fd155a2b051c14fc (patch) | |
tree | 438e654e72f4b5746105ddaa3a0326fa0268e43c /net | |
parent | 3051eff3f4d9a33474f210419b81edabbdd8c4ec (diff) | |
download | pkgsrc-455c601f674eff5ec0cab995fd155a2b051c14fc.tar.gz |
Import ruby-twitter-stream-0.1.6 as net/ruby-twitter-stream.
Simple Ruby client library for twitter streaming API. Uses EventMachine for
connection handling. Adheres to twitter's reconnection guidline. JSON format
only.
Diffstat (limited to 'net')
-rw-r--r-- | net/ruby-twitter-stream/DESCR | 3 | ||||
-rw-r--r-- | net/ruby-twitter-stream/Makefile | 17 | ||||
-rw-r--r-- | net/ruby-twitter-stream/PLIST | 13 | ||||
-rw-r--r-- | net/ruby-twitter-stream/distinfo | 5 |
4 files changed, 38 insertions, 0 deletions
diff --git a/net/ruby-twitter-stream/DESCR b/net/ruby-twitter-stream/DESCR new file mode 100644 index 00000000000..02130acc90c --- /dev/null +++ b/net/ruby-twitter-stream/DESCR @@ -0,0 +1,3 @@ +Simple Ruby client library for twitter streaming API. Uses EventMachine for +connection handling. Adheres to twitter's reconnection guidline. JSON format +only. diff --git a/net/ruby-twitter-stream/Makefile b/net/ruby-twitter-stream/Makefile new file mode 100644 index 00000000000..a858d7d9496 --- /dev/null +++ b/net/ruby-twitter-stream/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/05/26 10:55:11 obache Exp $ + +DISTNAME= twitter-stream-0.1.6 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +CATEGORIES= net + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://github.com/voloko/twitter-stream +COMMENT= Twitter realtime API client +#LICENSE= # neither copyright nor restriction notice + +DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0.12.8:../../devel/ruby-eventmachine + +GEM_BUILD= gemspec + +.include "../../misc/rubygems/rubygem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/ruby-twitter-stream/PLIST b/net/ruby-twitter-stream/PLIST new file mode 100644 index 00000000000..e135ec4d7ba --- /dev/null +++ b/net/ruby-twitter-stream/PLIST @@ -0,0 +1,13 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/26 10:55:11 obache Exp $ +${GEM_HOME}/cache/twitter-stream-${PKGVERSION}.gem +${GEM_LIBDIR}/.gitignore +${GEM_LIBDIR}/README.markdown +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/VERSION +${GEM_LIBDIR}/examples/reader.rb +${GEM_LIBDIR}/fixtures/twitter/basic_http.txt +${GEM_LIBDIR}/lib/twitter/json_stream.rb +${GEM_LIBDIR}/spec/spec_helper.rb +${GEM_LIBDIR}/spec/twitter/json_stream.rb +${GEM_LIBDIR}/twitter-stream.gemspec +${GEM_HOME}/specifications/twitter-stream-${PKGVERSION}.gemspec diff --git a/net/ruby-twitter-stream/distinfo b/net/ruby-twitter-stream/distinfo new file mode 100644 index 00000000000..e2ccc43a49f --- /dev/null +++ b/net/ruby-twitter-stream/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/05/26 10:55:11 obache Exp $ + +SHA1 (twitter-stream-0.1.6.gem) = c3ff9b1496f7f256e9dc3c41738d5a40e70d5e8d +RMD160 (twitter-stream-0.1.6.gem) = 41d855dcaf67fd1c535f7b14f7e2d1771e012f24 +Size (twitter-stream-0.1.6.gem) = 10240 bytes |