diff options
author | recht <recht@pkgsrc.org> | 2004-04-04 16:53:59 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-04-04 16:53:59 +0000 |
commit | 877fdfb5e5399a1c7777b0191a46f74ee1d85d93 (patch) | |
tree | f37df297574d14a1cfc08f0fdc5579c5a7c4dde2 /lang/mono/PLIST | |
parent | 8bc930d271778a4490b1c886cf72677667f20568 (diff) | |
download | pkgsrc-877fdfb5e5399a1c7777b0191a46f74ee1d85d93.tar.gz |
Update to 0.31
The major highligths of this release:
* SPARC JIT engine
* Windows.Forms is working again (alpha preview)
* Native asynchronous support has been added to our I/O layer.
* Relax NG compact syntax parser.
* FileSystemWatcher.
* ADO.NET disconnected operation.
For a complete list of changes see:
http://www.go-mono.org/archive/mono-0.31.html
Diffstat (limited to 'lang/mono/PLIST')
-rw-r--r-- | lang/mono/PLIST | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/lang/mono/PLIST b/lang/mono/PLIST index 322f0f0124f..28f12bab1fc 100644 --- a/lang/mono/PLIST +++ b/lang/mono/PLIST @@ -1,6 +1,11 @@ -@comment $NetBSD: PLIST,v 1.6 2004/02/03 12:30:11 recht Exp $ +@comment $NetBSD: PLIST,v 1.7 2004/04/04 16:53:59 recht Exp $ +bin/MakeCert.exe bin/al bin/al.exe +bin/cert2spc +bin/cert2spc.exe +bin/certmgr +bin/certmgr.exe bin/chktrust bin/chktrust.exe bin/cilc @@ -11,6 +16,7 @@ bin/genxs bin/genxs.exe bin/ilasm bin/ilasm.exe +bin/makecert bin/mbas bin/mbas.exe bin/mcs @@ -19,12 +25,17 @@ bin/mint bin/mono bin/monodis bin/monograph +bin/monop +bin/monop.exe bin/monoresgen bin/monoresgen.exe bin/monosn bin/pedump +bin/resgen bin/secutil bin/secutil.exe +bin/setreg +bin/setreg.exe bin/signcode bin/signcode.exe bin/sn @@ -95,6 +106,7 @@ include/mono/metadata/threads.h include/mono/metadata/tokentype.h include/mono/metadata/verify.h include/mono/private/libgc-mono-debugger.h +include/mono/utils/mono-codeman.h include/mono/utils/mono-digest.h include/mono/utils/mono-hash.h include/mono/utils/mono-logger.h @@ -154,6 +166,11 @@ lib/System.Web.dll lib/System.Windows.Forms.dll lib/System.Xml.dll lib/System.dll +lib/libMonoPosixHelper.a +lib/libMonoPosixHelper.la +lib/libMonoPosixHelper.so +lib/libMonoPosixHelper.so.0 +lib/libMonoPosixHelper.so.0.0 lib/libmint.a lib/libmint.la lib/libmint.so @@ -173,17 +190,25 @@ lib/mscorlib.dll lib/pkgconfig/mint.pc lib/pkgconfig/mono.pc man/man1/cert2spc.1 +man/man1/certmgr.1 +man/man1/chktrust.1 man/man1/cilc.1 man/man1/disco.1 man/man1/genxs.1 man/man1/ilasm.1 +man/man1/makecert.1 man/man1/mcs.1 man/man1/mint.1 man/man1/mono.1 man/man1/monoburg.1 man/man1/monodis.1 +man/man1/monop.1 man/man1/monostyle.1 man/man1/oldmono.1 +man/man1/secutil.1 +man/man1/setreg.1 +man/man1/signcode.1 +man/man1/sn.1 man/man1/soapsuds.1 man/man1/sqlsharp.1 man/man1/wsdl.1 |