aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-escape_utils
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Update to 1.2.1Sunpoet Po-Chuan Hsieh2016-04-142-3/+3
| | | | | | | | Changes: https://github.com/brianmario/escape_utils/releases https://github.com/brianmario/escape_utils/commits/master Notes: svn path=/head/; revision=413300
* - Update to 1.2.0Sunpoet Po-Chuan Hsieh2016-03-062-3/+4
| | | | | | | | Changes: https://github.com/brianmario/escape_utils/releases https://github.com/brianmario/escape_utils/commits/master Notes: svn path=/head/; revision=410403
* - Update to 1.1.0Sunpoet Po-Chuan Hsieh2015-05-102-11/+3
| | | | | | | | | - Remove RUN_DEPENDS Changes: https://github.com/brianmario/escape_utils/releases Notes: svn path=/head/; revision=386017
* textproc/rubygem-escape_utils: update to 1.0.1Steve Wills2014-08-242-3/+3
| | | | Notes: svn path=/head/; revision=365994
* - Update to 1.0.0Sunpoet Po-Chuan Hsieh2014-01-012-6/+8
| | | | | | | | | - Add LICENSE Changes: https://github.com/brianmario/escape_utils/releases Notes: svn path=/head/; revision=338340
* - Add stage supportSteve Wills2013-10-301-1/+0
| | | | Notes: svn path=/head/; revision=332051
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Update to 0.3.2Steve Wills2013-06-032-8/+4
| | | | Notes: svn path=/head/; revision=319739
* - Point at the homepage consistently as defined by rubygems.orgPhilip M. Gollucci2011-12-201-1/+1
| | | | Notes: svn path=/head/; revision=287683
* Async (EventMachine) HTTP client, with support for:Philip M. Gollucci2011-12-163-0/+44
o Asynchronous HTTP API for single & parallel request execution o Keep-Alive and HTTP pipelining support o Auto-follow 3xx redirects with max depth o Automatic gzip & deflate decoding o Streaming response processing o Streaming file uploads o HTTP proxy and SOCKS5 support o Basic Auth & OAuth o Connection-level & Global middleware support o HTTP parser via http_parser.rb o Works wherever EventMachine runs: Rubinius, JRuby, MRI WWW: https://github.com/igrigorik/em-http-request PR: ports/163361 Submitted by: Scott Sanders <scott@jssjr.com> Sponsored by: RideCharge Inc. / Taxi Magic Notes: svn path=/head/; revision=287507