You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(23) |
Dec
(82) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(191) |
Feb
(105) |
Mar
(83) |
Apr
(21) |
May
(89) |
Jun
(68) |
Jul
(106) |
Aug
(45) |
Sep
(40) |
Oct
(34) |
Nov
(45) |
Dec
(16) |
2008 |
Jan
(17) |
Feb
(14) |
Mar
(2) |
Apr
(3) |
May
(8) |
Jun
(3) |
Jul
(7) |
Aug
(1) |
Sep
|
Oct
(2) |
Nov
|
Dec
|
2009 |
Jan
(2) |
Feb
(8) |
Mar
(2) |
Apr
|
May
(1) |
Jun
(1) |
Jul
(8) |
Aug
|
Sep
(25) |
Oct
(20) |
Nov
(2) |
Dec
(2) |
2010 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(8) |
Nov
(1) |
Dec
|
2011 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(18) |
Sep
(10) |
Oct
|
Nov
(8) |
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(20) |
Sep
(30) |
Oct
(15) |
Nov
(2) |
Dec
(3) |
2013 |
Jan
|
Feb
|
Mar
(3) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(12) |
Oct
(45) |
Nov
(40) |
Dec
(2) |
2014 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
(62) |
Jul
(57) |
Aug
|
Sep
|
Oct
(2) |
Nov
(1) |
Dec
|
From: <lr...@us...> - 2007-01-24 17:05:41
|
Revision: 1483 http://svn.sourceforge.net/rubycocoa/?rev=1483&view=rev Author: lrz Date: 2007-01-24 09:05:34 -0800 (Wed, 24 Jan 2007) Log Message: ----------- 2007-01-24 Laurent Sansonetti <lsa...@ap...> * sample/PathDemo/DemoView.rb, framework/src/objc/cls_objcid.m: DemoView has now printing capabilities. Make sure #release does tell the Ruby proxy object to not release the ObjC object a second time. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/cls_objcid.m branches/apple-unstable/src/sample/PathDemo/DemoView.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-24 01:11:42
|
Revision: 1482 http://svn.sourceforge.net/rubycocoa/?rev=1482&view=rev Author: lrz Date: 2007-01-23 17:11:41 -0800 (Tue, 23 Jan 2007) Log Message: ----------- 2007-01-24 Laurent Sansonetti <lsa...@ap...> * framework/tool/gen_bridge_metadata.rb: Discover more constants. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_metadata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-24 00:53:33
|
Revision: 1481 http://svn.sourceforge.net/rubycocoa/?rev=1481&view=rev Author: lrz Date: 2007-01-23 16:53:31 -0800 (Tue, 23 Jan 2007) Log Message: ----------- 2007-01-24 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_exception.rb, framework/src/objc/mdl_osxobjc.m, framework/src/objc/ocexception.m: Improved automatic class constant retrieval, fixed a bug in the OCException class (making sure #userInfo is binded to the right instance variable). Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/mdl_osxobjc.m branches/apple-unstable/src/framework/src/objc/ocexception.m branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_exception.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-23 16:28:36
|
Revision: 1480 http://svn.sourceforge.net/rubycocoa/?rev=1480&view=rev Author: lrz Date: 2007-01-23 08:28:27 -0800 (Tue, 23 Jan 2007) Log Message: ----------- 2007-01-23 Laurent Sansonetti <lsa...@ap...> * misc/libffi/Makefile.rubycocoa, framework/RubyCocoa.xcodeproj/project.pbxproj: Build everything with -O3. This is to make sure the FFI-generated closures are callable from the generated objc_msgSent_stret calls by GCC. Otherwise closures return C structure may cause memory corruption. Thanks a lot to Ronald Oussoren! Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/RubyCocoa.xcodeproj/project.pbxproj branches/apple-unstable/src/misc/libffi/Makefile.rubycocoa This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-01-23 13:58:10
|
Revision: 1479 http://svn.sourceforge.net/rubycocoa/?rev=1479&view=rev Author: hisa Date: 2007-01-23 05:58:09 -0800 (Tue, 23 Jan 2007) Log Message: ----------- * framework/src/objc/RBRuntime.h, framework/src/objc/RBRuntime.m: Added RBBundleInit new (tentative) API to develop a Bundle. This is a fairly experimental implementation currently. Refactored some static functions for filepath management. It should refactor more later about malloc/free issue. (thanks to Kouhei Sutou for RBBundleInit) Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/RBRuntime.h branches/apple-unstable/src/framework/src/objc/RBRuntime.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-23 00:10:50
|
Revision: 1478 http://svn.sourceforge.net/rubycocoa/?rev=1478&view=rev Author: lrz Date: 2007-01-22 16:10:48 -0800 (Mon, 22 Jan 2007) Log Message: ----------- oops Modified Paths: -------------- branches/apple-unstable/src/sample/PathDemo/PathDemoController.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-22 19:17:11
|
Revision: 1477 http://svn.sourceforge.net/rubycocoa/?rev=1477&view=rev Author: lrz Date: 2007-01-22 11:17:06 -0800 (Mon, 22 Jan 2007) Log Message: ----------- 2007-01-22 Laurent Sansonetti <lsa...@ap...> * sample/PathDemo: Partial printing support (work in progress, still not functional). Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/sample/PathDemo/DemoView.rb branches/apple-unstable/src/sample/PathDemo/English.lproj/MainMenu.nib/classes.nib branches/apple-unstable/src/sample/PathDemo/English.lproj/MainMenu.nib/info.nib branches/apple-unstable/src/sample/PathDemo/English.lproj/MainMenu.nib/objects.nib branches/apple-unstable/src/sample/PathDemo/PathDemo.xcodeproj/project.pbxproj branches/apple-unstable/src/sample/PathDemo/PathDemoController.rb branches/apple-unstable/src/sample/PathDemo/main.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-22 19:14:30
|
Revision: 1476 http://svn.sourceforge.net/rubycocoa/?rev=1476&view=rev Author: lrz Date: 2007-01-22 11:14:25 -0800 (Mon, 22 Jan 2007) Log Message: ----------- 2007-01-22 Laurent Sansonetti <lsa...@ap...> * framework/src/objc/RBObject.h, framework/src/objc/RBObject.m, framework/src/objc/ocdata_conv.m, framework/src/objc/OverrideMixin.m, tests/tc_subclass.rb, tests/objc_test.m: Partial fix for the Cocoa printing bug. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/OverrideMixin.m branches/apple-unstable/src/framework/src/objc/RBObject.h branches/apple-unstable/src/framework/src/objc/RBObject.m branches/apple-unstable/src/framework/src/objc/ocdata_conv.m branches/apple-unstable/src/tests/objc_test.m branches/apple-unstable/src/tests/tc_subclass.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-01-22 13:09:25
|
Revision: 1475 http://svn.sourceforge.net/rubycocoa/?rev=1475&view=rev Author: hisa Date: 2007-01-22 05:09:22 -0800 (Mon, 22 Jan 2007) Log Message: ----------- * framework/pre-doc.rb, framework/tool/gen_bridge_doc/lib/cocoa_ref.rb, framework/tool/gen_bridge_doc/rdocify_framework.rb, framework/tool/gen_bridge_doc.rb: defined three functional methods (command, ruby, rdoc) as the wrapper for the system command with checking result. These methods raise RuntimeError when the system failed. try loading the standalone hpricot at first, before try loading the rubygems. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/pre-doc.rb branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/cocoa_ref.rb branches/apple-unstable/src/framework/tool/gen_bridge_doc/rdocify_framework.rb branches/apple-unstable/src/framework/tool/gen_bridge_doc.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-01-22 10:30:32
|
Revision: 1474 http://svn.sourceforge.net/rubycocoa/?rev=1474&view=rev Author: el_oy Date: 2007-01-22 02:30:15 -0800 (Mon, 22 Jan 2007) Log Message: ----------- 2007-01-22 Eloy Duran <elo...@gm...> * framework/tool/gen_bridge_doc/lib/cocoa_ref.rb, framework/tool/gen_bridge_doc/lib/clean_up.rb: Extracted the string clean up methods into a separate file, this to make it easier for others to add the appropriate clean up code. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/cocoa_ref.rb Added Paths: ----------- branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/clean_up.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-22 10:04:54
|
Revision: 1473 http://svn.sourceforge.net/rubycocoa/?rev=1473&view=rev Author: lrz Date: 2007-01-22 02:04:52 -0800 (Mon, 22 Jan 2007) Log Message: ----------- 2007-01-22 Chris Mcgrath <c_r...@ya...> * framework/src/ruby/osx/objc/oc_import.rb: Fixed a bug in the direct override code. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-01-22 10:01:39
|
Revision: 1472 http://svn.sourceforge.net/rubycocoa/?rev=1472&view=rev Author: el_oy Date: 2007-01-22 02:01:33 -0800 (Mon, 22 Jan 2007) Log Message: ----------- 2007-01-22 Eloy Duran <elo...@gm...> * framework/tool/gen_bridge_doc/lib/cocoa_ref.rb: fixed some mis-encoded chars. (thanks to Chris Mcgrath) Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/cocoa_ref.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-01-21 23:50:32
|
Revision: 1471 http://svn.sourceforge.net/rubycocoa/?rev=1471&view=rev Author: el_oy Date: 2007-01-21 15:50:31 -0800 (Sun, 21 Jan 2007) Log Message: ----------- 2007-01-22 Eloy Duran <elo...@gm...> * framework/tool/gen_bridge_doc/lib/cocoa_ref.rb: Modified the way the objc_method style code is layout, they are now nicely aligned. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/cocoa_ref.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-01-21 20:23:54
|
Revision: 1470 http://svn.sourceforge.net/rubycocoa/?rev=1470&view=rev Author: el_oy Date: 2007-01-21 12:23:53 -0800 (Sun, 21 Jan 2007) Log Message: ----------- 2007-01-21 Eloy Duran <elo...@gm...> * pre-install.rb, framework/tool/gen_bridge_doc/lib/cocoa_ref.rb, framework/tool/gen_bridge_doc.rb: - The RDoc generator now uses the framework in the build dir ; - Workarounds for bug, that was fixed in the last rev, removed ; - Check added for the individual html and ri dirs before trying to install them. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/cocoa_ref.rb branches/apple-unstable/src/framework/tool/gen_bridge_doc.rb branches/apple-unstable/src/pre-install.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-21 18:22:06
|
Revision: 1469 http://svn.sourceforge.net/rubycocoa/?rev=1469&view=rev Author: lrz Date: 2007-01-21 10:21:55 -0800 (Sun, 21 Jan 2007) Log Message: ----------- fix last fix Modified Paths: -------------- branches/apple-unstable/src/framework/src/objc/mdl_objwrapper.m branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-21 16:34:25
|
Revision: 1468 http://svn.sourceforge.net/rubycocoa/?rev=1468&view=rev Author: lrz Date: 2007-01-21 08:34:23 -0800 (Sun, 21 Jan 2007) Log Message: ----------- 2007-01-21 Laurent Sansonetti <lsa...@ap...> * framework/src/ruby/osx/objc/oc_import.rb, framework/src/objc/mdl_objwrapper.m, tests/tc_wrapper.rb: Fixed the import of NSProxy-based classes. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/mdl_objwrapper.m branches/apple-unstable/src/framework/src/ruby/osx/objc/oc_import.rb branches/apple-unstable/src/tests/tc_wrapper.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-01-21 14:20:16
|
Revision: 1467 http://svn.sourceforge.net/rubycocoa/?rev=1467&view=rev Author: el_oy Date: 2007-01-21 06:20:11 -0800 (Sun, 21 Jan 2007) Log Message: ----------- 2007-01-21 Eloy Duran <elo...@gm...> * framework/tool/gen_bridge_doc.rb: fixed a bug where gen_bridge_doc.rb would call rdocify_framework.rb with the ruby interpreter in the user env instead of the one that's used to call gen_bridge_doc.rb. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_doc.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-01-21 12:53:06
|
Revision: 1466 http://svn.sourceforge.net/rubycocoa/?rev=1466&view=rev Author: el_oy Date: 2007-01-21 04:53:02 -0800 (Sun, 21 Jan 2007) Log Message: ----------- 2007-01-21 Eloy Duran <elo...@gm...> * pre-install.rb, framework/pre-doc.rb, framework/tool/gen_bridge_doc/lib/cocoa_ref.rb, framework/tool/gen_bridge_doc/rdocify_framework.rb, framework/tool/gen_bridge_doc.rb, install.rb: - Modified rdocify_framework.rb to accept a optional output dir ; - The install.rb doc phase now creates all the output files in framework/bridge-doc ; - The install.rb clean phase now also removes the framework/bridge-doc dir ; - Added workarounds for a bug where trying to get the superclass of a subclass of NSProxy results in a trap. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/pre-doc.rb branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/cocoa_ref.rb branches/apple-unstable/src/framework/tool/gen_bridge_doc/rdocify_framework.rb branches/apple-unstable/src/framework/tool/gen_bridge_doc.rb branches/apple-unstable/src/install.rb branches/apple-unstable/src/pre-install.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-01-21 02:52:55
|
Revision: 1465 http://svn.sourceforge.net/rubycocoa/?rev=1465&view=rev Author: el_oy Date: 2007-01-20 18:52:53 -0800 (Sat, 20 Jan 2007) Log Message: ----------- 2007-01-21 Eloy Duran <elo...@gm...> * pre-install.rb: Fixed a bug in the path to the RI files. * framework/tool/gen_bridge_doc/lib/cocoa_ref.rb, framework/tool/gen_bridge_doc/lib/Foundation/NSDate.rb, framework/tool/gen_bridge_doc/lib/Foundation/NSDateFormatter.rb, framework/tool/gen_bridge_doc/lib/Foundation/NSPortCoder.rb, framework/tool/gen_bridge_doc/lib/ApplicationKit/NSTableColumn.rb, framework/tool/gen_bridge_doc/lib/ApplicationKit/NSFont.rb, framework/tool/gen_bridge_doc.rb: - Added inheritance support ; - Added objc_method style definitions to the source view (click on the method itself for a popup) ; - Modified gen_bridge_doc.rb to accept a output path. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/ApplicationKit/NSFont.rb branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/ApplicationKit/NSTableColumn.rb branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/Foundation/NSDate.rb branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/Foundation/NSDateFormatter.rb branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/Foundation/NSPortCoder.rb branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/cocoa_ref.rb branches/apple-unstable/src/framework/tool/gen_bridge_doc.rb branches/apple-unstable/src/pre-install.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-01-20 22:43:19
|
Revision: 1464 http://svn.sourceforge.net/rubycocoa/?rev=1464&view=rev Author: el_oy Date: 2007-01-20 14:43:18 -0800 (Sat, 20 Jan 2007) Log Message: ----------- 2007-01-20 Eloy Duran <elo...@gm...> * framework/tool/gen_bridge_doc/lib/cocoa_ref.rb, framework/tool/gen_bridge_doc.rb: Modified the way that the methods in the "See Also" sections are being displayed. They are now in ruby style, so that RDoc creates links for them. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/tool/gen_bridge_doc/lib/cocoa_ref.rb branches/apple-unstable/src/framework/tool/gen_bridge_doc.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-20 21:20:17
|
Revision: 1463 http://svn.sourceforge.net/rubycocoa/?rev=1463&view=rev Author: lrz Date: 2007-01-20 13:20:15 -0800 (Sat, 20 Jan 2007) Log Message: ----------- 2007-01-20 Laurent Sansonetti <lsa...@ap...> * template/**/TemplateInfo.plist: Converted encoding to UTF-8 and format to XML (from old OpenStep format). Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/template/ProjectBuilder/Application/Cocoa-Ruby Application/CocoaApp.xcodeproj/TemplateInfo.plist branches/apple-unstable/src/template/ProjectBuilder/Application/Cocoa-Ruby Core Data Application/CocoaApp.xcodeproj/TemplateInfo.plist branches/apple-unstable/src/template/ProjectBuilder/Application/Cocoa-Ruby Core Data Document-based Application/CocoaDocApp.xcodeproj/TemplateInfo.plist branches/apple-unstable/src/template/ProjectBuilder/Application/Cocoa-Ruby Document-based Application/CocoaDocApp.xcodeproj/TemplateInfo.plist This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <el...@us...> - 2007-01-20 13:21:15
|
Revision: 1462 http://svn.sourceforge.net/rubycocoa/?rev=1462&view=rev Author: el_oy Date: 2007-01-20 05:21:11 -0800 (Sat, 20 Jan 2007) Log Message: ----------- 2007-01-20 Eloy Duran <elo...@gm...> * pre-install.rb: Modified the install phase to install the RI files in the right place. (thanks to Norberto Ortigoza) Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/pre-install.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-01-20 00:25:17
|
Revision: 1461 http://svn.sourceforge.net/rubycocoa/?rev=1461&view=rev Author: hisa Date: 2007-01-19 16:25:15 -0800 (Fri, 19 Jan 2007) Log Message: ----------- * framework/src/objc/RBRuntime.m: fixed memory leak for calling RBApplicationMain more than once. (thanks Kouhei Sutou for suggestion) Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/framework/src/objc/RBRuntime.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hi...@us...> - 2007-01-19 23:17:38
|
Revision: 1460 http://svn.sourceforge.net/rubycocoa/?rev=1460&view=rev Author: hisa Date: 2007-01-19 15:17:34 -0800 (Fri, 19 Jan 2007) Log Message: ----------- * tests/tc_bs.rb: Fixed test to spawn Ruby command lines to add option for seeking library path for ../lib and ../ext/rubycocoa, to pass the test even if any RubyCocoa isn't installed. Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/tests/tc_bs.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lr...@us...> - 2007-01-19 19:17:28
|
Revision: 1459 http://svn.sourceforge.net/rubycocoa/?rev=1459&view=rev Author: lrz Date: 2007-01-19 11:17:27 -0800 (Fri, 19 Jan 2007) Log Message: ----------- don't install RI files yet Modified Paths: -------------- branches/apple-unstable/src/ChangeLog branches/apple-unstable/src/pre-install.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |