Tue Feb 16 17:39:20 2010 UTC ()
Update to mono-tools 2.6.1, part of mono 2.6


(kefren)
diff -r1.19 -r1.20 pkgsrc/devel/mono-tools/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/mono-tools/PLIST
diff -r1.5 -r1.6 pkgsrc/devel/mono-tools/distinfo
diff -r1.1 -r0 pkgsrc/devel/mono-tools/patches/patch-ab
diff -r1.1 -r0 pkgsrc/devel/mono-tools/patches/patch-ac

cvs diff -r1.19 -r1.20 pkgsrc/devel/mono-tools/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/mono-tools/Attic/Makefile 2010/01/18 09:58:46 1.19
+++ pkgsrc/devel/mono-tools/Attic/Makefile 2010/02/16 17:39:20 1.20
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.19 2010/01/18 09:58:46 wiz Exp $ 1# $NetBSD: Makefile,v 1.20 2010/02/16 17:39:20 kefren Exp $
2 2
3DISTNAME= mono-tools-2.4.2 3DISTNAME= mono-tools-2.6.1
4PKGREVISION= 4 
5CATEGORIES= devel 4CATEGORIES= devel
6MASTER_SITES= http://ftp.novell.com/pub/mono/sources/mono-tools/ 5MASTER_SITES= http://ftp.novell.com/pub/mono/sources/mono-tools/
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= kefren@NetBSD.org 8MAINTAINER= kefren@NetBSD.org
10HOMEPAGE= http://www.mono-project.com/ 9HOMEPAGE= http://www.mono-project.com/
11COMMENT= Tools for use with the Mono runtime 10COMMENT= Tools for use with the Mono runtime
12 11
13PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
14 13
15PKGCONFIG_OVERRIDE+= create-native-map/lib/pkgconfig/create-native-map.pc.in 14PKGCONFIG_OVERRIDE+= create-native-map/lib/pkgconfig/create-native-map.pc.in
16PKGCONFIG_OVERRIDE+= gendarme/framework/gendarme-framework.pc.in 15PKGCONFIG_OVERRIDE+= gendarme/framework/gendarme-framework.pc.in
17 16

cvs diff -r1.7 -r1.8 pkgsrc/devel/mono-tools/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/mono-tools/Attic/PLIST 2009/07/15 12:12:37 1.7
+++ pkgsrc/devel/mono-tools/Attic/PLIST 2010/02/16 17:39:20 1.8
@@ -1,20 +1,22 @@ @@ -1,20 +1,22 @@
1@comment $NetBSD: PLIST,v 1.7 2009/07/15 12:12:37 kefren Exp $ 1@comment $NetBSD: PLIST,v 1.8 2010/02/16 17:39:20 kefren Exp $
2bin/create-native-map 2bin/create-native-map
 3bin/emveepee
3bin/gasnview 4bin/gasnview
4bin/gendarme 5bin/gendarme
5bin/gendarme-wizard 6bin/gendarme-wizard
6bin/gsharp 7bin/gsharp
7bin/gui-compare 8bin/gui-compare
 9bin/minvoke
