What is Packages? compared to Sake I tried to understand some of the emails keith sent a while back to squeak-dev but I could not get it. Setf
Sake/Packages is just about that: a declarative way to specify packages. Nothing more. And there is a script which converts a Universe to a set of tasks. It works very well and Keith uses it often to update Packages from Universes.
An example for PierBlog:
What is PackagesSqueak310U....?
PackagesSqueak310U>>PierBlog self name: 'Pier-Blog'. self version: '1.0.16.73'.
info category: 'Web Development'. info description: 'Pier blog plugin.'. info maintainer: 'Lukas Renggli <renggli@gmail.com>'. info homepage: 'http://www.lukas-renggli.ch/smalltalk/pier'. info squeakMapID: ''. info url: 'http://mc.lukas-renggli.ch/pier/Pier-Blog-lr.73.mcz'. self provides: #().
self dependsOn: #('Pier-Seaside' 'RSRSS2').
self load: [ Installer installUrl:'http://mc.lukas-renggli.ch/pier/Pier-Blog-lr.73.mcz' . ].
self unload: [ Installer mc unload: 'Pier-Blog'. ].
-- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu) _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project