[squeak-dev] Build, send and comment on Plugins page

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

[squeak-dev] Build, send and comment on Plugins page

Torsten Bergmann
There is a new page on the pharo website [1] with an overview
on all plugins available for squeak and pharo.

Plugins should be easily downloadable so one dont has to
rebuild them from scratch again and again. This is especially
for newbies with no knowledge of the tool chain to build plugins.

Feel free to send comments and build/send plugins for the various
OS platforms. The page is maintained by m.rueger at acm.org

Thank
Torsten

[1] http://code.google.com/p/pharo/wiki/VMPluginOverview
[2] http://lists.gforge.inria.fr/pipermail/pharo-project/2009-March/007231.html


--
Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate + Telefonanschluss für nur 17,95 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a

Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Re: Build, send and comment on Plugins page

Andreas.Raab
Good idea. Any reason not to maintain the page at Squeak.org in (or
near) the downloads section? I think this would make it easier for
people to find it when they're looking for a download.

Cheers,
   - Andreas

Torsten Bergmann wrote:

> There is a new page on the pharo website [1] with an overview
> on all plugins available for squeak and pharo.
>
> Plugins should be easily downloadable so one dont has to
> rebuild them from scratch again and again. This is especially
> for newbies with no knowledge of the tool chain to build plugins.
>
> Feel free to send comments and build/send plugins for the various
> OS platforms. The page is maintained by m.rueger at acm.org
>
> Thank
> Torsten
>
> [1] http://code.google.com/p/pharo/wiki/VMPluginOverview
> [2] http://lists.gforge.inria.fr/pipermail/pharo-project/2009-March/007231.html
>
>


Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Build, send and comment on Plugins page

Bert Freudenberg
In reply to this post by Torsten Bergmann
On 01.04.2009, at 09:03, Torsten Bergmann wrote:

> There is a new page on the pharo website [1] with an overview
> on all plugins available for squeak and pharo.
>
> [1] http://code.google.com/p/pharo/wiki/VMPluginOverview


That's a great start! Very useful potentially.

IMHO listing all the plugins that are usually built as internal is  
more confusing than helpful. At least that should be mentioned (or  
they should get their own table?). At the very least use a lower-case  
"i" to indicate "internal", I wondered what the vertical bar meant ;)

Plugins missing include Rome, DBus, GStreamer:

http://squeaksource.com/Rome.html
http://squeaksource.com/dbus.html
http://squeaksource.com/GStreamer.html

- Bert -



Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Build, send and comment on Plugins page

Karl Ramberg
ogg plugin is missing

Karl


On 4/1/09, Bert Freudenberg <[hidden email]> wrote:

> On 01.04.2009, at 09:03, Torsten Bergmann wrote:
>
>> There is a new page on the pharo website [1] with an overview
>> on all plugins available for squeak and pharo.
>>
>> [1] http://code.google.com/p/pharo/wiki/VMPluginOverview
>
>
> That's a great start! Very useful potentially.
>
> IMHO listing all the plugins that are usually built as internal is
> more confusing than helpful. At least that should be mentioned (or
> they should get their own table?). At the very least use a lower-case
> "i" to indicate "internal", I wondered what the vertical bar meant ;)
>
> Plugins missing include Rome, DBus, GStreamer:
>
> http://squeaksource.com/Rome.html
> http://squeaksource.com/dbus.html
> http://squeaksource.com/GStreamer.html
>
> - Bert -
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Re: [Vm-dev] Re: Build, send and comment on Plugins page

Michael Rueger-6
In reply to this post by Andreas.Raab
Andreas Raab wrote:
>
> Good idea. Any reason not to maintain the page at Squeak.org in (or
> near) the downloads section? I think this would make it easier for
> people to find it when they're looking for a download.

It would be a good idea to have that on Squeak.org *too*. The table on
the Pharo website is meant to be for the Pharo distribution. Right now
we use the same VMs, but in the future we will most likely see
differently packaged VMs (different sets of internal plugins).

Also bundled for me refers to everything that comes with a download,
which shouldn't really be a naked VM anyways. So usually you will have
internal plugins and bundled external plugins and additional dlls.

Michael