Port details |
- rubygem-yajl-ruby077 A streaming JSON parsing and encoding library for Ruby
- 0.7.7 devel
=0 0.7.7Version of this port present on the latest quarterly branch.
- Maintainer: ruby@FreeBSD.org
- Port Added: 2011-12-16 22:32:11
- Last Update: 2013-10-29 14:31:11
- SVN Revision: 331952
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/brianmario/yajl-ruby
- Description:
- This gem is a C binding to the excellent YAJL JSON parsing and generation
library.
Features:
* JSON parsing and encoding directly to and from an IO stream (file, socket,
etc) or String. Compressed stream parsing and encoding supported for Bzip2,
Gzip and Deflate.
* Parse and encode multiple JSON objects to and from streams or strings
continuously.
* JSON gem compatibility API - allows yajl-ruby to be used as a drop-in
replacement for the JSON gem
* Basic HTTP client (only GET requests supported for now) which parses JSON
directly off the response body *as it's being received*
* ~3.5x faster than JSON.generate
* ~1.9x faster than JSON.parse
* ~4.5x faster than YAML.load
* ~377.5x faster than YAML.dump
* ~1.5x faster than Marshal.load
* ~2x faster than Marshal.dump
WWW: https://github.com/brianmario/yajl-ruby
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- rubygem-yajl-ruby>0:devel/rubygem-yajl-ruby077
- No installation instructions:
- This port has been deleted.
- PKGNAME: rubygem-yajl-ruby
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gem19 : devel/ruby-gems
- ruby19 : lang/ruby19
- Runtime dependencies:
-
- gem19 : devel/ruby-gems
- ruby19 : lang/ruby19
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 7
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7.7 29 Oct 2013 14:31:11 |
swills |
-Remove devel/rubygem-yajl-ruby077 since it's no longer needed |
0.7.7 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
0.7.7 08 Feb 2012 02:20:33 |
pgollucci |
- set PORTSCOUT var to prevent future debacles |
0.7.7 08 Feb 2012 02:18:39 |
pgollucci |
- Revert very quickly and don't set PORTEPOCH |
1.0.0 08 Feb 2012 02:08:56 |
pgollucci |
- Update to 1.0.0
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
0.7.7 20 Dec 2011 00:08:14 |
pgollucci |
fix duplicate latest links
Reported by: erwin |
0.7.7 16 Dec 2011 22:31:48 |
pgollucci |
This gem is a C binding to the excellent YAJL JSON parsing and generation
library.
Features:
* JSON parsing and encoding directly to and from an IO stream (file, socket,
etc) or String. Compressed stream parsing and encoding supported for Bzip2,
Gzip and Deflate.
* Parse and encode multiple JSON objects to and from streams or strings
continuously.
* JSON gem compatibility API - allows yajl-ruby to be used as a drop-in
replacement for the JSON gem
* Basic HTTP client (only GET requests supported for now) which parses JSON
directly off the response body *as it's being received*
* ~3.5x faster than JSON.generate
* ~1.9x faster than JSON.parse (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 7
|