pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ruby-tweetstream Import ruby-tweetstream-1.0.4 as ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/94a58b9d0110
branches: trunk
changeset: 575943:94a58b9d0110
user: obache <obache%pkgsrc.org@localhost>
date: Wed May 26 10:58:00 2010 +0000
description:
Import ruby-tweetstream-1.0.4 as net/ruby-tweetstream.
TweetStream allows you to easily consume the Twitter Streaming API utilizing
the YAJL Ruby gem.
diffstat:
net/ruby-tweetstream/DESCR | 2 ++
net/ruby-tweetstream/Makefile | 19 +++++++++++++++++++
net/ruby-tweetstream/PLIST | 27 +++++++++++++++++++++++++++
net/ruby-tweetstream/distinfo | 5 +++++
4 files changed, 53 insertions(+), 0 deletions(-)
diffs (69 lines):
diff -r 6312f38c6664 -r 94a58b9d0110 net/ruby-tweetstream/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-tweetstream/DESCR Wed May 26 10:58:00 2010 +0000
@@ -0,0 +1,2 @@
+TweetStream allows you to easily consume the Twitter Streaming API utilizing
+the YAJL Ruby gem.
diff -r 6312f38c6664 -r 94a58b9d0110 net/ruby-tweetstream/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-tweetstream/Makefile Wed May 26 10:58:00 2010 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/05/26 10:58:00 obache Exp $
+
+DISTNAME= tweetstream-1.0.4
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES= net
+
+MAINTAINER= obache%NetBSD.org@localhost
+HOMEPAGE= http://github.com/intridea/tweetstream
+COMMENT= RubyGem to access the Twitter Stream API
+LICENSE= mit
+
+DEPENDS+= ${RUBY_PKGPREFIX}-daemons-[0-9]*:../../misc/ruby-daemons
+DEPENDS+= ${RUBY_PKGPREFIX}-twitter-stream-[0-9]*:../../net/ruby-twitter-stream
+DEPENDS+= ${RUBY_PKGPREFIX}-json-[0-9]*:../../textproc/ruby-json
+
+GEM_BUILD= gemspec
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6312f38c6664 -r 94a58b9d0110 net/ruby-tweetstream/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-tweetstream/PLIST Wed May 26 10:58:00 2010 +0000
@@ -0,0 +1,27 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/26 10:58:00 obache Exp $
+${GEM_HOME}/cache/tweetstream-${PKGVERSION}.gem
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/RELEASE_NOTES.rdoc
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/VERSION
+${GEM_LIBDIR}/examples/growl_daemon.rb
+${GEM_LIBDIR}/lib/tweetstream.rb
+${GEM_LIBDIR}/lib/tweetstream/client.rb
+${GEM_LIBDIR}/lib/tweetstream/daemon.rb
+${GEM_LIBDIR}/lib/tweetstream/hash.rb
+${GEM_LIBDIR}/lib/tweetstream/parsers/active_support.rb
+${GEM_LIBDIR}/lib/tweetstream/parsers/json_gem.rb
+${GEM_LIBDIR}/lib/tweetstream/parsers/json_pure.rb
+${GEM_LIBDIR}/lib/tweetstream/parsers/yajl.rb
+${GEM_LIBDIR}/lib/tweetstream/status.rb
+${GEM_LIBDIR}/lib/tweetstream/user.rb
+${GEM_LIBDIR}/spec/data/statuses.json
+${GEM_LIBDIR}/spec/spec.opts
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_LIBDIR}/spec/tweetstream/client_spec.rb
+${GEM_LIBDIR}/spec/tweetstream/hash_spec.rb
+${GEM_LIBDIR}/spec/tweetstream/parser_spec.rb
+${GEM_LIBDIR}/spec/tweetstream/status_spec.rb
+${GEM_LIBDIR}/spec/tweetstream_spec.rb
+${GEM_HOME}/specifications/tweetstream-${PKGVERSION}.gemspec
diff -r 6312f38c6664 -r 94a58b9d0110 net/ruby-tweetstream/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-tweetstream/distinfo Wed May 26 10:58:00 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/05/26 10:58:00 obache Exp $
+
+SHA1 (tweetstream-1.0.4.gem) = 05f94a47502ee7aa520847cc89a90f2441f47b9f
+RMD160 (tweetstream-1.0.4.gem) = a1e77474c4391105c300dce42666290d2e9c1a76
+Size (tweetstream-1.0.4.gem) = 15360 bytes
Home |
Main Index |
Thread Index |
Old Index