From owner-cvs-all@FreeBSD.ORG Mon Feb 9 22:33:07 2009 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 5A95B106566C; Mon, 9 Feb 2009 22:33:07 +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 499F48FC19; Mon, 9 Feb 2009 22:33:07 +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 n19MX73N079542; Mon, 9 Feb 2009 22:33:07 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n19MX7Au079541; Mon, 9 Feb 2009 22:33:07 GMT (envelope-from miwi) Message-Id: <200902092233.n19MX7Au079541@repoman.freebsd.org> From: Martin Wilke Date: Mon, 9 Feb 2009 22:33:07 +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-RPyC 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, 09 Feb 2009 22:33:07 -0000 miwi 2009-02-09 22:33:07 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-RPyC Makefile distinfo pkg-descr pkg-plist Log: RPyC(pronounced like 'are-pie-see'), or Remote Python Call, is a transparent and symmetrical python library for remote procedure calls, clustering and distributed-computing. RPyC makes use of object-proxying, a technique that employs python's dynamic nature, to overcome the physical boundaries between processes and computers, so that remote objects can be manipulated as if they were local. WWW: http://pypi.python.org/pypi/RPyC/ PR: ports/130775 Submitted by: Wen Heping Revision Changes Path 1.3361 +1 -0 ports/devel/Makefile 1.1 +20 -0 ports/devel/py-RPyC/Makefile (new) 1.1 +3 -0 ports/devel/py-RPyC/distinfo (new) 1.1 +8 -0 ports/devel/py-RPyC/pkg-descr (new) 1.1 +76 -0 ports/devel/py-RPyC/pkg-plist (new)