Date: Sat, 14 Jan 2006 22:29:30 +0000 (UTC) From: Pav Lucistnik <pav@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/py-json-py Makefile distinfo pkg-descr pkg-plist Message-ID: <200601142229.k0EMTUbf015435@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pav 2006-01-14 22:29:30 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/py-json-py Makefile distinfo pkg-descr pkg-plist
Log:
json-py is a simple, pure-python implementation of a JSON (http://json.org)
reader and writer. JSON is used to exchange data across systems written in
various languages. It is particularly suited to dynamic languages like Python,
Javascript, etc. JSON = Javascript Object Notation implies it is suitable for
AJAX applications that exchange data from servers to Javascript applications
running on web browser clients.
Author: <patrickdlogan@stardecisions.com>
WWW: http://sourceforge.net/projects/json-py/
PR: ports/91688
Submitted by: Nicola Vitale <nivit@email.it>
Revision Changes Path
1.2101 +1 -0 ports/devel/Makefile
1.1 +37 -0 ports/devel/py-json-py/Makefile (new)
1.1 +3 -0 ports/devel/py-json-py/distinfo (new)
1.1 +9 -0 ports/devel/py-json-py/pkg-descr (new)
1.1 +7 -0 ports/devel/py-json-py/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601142229.k0EMTUbf015435>
