cvs commit: ports/net Makefile ports/net/ruby-mpi Makefile distinfo pkg-descr pkg-plist ports/net/ruby-mpi/files patch-configure

Pav Lucistnik pav at FreeBSD.org
Sun Jun 12 22:18:42 GMT 2005


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 at 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)


More information about the cvs-all mailing list