diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-06 17:08:04 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-06 17:08:04 +0000 |
commit | d5e5082e47bff3fff637948a78979d6a85795581 (patch) | |
tree | ca65df657f8181d835a6b8affdabe244323f89ce /lang/Makefile | |
parent | 9b5f0edf2756e5fa6663b6a77c6f48c57548a416 (diff) | |
download | ports-d5e5082e47bff3fff637948a78979d6a85795581.tar.gz ports-d5e5082e47bff3fff637948a78979d6a85795581.zip |
Revive lang/pnet, a "DotGNU" Portable.NET C# compiler suite. It came back
as a bunch of ports and a meta-port.
ml-pnet: Some of the Mono upper-level libraries in a form that can be easily
compiled and used with pnet's CLI implementation.
pnet: A meta-port for all these ports.
pnet-base: A runtime engine, C# compiler and a host of useful development
tools, all written in C.
pnetc: pnetC project, an ANSI C library that can be compiled down to IL
using Portable.NET's cscc compiler.
pnetlib: C# class libraries.
PR: ports/60408, ports/60409, ports/60413, ports/60453
Submitted by: michael johnson <ahze@ahze.net>
Notes
Notes:
svn path=/head/; revision=103117
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index d85f451eead0..6e638d39d39a 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -120,6 +120,7 @@ SUBDIR += mdk SUBDIR += mit-scheme SUBDIR += mixal + SUBDIR += ml-pnet SUBDIR += mmix SUBDIR += mono SUBDIR += moscow_ml @@ -175,6 +176,10 @@ SUBDIR += pm3-m3tk SUBDIR += pm3-net SUBDIR += pm3-netobj + SUBDIR += pnet + SUBDIR += pnet-base + SUBDIR += pnetc + SUBDIR += pnetlib SUBDIR += ptoc SUBDIR += py-compiler SUBDIR += py-mx-base |