py-json is a lightweight data-interchange format. It is often used for exchanging data between a web server and user agent. This module aims to produce a library for serializing and deserializing JSON that conforms strictly to RFC 4627. WWW: http://pypi.python.org/pypi/jsonlib/ Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants his PRs (via the GNATS Auto Assign Tool)
miwi 2008-07-25 22:51:49 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-jsonlib Makefile distinfo pkg-descr Log: py-json is a lightweight data-interchange format. It is often used for exchanging data between a web server and user agent. This module aims to produce a library for serializing and deserializing JSON that conforms strictly to RFC 4627. WWW: http://pypi.python.org/pypi/jsonlib/ PR: ports/125827 Submitted by: Wen Heping <wenheping at gmail.com> Revision Changes Path 1.3147 +1 -0 ports/devel/Makefile 1.1 +23 -0 ports/devel/py-jsonlib/Makefile (new) 1.1 +3 -0 ports/devel/py-jsonlib/distinfo (new) 1.1 +7 -0 ports/devel/py-jsonlib/pkg-descr (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"
State Changed From-To: open->closed Committed. Thanks!