Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Sep 2011 12:53:56 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/converters Makefile ports/converters/R-cran-RJSONIO Makefile distinfo pkg-descr
Message-ID:  <201109041253.p84Crucg049360@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tota        2011-09-04 12:53:56 UTC

  FreeBSD ports repository

  Modified files:
    converters           Makefile 
  Added files:
    converters/R-cran-RJSONIO Makefile distinfo pkg-descr 
  Log:
  - Add a new port: converters/R-cran-RJSONIO
  
    This is a package that allows conversion to and from data in
    Javascript object notation (JSON) format. This allows R objects to
    be inserted into Javascript/ECMAScript/ActionScript code and allows
    R programmers to read and convert JSON content to R objects. This
    is an alternative to rjson package. That version was too slow for
    converting large R objects to JSON and is not extensible, but a
    very useful prototype. It is fast for parsing. This package uses
    methods, vectorized operations and C code and callbacks to R functions
    for deserializing JSON objects to R. Verison 0.4 of this package
    uses a new native parser, implements the transformation code in C
    and allocates memory efficiently (rather than concatenating because
    of event driven parsing). The result is a significantly faster
    parsing of large JSON documents.
  
    WWW:  http://cran.r-project.org/web/packages/RJSONIO/
  
  Revision  Changes    Path
  1.194     +1 -0      ports/converters/Makefile
  1.1       +22 -0     ports/converters/R-cran-RJSONIO/Makefile (new)
  1.1       +2 -0      ports/converters/R-cran-RJSONIO/distinfo (new)
  1.1       +15 -0     ports/converters/R-cran-RJSONIO/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109041253.p84Crucg049360>