ConfigurationOfNacl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

ConfigurationOfNacl

hernanmd
I have added ConfigurationOfNacl to Pharo 3 repository. You can load it using the Configuration Browser.

Nacl is a cryptolibrary based in libsodium. The binding for Pharo/Squeak (http://www.eighty-twenty.org/index.cgi/tech/smalltalk/nacl-for-squeak-and-pharo-20130601.html) was written by Tony-Garnock Jones.

The Configuration automatically download and uncompress the compiled library file. I have tested under Windows and Linux, all tests passes. But I do not own a Mac (I'm really open to donations :) so if anyone may test the configuration under Mac it would be nice.

Cheers,

Hernán

Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfNacl

EstebanLM
Hernan, 

thanks for you contribution. But it does not works in mac :(

1) Smalltalk os isMac does not exists, now is Smalltalk os isMacOSX
2) after fixing that, tests does not run either :(

Esteban

On 24 Jan 2014, at 07:25, Hernán Morales Durand <[hidden email]> wrote:

I have added ConfigurationOfNacl to Pharo 3 repository. You can load it using the Configuration Browser.

Nacl is a cryptolibrary based in libsodium. The binding for Pharo/Squeak (http://www.eighty-twenty.org/index.cgi/tech/smalltalk/nacl-for-squeak-and-pharo-20130601.html) was written by Tony-Garnock Jones.

The Configuration automatically download and uncompress the compiled library file. I have tested under Windows and Linux, all tests passes. But I do not own a Mac (I'm really open to donations :) so if anyone may test the configuration under Mac it would be nice.

Cheers,

Hernán


Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfNacl

EstebanLM
btw… you can add a job in pharo-contribution (public and free :P ), https://ci.inria.fr/pharo-contribution
that will run all the tests  (in all platforms, if needed), so you can be sure tests pass :)

Esteban 

On 24 Jan 2014, at 09:26, Esteban Lorenzano <[hidden email]> wrote:

Hernan, 

thanks for you contribution. But it does not works in mac :(

1) Smalltalk os isMac does not exists, now is Smalltalk os isMacOSX
2) after fixing that, tests does not run either :(

Esteban

On 24 Jan 2014, at 07:25, Hernán Morales Durand <[hidden email]> wrote:

I have added ConfigurationOfNacl to Pharo 3 repository. You can load it using the Configuration Browser.

Nacl is a cryptolibrary based in libsodium. The binding for Pharo/Squeak (http://www.eighty-twenty.org/index.cgi/tech/smalltalk/nacl-for-squeak-and-pharo-20130601.html) was written by Tony-Garnock Jones.

The Configuration automatically download and uncompress the compiled library file. I have tested under Windows and Linux, all tests passes. But I do not own a Mac (I'm really open to donations :) so if anyone may test the configuration under Mac it would be nice.

Cheers,

Hernán



Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfNacl

hernanmd
In reply to this post by EstebanLM
Thanks Esteban, now is changed #isMac -> #isMacOSX

About 2) do you see a particular error message in console or anywhere?



2014/1/24 Esteban Lorenzano <[hidden email]>
Hernan, 

thanks for you contribution. But it does not works in mac :(

1) Smalltalk os isMac does not exists, now is Smalltalk os isMacOSX
2) after fixing that, tests does not run either :(

Esteban

On 24 Jan 2014, at 07:25, Hernán Morales Durand <[hidden email]> wrote:

I have added ConfigurationOfNacl to Pharo 3 repository. You can load it using the Configuration Browser.

Nacl is a cryptolibrary based in libsodium. The binding for Pharo/Squeak (http://www.eighty-twenty.org/index.cgi/tech/smalltalk/nacl-for-squeak-and-pharo-20130601.html) was written by Tony-Garnock Jones.

The Configuration automatically download and uncompress the compiled library file. I have tested under Windows and Linux, all tests passes. But I do not own a Mac (I'm really open to donations :) so if anyone may test the configuration under Mac it would be nice.

Cheers,

Hernán



Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfNacl

EstebanLM
it just fails to load the library. 
I can take a look, but not today :)

Esteban

On 24 Jan 2014, at 11:26, Hernán Morales Durand <[hidden email]> wrote:

Thanks Esteban, now is changed #isMac -> #isMacOSX

About 2) do you see a particular error message in console or anywhere?



2014/1/24 Esteban Lorenzano <[hidden email]>
Hernan, 

thanks for you contribution. But it does not works in mac :(

1) Smalltalk os isMac does not exists, now is Smalltalk os isMacOSX
2) after fixing that, tests does not run either :(

Esteban

On 24 Jan 2014, at 07:25, Hernán Morales Durand <[hidden email]> wrote:

I have added ConfigurationOfNacl to Pharo 3 repository. You can load it using the Configuration Browser.

Nacl is a cryptolibrary based in libsodium. The binding for Pharo/Squeak (http://www.eighty-twenty.org/index.cgi/tech/smalltalk/nacl-for-squeak-and-pharo-20130601.html) was written by Tony-Garnock Jones.

The Configuration automatically download and uncompress the compiled library file. I have tested under Windows and Linux, all tests passes. But I do not own a Mac (I'm really open to donations :) so if anyone may test the configuration under Mac it would be nice.

Cheers,

Hernán