summaryrefslogtreecommitdiff
path: root/net/ruby-userstream
AgeCommit message (Collapse)AuthorFilesLines
2016-04-17Set OVERRIDE_GEMSPEC for oauth to make this work with the newer oauth-0.5.1.tsutsui1-2/+3
Bump PKGREVISION.
2016-03-16Set OVERRIDE_GEMSPEC to allow using the latest hashie gem.tsutsui1-3/+4
It looks there is no particular compat issue at least on ruby-tw package. Bump PKGREVISION.
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+2
Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-09-27Correct dependency to textproc/ruby-yajl; do not override gemspec yajltaca1-4/+4
but yajl-ruby. Fix run time problem of ruby-tw. Bump PKGREVISION.
2015-06-08Allow depending on ruby-yajl 1.2.x.taca1-3/+5
Bump PKGREVISION.
2015-02-04Switch to depend ruby-hashie1 package.taca1-2/+3
Bump PKGREVISION.
2014-12-13Update ruby-userstream to 1.4.0.tsutsui2-6/+6
This version seems to make ruby-tw with --stream option work properly with ruby 2.0. Upstream change log (per github): - Specify Accept-Encoding
2014-06-03Limit to ruby-yajl 1.1.x to avoid pulling in yajl-ruby-1.2.0.jperkin1-2/+2
2013-05-09PR pkg/47791 orignated by tsutsui@ for tw,mef4-0/+42
CUI client for twitter written by ruby. This is actually following set. But just making package on net/ruby-tw will pull all these prerequisites. - misc/ruby-args_parser args_parser-0.1.4 Parse ARGV from command line with DSL. - misc/ruby-hashie hashie-1.2.0 Hashie is a small collection of tools that make hashes more powerful. Currently includes Mash (Mocking Hash) and Dash (Discrete Hash). - misc/ruby-parallel parallel-0.6.4 Ruby gem to run any kind of code in parallel processes. - misc/ruby-rainbow rainbow-1.1.4 Rainbow extends ruby String class enabling coloring text on ANSI terminals. - net/ruby-tw tw-0.3.9 Ruby based CUI Twitter client. - net/ruby-twitter twitter-4.6.2 A Ruby interface to the Twitter API. - net/ruby-userstream userstream-1.3.0 UserStream is a simple twitter userstream library.