From owner-cvs-all@FreeBSD.ORG Mon Dec 22 21:19:26 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A2C01065670; Mon, 22 Dec 2008 21:19:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 68C708FC18; Mon, 22 Dec 2008 21:19:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mBMLJQr7044287; Mon, 22 Dec 2008 21:19:26 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mBMLJQBV044286; Mon, 22 Dec 2008 21:19:26 GMT (envelope-from miwi) Message-Id: <200812222119.mBMLJQBV044286@repoman.freebsd.org> From: Martin Wilke Date: Mon, 22 Dec 2008 21:19:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/py-demjson Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Dec 2008 21:19:26 -0000 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 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)