one used in the book Foundations of Multithreaded, Parallel, and
Distributed Programming. The name of the language comes from the first
three letters of the main words of the title of the book:
Multithreaded, Parallel, and Distributed. These words also capture a
distinguishing aspect of the language, namely that it supports all
three of these concurrent programming techniques.
MPD is implemented as a variant of the SR programming language. It has
a different parser, but it uses the same intermediate form and
run-time system as SR. Consequently, MPD provides the same variety of
concurrent programming mechanisms as does SR.
WWW: http://www.cs.arizona.edu/mpd/
PR: ports/108806
Submitted by: Kai Wang <kaiw27 at gmail.com>
- Make compatible with the new aolserver 4.5 port infrastructure.
- Take maintainership.
PR: ports/108737
Submitted by: Martin Matuska <martin@matuska.org>
Approved by: "Aldert nooitgedagt - net" <aldert@nooitgedagt.net> (maintainer)
qRFCView is a viewer for IETF RFCs. Advantages are:
* automatic table of content, with direct opening of section;
* handling of RFC internal cross-references;
* automatic downloading of a referenced RFC from the IETF web site on
a simple click;
* caching of RFC in a local directory;
* tab-browsing of RFC;
* searching.
WWW: http://qrfcview.berlios.de/
Author: Romain Rollet <rfcview@gmail.com>
and several different levels of intelligent AI, inspired by the once
popular "Battle Chess" released by Interplay circa 1988.
WWW: http://brutalchess.sourceforge.net/
PR: ports/108904
Submitted by: Gustavo Perez Querol <gustau.perez at gmail.com>
Changlog:
- Improve database performance by reducing the number of query. (Paul Robert
Marino)
- Activate CleanOutput filtering (lot of escaping fixes).
- More action logging.
- Bug fixes with the error pages Back/Retry buttons.
- Fix error on group by user (#191).
- Fix template compilation error with Cheetah version 2 (#184).
PR: 108925
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
PROJ.4 (http://proj.maptools.org) functions.
Performs cartographic transformations (converts from longitude,latitude
to native map projection x,y coordinates and vice versa, or from
one map projection coordinate system directly to another).
WWW: http://code.google.com/p/pyproj
PR: ports/108879
Submitted by: TAOKA Fumiyoshi