Date: Sun, 12 Jun 2005 22:18:40 +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/net Makefile ports/net/ruby-mpi Makefile distinfo pkg-descr pkg-plist ports/net/ruby-mpi/files patch-configure Message-ID: <200506122218.j5CMIeCu019539@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pav 2005-06-12 22:18:40 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/ruby-mpi Makefile distinfo pkg-descr pkg-plist net/ruby-mpi/files patch-configure Log: MPI Ruby is a Ruby binding of MPI. The primary goal in making this binding was to make the power of MPI available to Ruby users in a way that fits into the language's object oriented model. In order to do this, the buffer and datatype management necessary in the C, C++, and Fortran bindings have been removed. What this means is that MPI Ruby allows you to treat objects as messages. PR: ports/80310 Submitted by: Michael Neumann <mneumann@ntecs.de> Revision Changes Path 1.1493 +1 -0 ports/net/Makefile 1.1 +48 -0 ports/net/ruby-mpi/Makefile (new) 1.1 +2 -0 ports/net/ruby-mpi/distinfo (new) 1.1 +20 -0 ports/net/ruby-mpi/files/patch-configure (new) 1.1 +16 -0 ports/net/ruby-mpi/pkg-descr (new) 1.1 +38 -0 ports/net/ruby-mpi/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506122218.j5CMIeCu019539>