| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
16 Jun 2009 16:53:25
0.4_4
|
stas  |
- Assign all unmaintained ruby ports to ruby@,
so people will know where to send questions to. |
19 Jan 2009 04:24:59
0.4_4
|
gerald  |
Replace hardcoded gfortran42 by ${FC}. |
07 Jan 2009 16:34:27
0.4_4
|
gerald  |
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. |
06 Jun 2008 14:50:32
0.4_3
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
05 Aug 2007 20:01:59
0.4_2
|
thierry  |
- Link with gfortran to fix the build with MPICH; (1)
- Use MPICH2 unless WITH_MPICH1 is set;
- Add a missing RUN_DEPENDS for mpirun.
Reported by: pointyhat via Pav (1) |
19 May 2007 21:32:57
0.4_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
17 Jan 2006 13:16:03
0.4
|
pav  |
- Fix configure patch to properly pick up needed libraries
Reported by: krismail |
25 Nov 2005 16:48:31
0.4
|
pav  |
- Add SHA256 |
10 Oct 2005 05:40:24
0.4
|
linimon  |
Reset bouncing maintainer addresses.
Hat: portmgr
Source: Edwin's updated distfile tracker |
12 Jun 2005 23:18:40
0.4
|
pav  |
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> |