From owner-cvs-ports@FreeBSD.ORG Thu Sep 22 07:04:24 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FA90106564A; Thu, 22 Sep 2011 07:04:24 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4ED8D8FC12; Thu, 22 Sep 2011 07:04:24 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p8M74Oqt097228; Thu, 22 Sep 2011 07:04:24 GMT (envelope-from wen@repoman.freebsd.org) Received: (from wen@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p8M74Odv097227; Thu, 22 Sep 2011 07:04:24 GMT (envelope-from wen) Message-Id: <201109220704.p8M74Odv097227@repoman.freebsd.org> From: Wen Heping Date: Thu, 22 Sep 2011 07:04:24 +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-jsonrpclib Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2011 07:04:24 -0000 wen 2011-09-22 07:04:24 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-jsonrpclib Makefile distinfo pkg-descr pkg-plist Log: This library implements the JSON-RPC 2.0 proposed specification in pure Python. It is designed to be as compatible with the syntax of xmlrpclib as possible (it extends where possible), so that projects using xmlrpclib could easily be modified to use JSON and experiment with the differences. It is backwards-compatible with the 1.0 specification, and supports all of the new proposed features of 2.0, including: * Batch submission (via MultiCall) * Keyword arguments * Notifications (both in a batch and 'normal') * Class translation using the 'jsonclass' key. WWW: https://github.com/joshmarshall/jsonrpclib PR: ports/160869 Submitted by: Attila Nagy Revision Changes Path 1.4566 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/py-jsonrpclib/Makefile (new) 1.1 +2 -0 ports/devel/py-jsonrpclib/distinfo (new) 1.1 +13 -0 ports/devel/py-jsonrpclib/pkg-descr (new) 1.1 +20 -0 ports/devel/py-jsonrpclib/pkg-plist (new)