8bin/monodoc 10bin/monodoc
9bin/mperfmon 11bin/mperfmon
10bin/mprof-decoder 12bin/mprof-decoder
11bin/mprof-heap-viewer 13bin/mprof-heap-viewer
12lib/create-native-map/MapAttribute.cs 14lib/create-native-map/MapAttribute.cs
13lib/create-native-map/create-native-map.exe 15lib/create-native-map/create-native-map.exe
14lib/gendarme/Gendarme.Framework.dll 16lib/gendarme/Gendarme.Framework.dll
15lib/gendarme/Gendarme.Rules.BadPractice.dll 17lib/gendarme/Gendarme.Rules.BadPractice.dll
16lib/gendarme/Gendarme.Rules.Concurrency.dll 18lib/gendarme/Gendarme.Rules.Concurrency.dll
17lib/gendarme/Gendarme.Rules.Correctness.dll 19lib/gendarme/Gendarme.Rules.Correctness.dll
18lib/gendarme/Gendarme.Rules.Design.dll 20lib/gendarme/Gendarme.Rules.Design.dll
19lib/gendarme/Gendarme.Rules.Exceptions.dll 21lib/gendarme/Gendarme.Rules.Exceptions.dll
20lib/gendarme/Gendarme.Rules.Interoperability.dll 22lib/gendarme/Gendarme.Rules.Interoperability.dll
@@ -25,26 +27,31 @@ lib/gendarme/Gendarme.Rules.Portability. @@ -25,26 +27,31 @@ lib/gendarme/Gendarme.Rules.Portability.
25lib/gendarme/Gendarme.Rules.Security.dll 27lib/gendarme/Gendarme.Rules.Security.dll
26lib/gendarme/Gendarme.Rules.Serialization.dll 28lib/gendarme/Gendarme.Rules.Serialization.dll
27lib/gendarme/Gendarme.Rules.Smells.dll 29lib/gendarme/Gendarme.Rules.Smells.dll
28lib/gendarme/Gendarme.Rules.Ui.dll 30lib/gendarme/Gendarme.Rules.Ui.dll
29lib/gendarme/Gendarme.Rules.Design.Generic.dll 31lib/gendarme/Gendarme.Rules.Design.Generic.dll
30lib/gendarme/Gendarme.Rules.Design.Linq.dll 32lib/gendarme/Gendarme.Rules.Design.Linq.dll
31lib/gendarme/Gendarme.Rules.Security.Cas.dll 33lib/gendarme/Gendarme.Rules.Security.Cas.dll
32lib/gendarme/gendarme-wizard.exe 34lib/gendarme/gendarme-wizard.exe
33lib/gendarme/gendarme.exe 35lib/gendarme/gendarme.exe
34lib/gendarme/rules.xml 36lib/gendarme/rules.xml
35lib/gsharp/gsharp.exe 37lib/gsharp/gsharp.exe
36lib/gsharp/gsharp.exe.config 38lib/gsharp/gsharp.exe.config
37lib/gui-compare/gui-compare.exe 39lib/gui-compare/gui-compare.exe
 40lib/minvoke/minvoke.exe
 41lib/mono-tools/Mono.Profiler.Widgets.dll
 42lib/mono-tools/Mono.Profiler.Widgets.dll.mdb
 43lib/mono-tools/emveepee.exe
 44lib/mono-tools/emveepee.exe.mdb
38lib/mono-tools/mprof-decoder-library.dll 45lib/mono-tools/mprof-decoder-library.dll
39lib/mono-tools/mprof-decoder-library.dll.mdb 46lib/mono-tools/mprof-decoder-library.dll.mdb
40lib/mono-tools/mprof-decoder.exe 47lib/mono-tools/mprof-decoder.exe
41lib/mono-tools/mprof-decoder.exe.mdb 48lib/mono-tools/mprof-decoder.exe.mdb
42lib/mono-tools/mprof-heap-snapshot-explorer.dll 49lib/mono-tools/mprof-heap-snapshot-explorer.dll
43lib/mono-tools/mprof-heap-snapshot-explorer.dll.mdb 50lib/mono-tools/mprof-heap-snapshot-explorer.dll.mdb
44lib/mono-tools/mprof-heap-viewer.exe 51lib/mono-tools/mprof-heap-viewer.exe
45lib/mono-tools/mprof-heap-viewer.exe.mdb 52lib/mono-tools/mprof-heap-viewer.exe.mdb
46lib/mono/1.0/gasnview.exe 53lib/mono/1.0/gasnview.exe
47lib/monodoc/GtkHtmlHtmlRender.dll 54lib/monodoc/GtkHtmlHtmlRender.dll
48lib/monodoc/MonoWebBrowserHtmlRender.dll 55lib/monodoc/MonoWebBrowserHtmlRender.dll
49lib/monodoc/browser.exe 56lib/monodoc/browser.exe
50lib/monodoc/sources/gendarme.source 57lib/monodoc/sources/gendarme.source
@@ -167,27 +174,27 @@ lib/monodoc/web/xtree/images/xp/folderic @@ -167,27 +174,27 @@ lib/monodoc/web/xtree/images/xp/folderic
167lib/monodoc/web/xtree/images/xp/openfolder.png 174lib/monodoc/web/xtree/images/xp/openfolder.png
168lib/monodoc/web/xtree/images/xp/openfoldericon.png 175lib/monodoc/web/xtree/images/xp/openfoldericon.png
169lib/monodoc/web/xtree/xloadtree.js 176lib/monodoc/web/xtree/xloadtree.js
170lib/monodoc/web/xtree/xmlextras.js 177lib/monodoc/web/xtree/xmlextras.js
171lib/monodoc/web/xtree/xtree.css 178lib/monodoc/web/xtree/xtree.css
172lib/monodoc/web/xtree/xtree.js 179lib/monodoc/web/xtree/xtree.js
173lib/mperfmon/config 180lib/mperfmon/config
174lib/mperfmon/mperfmon.exe 181lib/mperfmon/mperfmon.exe
175lib/pkgconfig/create-native-map.pc 182lib/pkgconfig/create-native-map.pc
176lib/pkgconfig/gendarme-framework.pc 183lib/pkgconfig/gendarme-framework.pc
177man/man1/create-native-map.1 184man/man1/create-native-map.1
178man/man1/gendarme.1 185man/man1/gendarme.1
179man/man1/mperfmon.1 186man/man1/mperfmon.1
 187man/man5/gendarme.5
