Final release.
Full compiler suite:
languages supported are c c++ ada objc basic pascal clipper.
script support for python perl lua ruby.
includes ogre and irrlicht for easy game development.
also includes a special build of cegui (experimental stable so far but relies on a ton of mingw dll's).
gui tools include qt wxwidgets gtk2 fltk tcl/tk.
one shell for all ! yap this baby only got one shell for all these tools but its configurable and you can develop with several different tools at once

just rightclick inside the shell window and select your dope
libraries libraries libraries !!! well i think after you had a look inside this you might consider msvc2010 pro to be lacking
directx support from directx8 through 11 on a mingw compiler woa !!!! heavy thanks go out to the wine community.
several corba compilers mico omniorb orbit2 the first two are optional and not included in the compilers search dirs unless you copy some scripts from etc/scrpt to profile.d the last one is used internally in mingw for some tools but doesnt interfere with anything.
many many many code analysis tools provided like cscope splint rats and some python based ones.
codeblocks ide for everyday use but also ide's for freebasic and freepascal. if you feel adventuorus theres even a small gtk based ide called geany in the mingw\bin folder.
openldap server and client with configuration tool.
postgresql sql database with pgadmin.
sqlite3 for simpler tasks.
and gda for them all

.
latest gdb debugger with support for python and remote debugging.
docbook tools for creating html documentation.
doxygen (likewise) with graphviz support for nice graphs.
two high quality editors like abiword (most formats) evince (pdf postscript)
suite of image tools like gimp and inkscape. later is a quite powerfull resource editor also.
freepascal includes the lazarus ide which is quite nice (resembles borlands quite a lot so if youre used to that you should have no problem at all getting started).
bsd socket wrapper for windows (one of my own cause i got sick and tired of autotool based applications not finding the network functions. most expect linux sigh)
if you link to the dll all other dependencies should be ok the static one needs wsock32 ws2_32 and user32 included.
now the unfortunate thing its huuugeeeeeeeeeeeee
so i cant host it on google code, hell even compressing this thingy takes two days

and my pc is a bit of a monster so ouch.
unpacked you get about 10 gig of tools im amazed i was able to compress it to about 1 gig.
setting it up is quite easy no installer just unpack the folder in c d e or whatever drive you want to use but make sure its in the root not in program files or any other subfolder the change dir to the inst folder and hit install.cmd it will run a few scripts to setup the right paths and recreate the xml catalogs. when its completed make shortcuts to codeblocks.exe console.exe freepascal\x-lazarus.exe and freebasic\fbide.exe and your ready to go.
the exes with the msys logo are mostly demos of some cool utilities i made with this except these run_ldap.exe run_psql.exe run_pycrust.exe and run_pyshell.exe the first two are for starting the postgresql server and the ldap server they do not show any output but a log will be created in the root dir showing its running.
if you want to create something in either start the servers with these and then go into mingw\bin and execute pgadmin for postgresql or ldapadmin for openldap.
pycrust is a python shell with a debugger and expression window while pyshel is just a nice shell for python
python has a lot of utilities compiled in like scons for building applications hg (bit like svn) wxpython for making gui python programs, some interfaces to sql and C/C++ java and objc and also xml.
run_vim.exe starts a windows version of the vim editor likewise run_emacs.exe heh mh is gonna love me for that
run_inkscape.exe starts the inkscape resource editor.
there are a load of other tools in the mingw folder that are not started with launchers in the root the ones i do start in the root mostly rely on a posix shell to function correctly so the launchers start msys sh.exe and runs the applications through that.
the rest like gimp abiword evince etc works natively in windows.
none of the other tools rely on a posix runtime though there just easier to start in a posix shell
question now would be if anyone would host it as i cannot guarantee that my ftp server will be availiable allways ?
ill put it up for starters though
i hope theres interrest in using this a lot of man hours have gone into it (to many) and there will allways be things to improve but i need to stop now so there wont be any upgrades besides what
-> you make yourself with this

well atleast not anything major.