Bug 129711

Summary: [NEW PORT]devel/py-demjson:Encoder, Decoder, and Lint/Validator for JSON
Product: Ports & Packages Reporter: wenheping <wenheping>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description wenheping 2008-12-17 13:30:01 UTC
py-demjson provides classes and functions for encoding or decoding
data represented in the language-neutral JSON format (which is often
used as a simpler substitute for XML in Ajax web applications). This
implementation tries to be as compliant to the JSON specification (RFC
4627) as possible, while still providing many optional extensions to
allow less restrictive JavaScript syntax. It includes complete Unicode
support, including UTF-32, BOM, and surrogate pair processing. It can
also support JavaScript's NaN and Infinity numeric types as well as
it's 'undefined' type. It also includes a lint-like JSON syntax
validator which tests JSON text for strict compliance to the standard.

WWW:    http://deron.meranda.us/python/demjson/

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-12-17 13:30:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-12-22 21:19:09 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-12-22 21:19:35 UTC
miwi        2008-12-22 21:19:26 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-demjson     Makefile distinfo pkg-descr pkg-plist 
  Log:
  py-demjson provides classes and functions for encoding or decoding
  data represented in the language-neutral JSON format (which is often
  used as a simpler substitute for XML in Ajax web applications). This
  implementation tries to be as compliant to the JSON specification (RFC
  4627) as possible, while still providing many optional extensions to
  allow less restrictive JavaScript syntax. It includes complete Unicode
  support, including UTF-32, BOM, and surrogate pair processing. It can
  also support JavaScript's NaN and Infinity numeric types as well as
  it's 'undefined' type. It also includes a lint-like JSON syntax
  validator which tests JSON text for strict compliance to the standard.
  
  WWW:    http://deron.meranda.us/python/demjson/
  
  PR:             ports/129711
  Submitted by:   Wen Heping <wenheping at gmail.com>
  
  Revision  Changes    Path
  1.3296    +1 -0      ports/devel/Makefile
  1.1       +21 -0     ports/devel/py-demjson/Makefile (new)
  1.1       +3 -0      ports/devel/py-demjson/distinfo (new)
  1.1       +12 -0     ports/devel/py-demjson/pkg-descr (new)
  1.1       +3 -0      ports/devel/py-demjson/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"