pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ruby-twitter-stream Import ruby-twitter-stream-0.1...
details: https://anonhg.NetBSD.org/pkgsrc/rev/61583a7c8ddb
branches: trunk
changeset: 575941:61583a7c8ddb
user: obache <obache%pkgsrc.org@localhost>
date: Wed May 26 10:55:11 2010 +0000
description:
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:
net/ruby-twitter-stream/DESCR | 3 +++
net/ruby-twitter-stream/Makefile | 17 +++++++++++++++++
net/ruby-twitter-stream/PLIST | 13 +++++++++++++
net/ruby-twitter-stream/distinfo | 5 +++++
4 files changed, 38 insertions(+), 0 deletions(-)
diffs (54 lines):
diff -r da850ef9abc6 -r 61583a7c8ddb net/ruby-twitter-stream/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-twitter-stream/DESCR Wed May 26 10:55:11 2010 +0000
@@ -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 -r da850ef9abc6 -r 61583a7c8ddb net/ruby-twitter-stream/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-twitter-stream/Makefile Wed May 26 10:55:11 2010 +0000
@@ -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@localhost
+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 -r da850ef9abc6 -r 61583a7c8ddb net/ruby-twitter-stream/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-twitter-stream/PLIST Wed May 26 10:55:11 2010 +0000
@@ -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 -r da850ef9abc6 -r 61583a7c8ddb net/ruby-twitter-stream/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-twitter-stream/distinfo Wed May 26 10:55:11 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index