Date: Wed, 26 Apr 2006 03:24:41 +0000 (UTC) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/py-simplejson Makefile distinfo pkg-descr pkg-plist Message-ID: <200604260324.k3Q3OfEc095162@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2006-04-26 03:24:41 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-simplejson Makefile distinfo pkg-descr pkg-plist Log: [NEW PORT] devel/py24-simplejson: Simplejson is a simple, fast, extensible JSON encoder/decoder simplejson is a simple, fast, extensible JSON encoder/decoder for Python simplejson is compatible with Python 2.3 and later with no external dependencies. It covers the full JSON specification for both encoding and decoding, with unicode support. By default, encoding is done in an encoding neutral fashion (plain ASCII with \uXXXX escapes for unicode characters). The encoder may be subclassed to provide serialization in any kind of situation, without any special support by the objects to be serialized (somewhat like pickle). The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by default). WWW: http://svn.red-bean.com/bob/simplejson/ PR: ports/96340 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> Revision Changes Path 1.2180 +1 -0 ports/devel/Makefile 1.1 +23 -0 ports/devel/py-simplejson/Makefile (new) 1.1 +3 -0 ports/devel/py-simplejson/distinfo (new) 1.1 +15 -0 ports/devel/py-simplejson/pkg-descr (new) 1.1 +1 -0 ports/devel/py-simplejson/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604260324.k3Q3OfEc095162>