pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/ruby-json



Module Name:    pkgsrc
Committed By:   jlam
Date:           Fri Apr  4 15:21:43 UTC 2008

Update of /cvsroot/pkgsrc/textproc/ruby-json
In directory ivanova.netbsd.org:/tmp/cvs-serv12703

Log Message:
Initial import of ruby18-json-1.1.2 as textproc/ruby-json.

This is a implementation of the JSON specification according to RFC
4627.  You can think of it as a low fat alternative to XML, if you
want to store data to disk or transmit it over a network rather than
use a verbose markup language.

The JSON generator escapes all non-ASCII an control characters with
\uXXXX escape sequences and supports UTF-16 surrogate pairs in order
to be able to generate the whole range of Unicode code points.  This
means that generated JSON text is encoded as UTF-8 (because ASCII is
a subset of UTF-8) and at the same time avoids decoding problems for
receiving endpoints that don't expect UTF-8 encoded texts.

This package is fast C extension variant which is in parts implemented
in C and comes with its own Unicode conversion functions and a parser
generated by the Ragel State Machine Compiler.

Status:

Vendor Tag:     TNF
Release Tags:   pkgsrc-base
                
N pkgsrc/textproc/ruby-json/Makefile
N pkgsrc/textproc/ruby-json/DESCR
N pkgsrc/textproc/ruby-json/PLIST
N pkgsrc/textproc/ruby-json/distinfo
N pkgsrc/textproc/ruby-json/patches/patch-aa

No conflicts created by this import



Home | Main Index | Thread Index | Old Index