Date: Mon, 9 Feb 2009 22:33:07 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/py-RPyC Makefile distinfo pkg-descr pkg-plist Message-ID: <200902092233.n19MX7Au079541@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <wenheping at gmail.com> 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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902092233.n19MX7Au079541>