aboutsummaryrefslogtreecommitdiffstats
path: root/lang/Makefile
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2007-02-09 12:12:38 +0800
committeralepulver <alepulver@FreeBSD.org>2007-02-09 12:12:38 +0800
commitc95a81e6850e246d2a4ec2b99924aa5fb05aa75f (patch)
treee7de941f9d7d395b886f195e722561a3522b2251 /lang/Makefile
parent82956e86573b1d71d02d7071496a1d42d2503585 (diff)
downloadfreebsd-ports-gnome-c95a81e6850e246d2a4ec2b99924aa5fb05aa75f.tar.gz
freebsd-ports-gnome-c95a81e6850e246d2a4ec2b99924aa5fb05aa75f.tar.zst
freebsd-ports-gnome-c95a81e6850e246d2a4ec2b99924aa5fb05aa75f.zip
MPD is a new programming language that has a syntax very close to the
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>
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 9f1f1f1739f3..70e830ee3055 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -161,6 +161,7 @@
SUBDIR += mono
SUBDIR += moscow_ml
SUBDIR += mozart
+ SUBDIR += mpd
SUBDIR += munger
SUBDIR += nawk
SUBDIR += newlisp