aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-twitter-stream
Commit message (Collapse)AuthorAgeFilesLines
* net/rubygem-twitter-stream: Cosmetic changePo-Chuan Hsieh2021-07-151-2/+3
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-271-1/+1
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-271-2/+1
| | | | | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070 Notes: svn path=/head/; revision=414118
* devel/ruby-gems: Update to 2.6.2Steve Wills2016-04-041-10/+10
| | | | | | | | PR: 208371 Submitted by: wen (partial) Notes: svn path=/head/; revision=412516
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2016-01-191-1/+1
| | | | Notes: svn path=/head/; revision=406658
* Set NO_ARCH for remaining rubygem-* ports with no arch dependent filesPhilip M. Gollucci2015-07-021-0/+2
| | | | | | | | | | Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb Notes: svn path=/head/; revision=391169
* - Fix gemspecSunpoet Po-Chuan Hsieh2015-07-022-6/+8
| | | | | | | | | | - Bump PORTREVISION for package change PR: 201271 Submitted by: Torsten Zuhlsdorff <ports@toco-domains.de> Notes: svn path=/head/; revision=391158
* Update ruby-gems to 2.4.5Steve Wills2015-03-302-15/+11
| | | | | | | | Note this is a big upgrade and the way gemspecs are generated changed. As a result, all patched gemspecs had to have new patches. Notes: svn path=/head/; revision=382631
* - Add LICENSESunpoet Po-Chuan Hsieh2013-12-311-3/+4
| | | | | | | | - Sort RUN_DEPENDS - Support STAGEDIR Notes: svn path=/head/; revision=338255
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Add patch to fix build [1]TAKATSU Tomonari2013-07-212-6/+18
| | | | | | | | | | - Trim Makefile header - Transfer maintainership to ruby@ Reported by: pointyhat via miwi [1] Notes: svn path=/head/; revision=323414
* - Update to 0.1.16TAKATSU Tomonari2012-07-032-3/+3
| | | | Notes: svn path=/head/; revision=300434
* - Update to 0.1.15TAKATSU Tomonari2012-04-132-3/+3
| | | | Notes: svn path=/head/; revision=294758
* - Update to 0.1.14TAKATSU Tomonari2011-06-242-4/+5
| | | | Notes: svn path=/head/; revision=276240
* - Update to 0.1.13TAKATSU Tomonari2011-04-122-4/+4
| | | | | | | - Fix RUN_DEPENDS that should have been fixed in PORTVERSION 0.1.12 Notes: svn path=/head/; revision=272611
* - Update to 0.1.12TAKATSU Tomonari2011-03-172-3/+3
| | | | Notes: svn path=/head/; revision=271114
* - Update to 0.1.11TAKATSU Tomonari2011-03-162-3/+3
| | | | Notes: svn path=/head/; revision=271015
* Update some more outdated pkg-descr WWW linesPhilip M. Gollucci2010-11-231-1/+1
| | | | | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=264960
* - Add a new port: net/rubygem-twitter-streamTAKATSU Tomonari2010-11-143-0/+31
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 Notes: svn path=/head/; revision=264514