diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-28 05:04:05 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-28 05:04:05 +0800 |
commit | f939ca56d0485008351cd3cf660b0c18e7986986 (patch) | |
tree | 400b24b654551eebcea01d1cec840791c8db36b0 /devel/Makefile | |
parent | 457d90523429b6642496e6fc2c75c81b9ad6838b (diff) | |
download | freebsd-ports-gnome-f939ca56d0485008351cd3cf660b0c18e7986986.tar.gz freebsd-ports-gnome-f939ca56d0485008351cd3cf660b0c18e7986986.tar.zst freebsd-ports-gnome-f939ca56d0485008351cd3cf660b0c18e7986986.zip |
[New ports] devel/mimir, lang/elan - Elan Programming Language
Elan is a programming language originally developed by the
Technical University of Berlin, but nowadays an implementation
is maintained by the Radboud University of Nijmegen.
We at TCCN learn youngsters how to program in this language.
We installed FreeBSD on one of our SPARC's some time ago,
but Elan wasn't in the Ports tree yet. That's why I made
two ports. One for lang/elan, the Elan compiler, and one
for devel/mimir, a library the Elan compiler uses.
More info about Elan:
http://en.wikipedia.org/wiki/Elan_programming_language
PR: ports/89275
Submitted by: Ed Schouten <ed@fxq.nl>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 8c8e3d258e82..8e65766cc4a1 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -580,6 +580,7 @@ SUBDIR += meta-cvs SUBDIR += mico SUBDIR += mime + SUBDIR += mimir SUBDIR += mingw SUBDIR += mingw-bin-msvcrt SUBDIR += mingw-binutils |