180share/applications/gendarme-wizard.desktop 188share/applications/gendarme-wizard.desktop
181share/applications/gsharp.desktop 189share/applications/gsharp.desktop
182share/applications/monodoc.desktop 190share/applications/monodoc.desktop
183share/applications/mprof-heap-viewer.desktop 
184share/locale/ca/LC_MESSAGES/mono-tools.mo 191share/locale/ca/LC_MESSAGES/mono-tools.mo
185share/locale/da/LC_MESSAGES/mono-tools.mo 192share/locale/da/LC_MESSAGES/mono-tools.mo
186share/locale/es/LC_MESSAGES/mono-tools.mo 193share/locale/es/LC_MESSAGES/mono-tools.mo
187share/locale/fr/LC_MESSAGES/mono-tools.mo 194share/locale/fr/LC_MESSAGES/mono-tools.mo
188share/locale/pt_BR/LC_MESSAGES/mono-tools.mo 195share/locale/pt_BR/LC_MESSAGES/mono-tools.mo
189share/pixmaps/gendarme.svg 196share/pixmaps/gendarme.svg
190man/man1/mprof-decoder.1 197man/man1/mprof-decoder.1
191man/man1/mprof-heap-viewer.1 198man/man1/mprof-heap-viewer.1
192share/pixmaps/monodoc.png 199share/pixmaps/monodoc.png
193@pkgdir lib/ilcontrast 200@pkgdir lib/ilcontrast

cvs diff -r1.5 -r1.6 pkgsrc/devel/mono-tools/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/mono-tools/Attic/distinfo 2009/07/15 12:12:37 1.5
+++ pkgsrc/devel/mono-tools/Attic/distinfo 2010/02/16 17:39:20 1.6
@@ -1,8 +1,6 @@ @@ -1,8 +1,6 @@
1$NetBSD: distinfo,v 1.5 2009/07/15 12:12:37 kefren Exp $ 1$NetBSD: distinfo,v 1.6 2010/02/16 17:39:20 kefren Exp $
2 2
3SHA1 (mono-tools-2.4.2.tar.bz2) = fed6ed49ea16dceeed50bad4097820a2ab2711af 3SHA1 (mono-tools-2.6.1.tar.bz2) = 55bae542ffdd53907a7be32cfcbf5ca2b3e75403
4RMD160 (mono-tools-2.4.2.tar.bz2) = 639e91162141cb58f8792617356a3a8b26b5ab18 4RMD160 (mono-tools-2.6.1.tar.bz2) = abef75736fd2374ee9395ebec1dfe962fb02f120
5Size (mono-tools-2.4.2.tar.bz2) = 991604 bytes 5Size (mono-tools-2.6.1.tar.bz2) = 1067857 bytes
6SHA1 (patch-aa) = c421b09bf0912fbfc2b0a8972aa008ba95dc7133 6SHA1 (patch-aa) = c421b09bf0912fbfc2b0a8972aa008ba95dc7133
7SHA1 (patch-ab) = e181b945cfe54b79740302c7dc05d6ac5e2f089d 
8SHA1 (patch-ac) = 0929ecd9784740daae5e369037be83fe565bcfee 

File Deleted: pkgsrc/devel/mono-tools/patches/Attic/patch-ab

File Deleted: pkgsrc/devel/mono-tools/patches/Attic/patch-ac