[ANN] RFB for pharo 2.0
I moved the sources for RFB from Lukas' site to smalltalkhub http://smalltalkhub.com/#!/~PharoExtras/RFB/ I also copied the ConfigurationOfRFB from MetacelloRepository to smalltalkhub. There I applied the changes for RFB to be runnable in pharo 2.0. To load it use Gofer it smalltalkhubUser: 'PharoExtras' project: 'RFB'; configuration; load. (Smalltalk at: #ConfigurationOfRFB) load Norbert
thanks Norbert! On May 7, 2013, at 10:56 AM, Norbert Hartl <norbert@hartl.name> wrote:
I moved the sources for RFB from Lukas' site to smalltalkhub
http://smalltalkhub.com/#!/~PharoExtras/RFB/
I also copied the ConfigurationOfRFB from MetacelloRepository to smalltalkhub. There I applied the changes for RFB to be runnable in pharo 2.0.
To load it use
Gofer it smalltalkhubUser: 'PharoExtras' project: 'RFB'; configuration; load.
(Smalltalk at: #ConfigurationOfRFB) load
Norbert
On May 7, 2013, at 10:56 AM, Norbert Hartl wrote:
I moved the sources for RFB from Lukas' site to smalltalkhub
http://smalltalkhub.com/#!/~PharoExtras/RFB/
I also copied the ConfigurationOfRFB from MetacelloRepository to smalltalkhub. There I applied the changes for RFB to be runnable in pharo 2.0.
To load it use
Gofer it smalltalkhubUser: 'PharoExtras' project: 'RFB'; configuration; load.
(Smalltalk at: #ConfigurationOfRFB) load
Norbert Would you mind applying the fix from http://comments.gmane.org/gmane.comp.lang.smalltalk.pharo.devel/60796 ? About time there was a version of RPB not leaking semaphores, but I don't have commit rights to the new home either :P
Cheers, Henry
are you "henrik" in smalltalkhub? On May 7, 2013, at 12:20 PM, Henrik Johansen <henrik.s.johansen@veloxit.no> wrote:
On May 7, 2013, at 10:56 AM, Norbert Hartl wrote:
I moved the sources for RFB from Lukas' site to smalltalkhub
http://smalltalkhub.com/#!/~PharoExtras/RFB/
I also copied the ConfigurationOfRFB from MetacelloRepository to smalltalkhub. There I applied the changes for RFB to be runnable in pharo 2.0.
To load it use
Gofer it smalltalkhubUser: 'PharoExtras' project: 'RFB'; configuration; load.
(Smalltalk at: #ConfigurationOfRFB) load
Norbert Would you mind applying the fix from http://comments.gmane.org/gmane.comp.lang.smalltalk.pharo.devel/60796 ? About time there was a version of RPB not leaking semaphores, but I don't have commit rights to the new home either :P
Cheers, Henry
I've added you. Norbert Am 07.05.2013 um 12:20 schrieb Henrik Johansen <henrik.s.johansen@veloxit.no>:
On May 7, 2013, at 10:56 AM, Norbert Hartl wrote:
I moved the sources for RFB from Lukas' site to smalltalkhub
http://smalltalkhub.com/#!/~PharoExtras/RFB/
I also copied the ConfigurationOfRFB from MetacelloRepository to smalltalkhub. There I applied the changes for RFB to be runnable in pharo 2.0.
To load it use
Gofer it smalltalkhubUser: 'PharoExtras' project: 'RFB'; configuration; load.
(Smalltalk at: #ConfigurationOfRFB) load
Norbert Would you mind applying the fix from http://comments.gmane.org/gmane.comp.lang.smalltalk.pharo.devel/60796 ? About time there was a version of RPB not leaking semaphores, but I don't have commit rights to the new home either :P
Cheers, Henry
Thanks Norbert. I have just added Henrik's fix and updated ConfigurationOfRFB :) Best, On Tue, May 7, 2013 at 8:21 AM, Norbert Hartl <norbert@hartl.name> wrote:
I've added you.
Norbert
Am 07.05.2013 um 12:20 schrieb Henrik Johansen < henrik.s.johansen@veloxit.no>:
On May 7, 2013, at 10:56 AM, Norbert Hartl wrote:
I moved the sources for RFB from Lukas' site to smalltalkhub
http://smalltalkhub.com/#!/~PharoExtras/RFB/
I also copied the ConfigurationOfRFB from MetacelloRepository to smalltalkhub. There I applied the changes for RFB to be runnable in pharo 2.0.
To load it use
Gofer it smalltalkhubUser: 'PharoExtras' project: 'RFB'; configuration; load. (Smalltalk at: #ConfigurationOfRFB) load
Norbert
Would you mind applying the fix from http://comments.gmane.org/gmane.comp.lang.smalltalk.pharo.devel/60796 ? About time there was a version of RPB not leaking semaphores, but I don't have commit rights to the new home either :P
Cheers, Henry
-- Mariano http://marianopeck.wordpress.com
participants (4)
-
Esteban Lorenzano -
Henrik Johansen -
Mariano Martinez Peck -
Norbert Hartl