summaryrefslogtreecommitdiff
path: root/lang/mono/PLIST
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2003-10-02 08:41:42 +0000
committerrecht <recht@pkgsrc.org>2003-10-02 08:41:42 +0000
commit2ff289d442194764281e709f4b58dca930355f4b (patch)
treeb72993351fb7f18f7ec054ed64aa1fdfffe41c21 /lang/mono/PLIST
parent5fa4caa0769b96aa8fc9dba70f391f66b5d52024 (diff)
downloadpkgsrc-2ff289d442194764281e709f4b58dca930355f4b.tar.gz
Update to 0.28
the ususal: new features and fixes notably: New Thread Locking Zoltan removed the big locks we had in the runtime, and now we have a finely grained lock system in the runtime. Runtime hackers can read the included lock matrix document which describes the requirements to use the new fine grained locks in their code. Ahead of Time Compiler Optimizations Zoltan has worked extensively on the Mono ahead-of-time compilation feature (AOT). The AOT code is now considered to be production quality, and also for the first time precompiled code runs faster than JITed code. This resulted in a 13% compilation speed up for the Mono C# compiler, reducing the compile time to 3.185 seconds. A clear goal of the team for the next release is to reach 3.1416 seconds. for a complete list see: http://www.go-mono.com/archive/mono-0.28.html
Diffstat (limited to 'lang/mono/PLIST')
-rw-r--r--lang/mono/PLIST16
1 files changed, 10 insertions, 6 deletions
diff --git a/lang/mono/PLIST b/lang/mono/PLIST
index ada842b8b0b..8b27ca68411 100644
--- a/lang/mono/PLIST
+++ b/lang/mono/PLIST
@@ -1,6 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2003/09/25 16:05:21 recht Exp $
+@comment $NetBSD: PLIST,v 1.4 2003/10/02 08:41:42 recht Exp $
+bin/chktrust
+bin/chktrust.exe
bin/cilc
bin/cilc.exe
+bin/genxs
+bin/genxs.exe
bin/ilasm
bin/ilasm.exe
bin/mbas
@@ -17,7 +21,12 @@ bin/monosn
bin/pedump
bin/secutil
bin/secutil.exe
+bin/signcode
+bin/signcode.exe
bin/sqlsharp
+bin/sqlsharp.exe
+bin/wsdl
+bin/wsdl.exe
bin/xsd
bin/xsd.exe
include/mono/cil/opcode.def
@@ -145,11 +154,6 @@ lib/libmono.la
lib/libmono.so
lib/libmono.so.0
lib/libmono.so.0.0
-lib/libmonogc.a
-lib/libmonogc.la
-lib/libmonogc.so
-lib/libmonogc.so.1
-lib/libmonogc.so.1.1
lib/pkgconfig/mono.pc
man/man1/cert2spc.1
man/man1/cilc.1