[Pkg] Packages: Packages-Squeak37-kph.16.mcz

squeaksource-noreply at iam.unibe.ch squeaksource-noreply at iam.unibe.ch
Mon Jul 7 02:44:16 UTC 2008


A new version of Packages-Squeak37 was added to project Packages:
http://www.squeaksource.com/Packages/Packages-Squeak37-kph.16.mcz

==================== Summary ====================

Name: Packages-Squeak37-kph.16
Author: kph
Time: 7 July 2008, 3:44:02 am
UUID: f352393f-b489-413f-b9dc-c0adfc44b8ad
Ancestors: Packages-Squeak37-kph.15

unloadDependsOn: default is set for all packages that do not override it. Thus self unloadDependOn: { self taskUnload... } has been removed

=============== Diff against Packages-Squeak37-kph.15 ===============

Item was changed:
  ----- Method: PackagesSqueak37U>>FullImageProjectAlice (in category 'Uncategorized') -----
  FullImageProjectAlice
  
  	self name: 'FullImageProjectAlice'.
  	self version: '2'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'A project demonstrating the "Alice" system for end-user scripting of 3D worlds.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Squeak%20in%203D.008.pr'.
  	self provides: #().
  
  	self dependsOn: #('Balloon3D').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Squeak%20in%203D.008.pr'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'FullImageProjectAlice'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>RemoteFrameBuffer (in category 'Uncategorized') -----
  RemoteFrameBuffer
  
  	self name: 'RemoteFrameBuffer'.
  	self version: '33'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Provides RFB (VNC) server and client, written entirely in Squeak.
  Both server and client implement a superset of the latest (version
  3.3.7) RFB protocol published by RealVNC.com (with extensions to
  support local cursor handling in the popular TightVNC client).
  
  The server transmits (or broadcasts) the Squeak desktop to remote
  VNC clients (either running natively on Unix, Mac or Windows, or
  running the Squeak client included in this same package).
  
  The client connects to and displays a remote framebuffer (provided
  either from a VNC server running natively on Unix, Mac, Windows, etc.,
  or from a remote Squeak image running the server included in this
  package).
  
  To install, just grab RFB.33.cs and file it into a 3.6 image.
  Full documentation is included (see the class comments in
  RFBServer and RFBClient, and the help items on the
  associated menus).
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/RFB.33.cs'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/RFB.33.cs'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'RemoteFrameBuffer'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>EditPrettyPrintTextColors (in category 'Uncategorized') -----
  EditPrettyPrintTextColors
  
  	self name: 'Edit Pretty Print Text Colors'.
  	self version: '20040425'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Provides a new editor allowing the easy modification of pretty print code colors.
  
  See <a href="http://squeak.preeminent.org/">http://squeak.preeminent.org/</a> for details and pictures.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ColorPrettyPrintEditor-sbw.mcz'.
  	self provides: #().
  
  	self dependsOn: #('Appearance Menu Registry').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ColorPrettyPrintEditor-sbw.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Edit Pretty Print Text Colors'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>SqueakMap2server (in category 'Uncategorized') -----
  SqueakMap2server
  
  	self name: 'SqueakMap2 server'.
  	self version: '1.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'The new SqueakMap web front end with lots of good stuff. :)'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SMServer-gk.17.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SMServer-gk.17.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'SqueakMap2 server'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>MorphicFontEditor (in category 'Uncategorized') -----
  MorphicFontEditor
  
  	self name: 'MorphicFontEditor'.
  	self version: '1.3'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'A Morphic application to create and to edit StrikeFonts.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/MorphicFontEditor.1.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/MorphicFontEditor.1.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'MorphicFontEditor'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>DNSClient (in category 'Uncategorized') -----
  DNSClient
  
  	self name: 'DNS Client'.
  	self version: '1.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This package implements the DNS protocol (not all of it, but extending it is very easy). It includes a DNS client (a name resolver).
  
  Example (put the address of a name server):
  	NameResolver default servers: #((xxx xxx xxx xxx))
  	NameResolver default addressByName: ''squeak.org'''.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/DNS.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/DNS.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'DNS Client'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>StateReplicationProtocolSRP (in category 'Uncategorized') -----
  StateReplicationProtocolSRP
  
  	self name: 'State Replication Protocol (SRP)'.
  	self version: '2.1 6'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'SRP serializes the state of a network of objects into a stream of data. Serialization starts with a root object and traverses all objects referenced directly or indirectly down to a user defined level. As object state is serialized, it can be transported to an object space of another OO computer language or dialect and the object network can be loaded (replicated) as it was saved. SRP''s streaming of objects is affectionately refered to as "SluRPing"--as in slurping an object. 
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SRP2.1-006.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SRP2.1-006.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'State Replication Protocol (SRP)'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>shapes (in category 'Uncategorized') -----
  shapes
  
  	self name: 'shapes'.
  	self version: '1.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Adds classes representing ESRI shapefiles. Commonly used types are handled: Polygon, Polyline, Point and MultiPoint shapes. Shape data are read from files and simply kept as-is in ByteArrays in ShapeMap objects. For further processing of shape data, conversion into real objects (Polygon, Arc, Point, etc) might be handier. 
  Both the *.shp file and the index file (*.shx) are read. To get at the attributes of the shapes, the accompanying *.dbf file needs to be read (a dbf-reader is not incorporated in the current version).
  Besides reading, the only functionality included is viewing the contents of a ShapeMap as a Form.
  
  
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/shape1.1.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/shape1.1.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'shapes'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Taskbar (in category 'Uncategorized') -----
  Taskbar
  
  	self name: 'Taskbar'.
  	self version: '0.6'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'A simple morphic taskbar (similar to the taskbars available for many windowing
  systems).  Shows a list of buttons representing windows and morphs in your world.
  Pressing a window''s button brings that window to the front and activates it.  If
  it is already in the front then it is hidden.  Replaces the default collapse
  behavior for windows so that they hide/unhide instead.  Pressing a Morph''s button
  brings it to the front and raises it''s halo.  Can be placed on a global flap.
  Execute "WindowListMorph open" to start (or use "Taskbar" from the open menu).'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/WindowList-cds.28.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/WindowList-cds.28.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Taskbar'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>ExternalWebBrowser (in category 'Uncategorized') -----
  ExternalWebBrowser
  
  	self name: 'ExternalWebBrowser'.
  	self version: '6'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This small package should work as an alternative to scamper. It just hands over every url to a platform specific external browser.
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ExternalWebBrowser-laza.6.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ExternalWebBrowser-laza.6.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'ExternalWebBrowser'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>LifeMorph (in category 'Uncategorized') -----
  LifeMorph
  
  	self name: 'LifeMorph'.
  	self version: '1.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'A simple implementation of Life Game.  It is based on Dan''s original Life Game for Smalltalk-80.
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/LifeMorph.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/LifeMorph.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'LifeMorph'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>OmniBrowser (in category 'Uncategorized') -----
  OmniBrowser
  
  	self name: 'OmniBrowser'.
  	self version: '1.0a3'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'OmniBrowser is a ground up rewrite of the classical system browsers provided
  in Smalltalk. It''s designed to flexible and extensible, so as to encourage
  experimentation with new types of development tools, language extensions,
  and runtime environments.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/OmniBrowser-cwp.198.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/OmniBrowser-cwp.198.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'OmniBrowser'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Singletons (in category 'Uncategorized') -----
  Singletons
  
  	self name: 'Singletons'.
  	self version: '1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  '***The delegation methods of this package make use of the ObjectsAsMethods VM support.  In a 3.6 image, you must call #recreateSpecialObjectsArray before using this package.***
  
  This package adds the #becomeSingleton method to Object, which will transform the receiver into an instance of a new, anonymous subclass of its original class.  This lets you add or redefine methods on an object-by-object basis.
  
  This is intended to be used primarily for delegation - replacing a method with a block or a message send to another object.  The methods #to:run:, #to:send:to:, and #delegate:to: are provided for this purpose.  The following three calls are all equivalent:
  
  <pre>
  x delegate: #foo: to: someOtherObject.
  x to: #foo: send: #foo: to: someOtherObject.
  x to: #foo: run: [:arg | someOtherObject foo: arg].
  </pre>
  
  In all three cases, sending #foo: to x will end up forwarding the message to someOtherObject. 
  
  My expectation is that this might be useful as a replacement for specifying pluggable behavior with block inst vars or target/selector pairs, particularly for UI classes.  Rather than explicitly putting in hooks for pluggablity, a well factored object can be customized from the outside without its knowledge, by overriding existing methods - particularly those that are #subclassResponsibility - but without going to the trouble of adding a named subclass for each use.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Singletons-avi.1.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Singletons-avi.1.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Singletons'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Chuck (in category 'Uncategorized') -----
  Chuck
  
  	self name: 'Chuck'.
  	self version: '23'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Chuck is a type inferencer for Squeak program code.  Type inference allows programmers and tools to find the type of a variable or expression in the program.  This information is useful directly, and it is also helpful for improving tools like the system browser.  For example, the senders-of query can look not only at message selectors, but at queried receiver types, in order to decide which message sends to show the user.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Chuck-Standard-ls.23.mcz'.
  	self provides: #().
  
+ 	self dependsOn: #('Chuck Repository' 'Monticello' 'Refactoring Browser').
- 	self dependsOn: #('Refactoring Browser' 'Chuck Repository' 'Monticello').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Chuck-Standard-ls.23.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Chuck'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>FillInTheBlankMorphLookEnhancement (in category 'Uncategorized') -----
  FillInTheBlankMorphLookEnhancement
  
  	self name: 'FillInTheBlankMorph Look Enhancement'.
  	self version: '1.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'UI enhancements to FillInTheBlankMorph along the lines of Diego''s other "Look Enhancements" for Squeak ( see http://minnow.cc.gatech.edu/squeak/3142 for a full list ).'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/FillInTheBlankEnhancements-dgd.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/FillInTheBlankEnhancements-dgd.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'FillInTheBlankMorph Look Enhancement'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37>>DynamicBindings (in category 'as yet unclassified') -----
  DynamicBindings
  
      self name: 'DynamicBindings'.
      info category: 'Languages and Extensions'.
      info description: 
  'DynamicBindings for Squeak
  by Stephen Pair <stephen at pairhome.net> 
  
  ===== Introduction =====
  
  You may create a hierarchy of DynamicBindings and directly manipulate the keys and values of those instances (just as you would any dictionary).  There is a root DynamicBindings that you may use to create new children if you like (but you can also create entirely separate hierarchies).  You can access this root with "DynamicBindings root".  To force a process to use one of your sets of DynamicBindings, you write code as follows (note, I only use ''PATH'' to highlight the similarity with normal OS environment variables):
  
  	myBindings _ DynamicBindings root newChild.
  	myBindings at: #PATH put: ''/bin:/usr/bin''.
  	myBindings bindDuring: 
  		[Bindings at: #PATH.  				"-> ''/bin:/usr/bin''"
  		Bindings at: #PATH put: (''/usr/local/bin:'', (Bindings at: #PATH)).
  		Bindings at: #PATH].  				"-> ''/usr/local/bin:/bin:/usr/bin''"
  
  For convenience, two methods have been added to Object that enable more direct access to bindings.  The following exampel is equivalent to the first:
  
  	myBindings _ DynamicBindings root newChild.
  	myBindings at: #PATH put: ''/bin:/usr/bin''.
  	myBindings bindDuring: 
  		[#PATH binding.  				"-> ''/bin:/usr/bin''"
  		#PATH binding: (''/usr/local/bin:'', (#PATH binding)).
  		#PATH binding].  				"-> ''/usr/local/bin:/bin:/usr/bin''"
  
  
  The first line creates a new set of bindings that is a child of the root bindings.  Any variables set in the root bindings are also visible in this new child environment.
  
  The second line sets the dynamic variable "PATH".
  
  The third line uses the evaluates the argument block in the context of our new set of bindings.
  
  The fourth line gets the value for the variable "PATH" (which we just set).
  
  The fifth line in the above example modifies the environment variable "PATH", but only for the duration that the enclosing block is active.
  
  Here is another example:
  
  	#PATH binding: ''/bin''.
  	Bindings clamp:
  		[#PATH binding: ''/usr/bin''.
  		#PATH binding]. 						"-> ''/usr/bin''"
  	#PATH binding.								"-> ''/bin''"
  
  This example shows the use of the #clamp: method to isolate a our dynamic bindings only for the duration of a block.  After the block finishes execution, the original set of bindings is restored.
  
  Scoping semantics:
  
  A dynamic variables'' scope is defined at runtime by an enclosing activation context.  To locate the active lexicon of dynamic variables, the system follows the activation stack until a context is encountered that defines the active DynamicBindings (this lookup is implemented using the exception handling system).  Any changes to the active DynamicBindings are visible in all activation contexts where that set of DynamicBindings are being used (which may include contexts in more than one activation stack).
  
  A bit about how it''s implemented:
  
  The bindings for a given method activation context are located using the exception handling mechanism (see BindingsLocator).  If a given stack does not have a handler that answers a set of bindings, then dummy contexts will be added to the top of the stack that will answer the global root set of bindings.
  
  Unlike other implementations, DynamicBindings do not use the activation stack to define the hierarchy of bindings.  Instances of DynamicBindings have their own parent instance variable and will locate enclosing variable scopes by following the chain of parents (*not* by looking for enclosing handlers of BindingsLocator).  Using this design, we are able to accomodate a broader range of usage scenarios.
  
  If you need to isolate the bindings of a given context stack such that future changes in the bindings are not visible to users of the current set of dynamic bindings (ie. if you use continuations), you can send the message #isolate to the BindingsAccessor (ie. use "Bindings isolate").
  
  ===== Release History =====
  
  Version 1.1:
  	- Packaged using KomPackaging (Squeak version only)
  	- Made Object>>binding: answer its argument
  	- Cleaned up a few obsolete methods from the old RuntimeEnvironments implementation
  
  Version 1.0:
  	- Initial release'.
      info maintainer: 'Lex Spoon <lex at lexspoon.org>'.
      info homepage: ''.
      info squeakMapID: ''.
      info url: 'http://www.squeaksource.com/KomHttpServer/DynamicBindings-gc.7.mcz'.
      self version: '2.7'.
  
      self provides: #().
  
      self dependsOn: #().
  
      self load: [
          Installer installUrl:'http://www.squeaksource.com/KomHttpServer/DynamicBindings-gc.7.mcz'.
      ].
  
-     self unloadDependsOn: { self taskUnloadDependants }.
      self unload: [
          Installer mc unload: 'DynamicBindings'.
      ].!

Item was changed:
  ----- Method: PackagesSqueak37U>>VersionNumber (in category 'Uncategorized') -----
  VersionNumber
  
  	self name: 'VersionNumber'.
  	self version: '1.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'I am a version number. My representation allows me to handle an entire tree of versions. From a directory listing of verison numbered files, I can infer things about the tree of versions.
  
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/VersionNumber.st'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/VersionNumber.st'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'VersionNumber'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Balloon3D (in category 'Uncategorized') -----
  Balloon3D
  
  	self name: 'Balloon3D'.
  	self version: '1.0.3'.
  
  	info category: 'Uncategorized'.
  	info description: 
  ''.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Balloon3D.1.0.3.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Balloon3D.1.0.3.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Balloon3D'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>MethodAnnotations (in category 'Uncategorized') -----
  MethodAnnotations
  
  	self name: 'Method Annotations'.
  	self version: '0.1b'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Optional annotation for methods. All <mumble> expressions are now treated as property of the compiled method. In other words, a method may look like:
  
  Object>>mumble
  	<categories: #(basic eToy)>
  	<index: 42>
  	<value: 123.45>
  	<returnType: Array>
  
  After the method is compiled we may query it for those properties as in:
  	(Object compiledMethodAt: #mumble)
  		valueOfProperty: #categories; 	=> #(basic eToy)
  		valueOfProperty: #index;		=> 42
  		valueOfProperty: #value;		=> 123.45
  		valueOfProperty: #returnType.	=> Array'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/MethodAnnotations-ar-tweaked.cs'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/MethodAnnotations-ar-tweaked.cs'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Method Annotations'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>SeasidePresentation (in category 'Uncategorized') -----
  SeasidePresentation
  
  	self name: 'Seaside Presentation'.
  	self version: '1.55-alpha'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This is a presentation that Blaine Buxton gave at the Omaha User''s Group and several times at work. It looks best in Opera, but works fine in IE and Mozilla as well.
  
  Make sure you have Seaside 2.5 installed.
  
  To start (do-it if you Kom is not started):
  WAKom startOn: 9090.
  
  And then point your browser to:
  http://localhost:9090/seaside/presentation
  
  Enjoy!!'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/btb-presentation-btb.55.mcz'.
  	self provides: #().
  
  	self dependsOn: #('Seaside').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/btb-presentation-btb.55.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Seaside Presentation'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>PieChartMorph (in category 'Uncategorized') -----
  PieChartMorph
  
  	self name: 'PieChartMorph'.
  	self version: '0.2'.
  
  	info category: 'Uncategorized'.
  	info description: 
  ''.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/PieChartMorph-gm.5.cs'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/PieChartMorph-gm.5.cs'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'PieChartMorph'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Smalltalk72 (in category 'Uncategorized') -----
  Smalltalk72
  
  	self name: 'Smalltalk 72'.
  	self version: '1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Dan Ingalls did an emulation of the Smalltalk-72 emulator for Alan Kay''s birthday.
  
  The original Smalltalk 72 User Manual is available:
  http://www.spies.com/~aek/pdf/xerox/alto/Smalltalk72_Manual.pdf'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Smalltalk72.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Smalltalk72.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Smalltalk 72'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>FullImage (in category 'Uncategorized') -----
  FullImage
  
  	self name: 'Full Image'.
  	self version: '1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This package depends on all the packages you need to get a "full" image with several extra goodies.   Load this if you really want to play around with all that Squeak has to offer, and don''t mind having a large image.
  
  See this page for more info:
  http://minnow.cc.gatech.edu/squeak/3412'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Full%203.7%20Squeak.cs'.
  	self provides: #().
  
+ 	self dependsOn: #('Balloon3D' 'Celeste' 'FullImageProjectAlice' 'FullImageProjectSmalltalkIntroduction' 'Games' 'IRCe' 'Monticello' 'Scamper' 'VMMaker' 'YAXO').
- 	self dependsOn: #('Scamper' 'Monticello' 'IRCe' 'Games' 'YAXO' 'FullImageProjectAlice' 'FullImageProjectSmalltalkIntroduction' 'Celeste' 'VMMaker' 'Balloon3D').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Full%203.7%20Squeak.cs'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Full Image'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Shout (in category 'Uncategorized') -----
  Shout
  
  	self name: 'Shout'.
  	self version: '3'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Syntax highlighting that dynamically changes as you edit a method. After each key stroke (or other change) the code is parsed and the syntax highlighting updated so that it is in sync with the current method source.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Shout.3.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Shout.3.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Shout'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Telnet (in category 'Uncategorized') -----
  Telnet
  
  	self name: 'Telnet'.
  	self version: '301'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This package contains various components that facilitate interactive login
  to a remote (or the local) machine:
  
  * a (glass) TeletypeMorph;
  * essentially complete emulation of vt52, vt102 and xterm terminals;
  * a telnet client for connecting to remote machines;
  * a `pseudo-tty'' client for connecting to an interactive shell on the local machine;
  * a protocol stack abstraction that glues the above together; and
  * a TeletypeWindow morph which makes a clickable application out of it all.
  
  The pseudo-tty client will only work on Unix, but the telnet client should
  work fine on any platform (Unix, Mac, Windows, etc.) that supports sockets.
  
  Please visit the homepage for further details (especially if you want to use
  the pseudo-tty client, since you may have to download an additional changeset).'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/telnet.301.cs'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/telnet.301.cs'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Telnet'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>TableLayoutTutorialProject (in category 'Uncategorized') -----
  TableLayoutTutorialProject
  
  	self name: 'TableLayout Tutorial Project'.
  	self version: '11'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'TableLayout tutorial project'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/TableLayouts.011.pr'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/TableLayouts.011.pr'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'TableLayout Tutorial Project'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Sorrow (in category 'Uncategorized') -----
  Sorrow
  
  	self name: 'Sorrow'.
  	self version: '6'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'A compiler for a language similar to Joy (http://www.latrobe.edu.au/philosophy/phimvt/joy.html) to Squeak bytecode.
  
  Requires Squeak 3.7.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Sorrow-avi.6.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Sorrow-avi.6.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Sorrow'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>DynamicBindings (in category 'Uncategorized') -----
  DynamicBindings
  
  	self name: 'DynamicBindings'.
  	self version: '1.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'DynamicBindings for Squeak
  by Stephen Pair <stephen at pairhome.net> 
  
  ===== Introduction =====
  
  You may create a hierarchy of DynamicBindings and directly manipulate the keys and values of those instances (just as you would any dictionary).  There is a root DynamicBindings that you may use to create new children if you like (but you can also create entirely separate hierarchies).  You can access this root with "DynamicBindings root".  To force a process to use one of your sets of DynamicBindings, you write code as follows (note, I only use ''PATH'' to highlight the similarity with normal OS environment variables):
  
  	myBindings _ DynamicBindings root newChild.
  	myBindings at: #PATH put: ''/bin:/usr/bin''.
  	myBindings bindDuring: 
  		[Bindings at: #PATH.  				"-> ''/bin:/usr/bin''"
  		Bindings at: #PATH put: (''/usr/local/bin:'', (Bindings at: #PATH)).
  		Bindings at: #PATH].  				"-> ''/usr/local/bin:/bin:/usr/bin''"
  
  For convenience, two methods have been added to Object that enable more direct access to bindings.  The following exampel is equivalent to the first:
  
  	myBindings _ DynamicBindings root newChild.
  	myBindings at: #PATH put: ''/bin:/usr/bin''.
  	myBindings bindDuring: 
  		[#PATH binding.  				"-> ''/bin:/usr/bin''"
  		#PATH binding: (''/usr/local/bin:'', (#PATH binding)).
  		#PATH binding].  				"-> ''/usr/local/bin:/bin:/usr/bin''"
  
  
  The first line creates a new set of bindings that is a child of the root bindings.  Any variables set in the root bindings are also visible in this new child environment.
  
  The second line sets the dynamic variable "PATH".
  
  The third line uses the evaluates the argument block in the context of our new set of bindings.
  
  The fourth line gets the value for the variable "PATH" (which we just set).
  
  The fifth line in the above example modifies the environment variable "PATH", but only for the duration that the enclosing block is active.
  
  Here is another example:
  
  	#PATH binding: ''/bin''.
  	Bindings clamp:
  		[#PATH binding: ''/usr/bin''.
  		#PATH binding]. 						"-> ''/usr/bin''"
  	#PATH binding.								"-> ''/bin''"
  
  This example shows the use of the #clamp: method to isolate a our dynamic bindings only for the duration of a block.  After the block finishes execution, the original set of bindings is restored.
  
  Scoping semantics:
  
  A dynamic variables'' scope is defined at runtime by an enclosing activation context.  To locate the active lexicon of dynamic variables, the system follows the activation stack until a context is encountered that defines the active DynamicBindings (this lookup is implemented using the exception handling system).  Any changes to the active DynamicBindings are visible in all activation contexts where that set of DynamicBindings are being used (which may include contexts in more than one activation stack).
  
  A bit about how it''s implemented:
  
  The bindings for a given method activation context are located using the exception handling mechanism (see BindingsLocator).  If a given stack does not have a handler that answers a set of bindings, then dummy contexts will be added to the top of the stack that will answer the global root set of bindings.
  
  Unlike other implementations, DynamicBindings do not use the activation stack to define the hierarchy of bindings.  Instances of DynamicBindings have their own parent instance variable and will locate enclosing variable scopes by following the chain of parents (*not* by looking for enclosing handlers of BindingsLocator).  Using this design, we are able to accomodate a broader range of usage scenarios.
  
  If you need to isolate the bindings of a given context stack such that future changes in the bindings are not visible to users of the current set of dynamic bindings (ie. if you use continuations), you can send the message #isolate to the BindingsAccessor (ie. use "Bindings isolate").
  
  ===== Release History =====
  
  Version 1.1:
  	- Packaged using KomPackaging (Squeak version only)
  	- Made Object>>binding: answer its argument
  	- Cleaned up a few obsolete methods from the old RuntimeEnvironments implementation
  
  Version 1.0:
  	- Initial release'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/DynamicBindings-1.1univ.sar'.
  	self provides: #().
  
  	self dependsOn: #('KomPackaging').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/DynamicBindings-1.1univ.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'DynamicBindings'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>ODBCEnh (in category 'Uncategorized') -----
  ODBCEnh
  
  	self name: 'ODBCEnh'.
  	self version: '12'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Enhancements to the ODBC package from Diego Gomez Deck. The enhancements are as follows:
  
  * DSN-less connection string support
  * Simpler access to result sets with a single message named "run" that takes an SQL statement and returns a Collection of rows. See ODBCConnection>>run:
  * ODBCResultTable - used to open the results as a grid-like morph
  * Permits camelCase way of referring to column names if your database is using conventional YELLING_OUT_LOUD_STYLE, old_c_style, or PascalNamingStyle of column names
  
  To view the ODBCResultTable as a morph you should have Bitstream Vera Fonts installed which contains a nice monospaced font used to simulate a table.
  
  Of course, requires ODBC for Squeak package.  More detailed info can be found on http://squeak.saltypickle.com and by going to the ODBCEnh project wiki page.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ODBCEnh-jrp.12.mcz'.
  	self provides: #().
  
  	self dependsOn: #('ODBC').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ODBCEnh-jrp.12.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'ODBCEnh'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>EsSqeakzMe (in category 'Uncategorized') -----
  EsSqeakzMe
  
  	self name: 'Es-Sqeakz-Me'.
  	self version: '7'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Includes Laurence Rozier''s changeSet from package "Say Something" along with
  some additional changes in this Project.  More fun for everyone!!'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/EsSqueaksMe.001.pr'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/EsSqueaksMe.001.pr'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Es-Sqeakz-Me'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>BitArray (in category 'Uncategorized') -----
  BitArray
  
  	self name: 'BitArray'.
  	self version: '1.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Simple implementation of BitArray, which stores the bits.
  
  For the basic random access operations for a rather shorter array, you might want to consider ByteArray.
  
  BitArray supports the conversion from/to integers.
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/BitArray1.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/BitArray1.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'BitArray'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>CropMorphs (in category 'Uncategorized') -----
  CropMorphs
  
  	self name: 'Crop Morphs'.
  	self version: '20040612'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Provides a menu option to allow a crop operation on an existing SketchMorph. Very handy for modifying a SketchMorph on your desktop. Also provides basic change to how a rectangle is grabbed from the screen. A new crop/grab UI design is used.
  
  See <a href="http://squeak.preeminent.org">http://squeak.preeminent.org</a> for instructions on use.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/CropOrGrabMorph-sbw.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/CropOrGrabMorph-sbw.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Crop Morphs'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>SVI (in category 'Uncategorized') -----
  SVI
  
  	self name: 'SVI'.
  	self version: '2.1alpha2'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'The latest version of SVI is for Squeak 3.7. If you want a version that works in Squeak 3.6, go <a href="http://www.swerlingphoto.com/squeak/svi2/svi2.html">here</a>.
  
  The latest release of SVI has been tested on Squeak 3.7 with updates up to #5969. 
  
  SVI is a modal text editor for squeak that can be used in place of the PluggableTextMorph. SVI is designed to behave, as much as possible, like a standard text editor, so as not to confuse users that are not familiar with modal text editors. Nevertheless, SVI features extensive support for VIM and Emacs modes and commands, including:
  
  - incremental search, w/ support for Andrew Greenberg''s regex plugin, if it''s installed
  - interactive search/replace
  - split panes
  - multilevel undo/redo
  - navigation, using keyboard driven menus and bookmarks, between classes, methods, files, and system windows
  - context sensitive help and command completion
  - customizable keybindings
  - ability to paste recently deleted, inserted, or copied text. Also, VIM-style "registers" 
  - support for VIM''s Normal, Visual and Linewise Visual modes, with extensive support for the VIM commands, motions, registers. Mark implementation supports method-to-method jumps , method-to-file, file-to-file, etc.
  
  By default, SVI supports many VIM commands. If you want SVI to support Emacs commands instead, be sure to take the tour of Emin (SVI''s "mini-emacs"). After loading SVI, execute "SVI openEminDocs" to take a tour of Emin. 
  
  Patches to make SVI work with StarBrowser and Celeste are available <a href="http://www.swerlingphoto.com/squeak/svi2/appPatches.html">here</a>. The Celeste version is provided as an example of how to fully integrate an application with SVI (with a recent message list, bookmarking, opening a celeste message in a split pane, etc). 
  
  A release change log for SVI is <a href="http://www.swerlingphoto.com/squeak/svi2/sviChanges.txt">here</a>'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SVI-v2.1alpha2.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SVI-v2.1alpha2.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'SVI'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>BackgroundLoader (in category 'Uncategorized') -----
  BackgroundLoader
  
  	self name: 'Background Loader'.
  	self version: '20040425'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Provides a previewer for images that can be loaded as the desktop. Accessed via the appearance menu, just as before. The modified file browser is produced for background image browsing. This new version provides options over how the image is placed in the desktop.
  
  For a picture and more details see <a href="http://squeak.preeminent.org">http://squeak.preeminent.org</a>'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/DesktopBackgroundLoader-sbw.mcz'.
  	self provides: #().
  
  	self dependsOn: #('Appearance Menu Registry').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/DesktopBackgroundLoader-sbw.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Background Loader'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>FullImageProjectSmalltalkIntroduction (in category 'Uncategorized') -----
  FullImageProjectSmalltalkIntroduction
  
  	self name: 'FullImageProjectSmalltalkIntroduction'.
  	self version: '2'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'A project introducing the Smalltalk programming language that Squeak is based on.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SmalltalkIntroduction.002.pr'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SmalltalkIntroduction.002.pr'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'FullImageProjectSmalltalkIntroduction'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>ShoutMonticello (in category 'Uncategorized') -----
  ShoutMonticello
  
  	self name: 'ShoutMonticello'.
  	self version: 'Alpha.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Enables syntax highlighting in Monticello browsers.
  Requires Shout.2 to be loaded first.
  Resolves identifiers according to Snapshot contents, so that unloaded packages are styled correctly (with respect to their own contents).'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ShoutMonticello.1.mcz'.
  	self provides: #().
  
+ 	self dependsOn: #('Monticello' 'Shout').
- 	self dependsOn: #('Shout' 'Monticello').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ShoutMonticello.1.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'ShoutMonticello'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Seaside (in category 'Uncategorized') -----
  Seaside
  
  	self name: 'Seaside'.
  	self version: '2.5b3'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'A framework for building sophisticated web applications in Squeak.  Develop for the web using reusable, embeddable components and unique call/return semantics for moving between pages.
  
  Seaside requires a web server; the most commonly used is KomHttpServer.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Seaside2.5b3.mcz'.
  	self provides: #().
  
  	self dependsOn: #('KomHttpServer').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Seaside2.5b3.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Seaside'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>MultilevelUndoforTextMorph (in category 'Uncategorized') -----
  MultilevelUndoforTextMorph
  
  	self name: 'Multi-level Undo for TextMorph'.
  	self version: '3.7.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  '=== RELEASE INFO PLEASE READ ===
  IMPORTANT: Do not try to use the 3.6 release in the 3.7 image, or vice-versa. 
  
  FOR 3.6, the latest version is release 1-3.6.1, also at:
    http://www.swerlingphoto.com/squeak/multiundo/MultiUndo-v2-sps.1.cs.gz
  
  FOR 3.7, the lastest version is release 1-3.7.1, also at:
    http://www.swerlingphoto.com/squeak/multiundo/MultiUndo-v2-sps.1.cs.gz
  
  === DESCRIPTION ===
  Adds a preference, #multipleUndo, that adds multilevel undo/redo capability to TextMorph.  A method is added that remaps cmd-r to redo. 
  
  Most of the code is in TextMorphEditor or support classes, and I believe it could be ported to MVC without too much trouble, mostly by moving the methods in TextMorphEditor up to ParagraphEditor. But I don''t know my way around MVC, so someone else would have to do that. 
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/MultiUndo-v2-sps.1.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/MultiUndo-v2-sps.1.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Multi-level Undo for TextMorph'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>PipesGames (in category 'Uncategorized') -----
  PipesGames
  
  	self name: 'Pipes Games'.
  	self version: '20040426'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Squeak Pipes Game is a little experiment I did to draw some graphics with Morphic and then use them in a game. It''s using a lot of the framework/ideas from the Electricity Game with some new animation.
  
  See <a href="http://squeak.preeminent.org">http://squeak.preeminent.org</a> for more details and a picture of the game.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SqueakPipe-sbw.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SqueakPipe-sbw.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Pipes Games'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Algebraic (in category 'Uncategorized') -----
  Algebraic
  
  	self name: 'Algebraic'.
  	self version: '0.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This package is intented for providing you with various algebraic objects. Currently there is only support for complex numbers (quite useful) and matrices (very basic).
  
  Complex number collaborates with other kinds of numbers and vice versa.
  
  Matrix can be multiplied by some number.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Algebraic.1.cs'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Algebraic.1.cs'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Algebraic'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Array2D (in category 'Uncategorized') -----
  Array2D
  
  	self name: 'Array2D'.
  	self version: '1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'A simple 2D-Array implementation. 
  
  Neither storing nor sorting (otherwise inherited from ArrayedCollection) will work. Neither comparing nor most accessing mehods inherited from Sequenceable collection will work.  Actually, it''s a bad idea to inherit this class from collection at all!!!!!!
  
  This used to be part of the image. This SqueakMap package is provided
  for backward-compatibility.
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Array2D-md.1.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Array2D-md.1.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Array2D'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>ServicesBase (in category 'Uncategorized') -----
  ServicesBase
  
  	self name: 'Services-Base'.
  	self version: '23'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Support code and basic services for
  squeak. Does not depend on anything,
  but you might want to load :
  
  -Keymapping (from Steven Swerling and C. David Schaffer)
  -Services-Keymapping
  -Services-RB
  -Services-OB
  -Services-Whisker
  -BrowseUnit'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Services-Base-rr.23.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Services-Base-rr.23.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Services-Base'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>AioPlugin (in category 'Uncategorized') -----
  AioPlugin
  
  	self name: 'AioPlugin'.
  	self version: '1.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'AioPlugin provides support for asynchronous IO event notification. When an external IO event occurs, the event registration causes a Smalltalk semaphore to be signaled. A process can wait
  on this semaphore, thereby acting as an event handler for the external event. Currently this works with the Unix VM.
  
  UnixAioPlugin implements the primitives that interact with the aio mechanism in the Unix VM. Other platform-specific subclasses could be written to provide a compatible aio mechanism for
  other platforms.
  
  AioEventHandler provides image side support for aio event notification. An AioEventHandler is an object that waits for an external IO event to occur, then sends #changed to itself. Any
  object that is interested in the external event can register itself as a dependent of the AioEventHandler, and take appropriate action whenever the external event occurs.
  
  AioEventHanderExample demonstrate asynchronous read handers for file streams, OS pipes, standard input, and sockets. See class category ''examples''. Some examples require OSProcess.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/AioPluginV1-1.sar'.
  	self provides: #().
  
  	self dependsOn: #('VMMaker').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/AioPluginV1-1.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'AioPlugin'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>PlotMorph (in category 'Uncategorized') -----
  PlotMorph
  
  	self name: 'Plot Morph'.
  	self version: '3'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Morph to draw XY plots. See the methods testXXX in the class side.
  
  Try with:
      PlotMorph test.
      PlotMorph test2.
      PlotMorph test4.
      PlotMorph testWithReferences.
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/PlotMorph3-dgd.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/PlotMorph3-dgd.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Plot Morph'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>SUnitactivetutorial (in category 'Uncategorized') -----
  SUnitactivetutorial
  
  	self name: 'SUnit active tutorial'.
  	self version: '0.4'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Requires that SUnit 3.1 be installed (it is preinstalled in 3.6).
  
  This is a two part tutorial. Test Driven Programming consists of two activities -
  1. Extending the code so that it passes the tests.
  1. Extending the test suite to cover new/intended functionality.
  
  To get a taste of the first (and learn how to use the Test Runner), you should do the tutorial described in the class comment of the class LargestSuffixTest. For more practice, pick one of the failing tests from the weekly report, get it green, and submit your fix.
  
  To get a taste of the second, do the tutorial described in the class comments of  CommonPrefix, CommonPrefixTest and TestCompleteTest.
  
  If you want to read more about SUnit itself, you might find the articles below useful
  http://www.iam.unibe.ch/~ducasse/WebPages/Programmez/OnTheWeb/Eng-Art8-SUnit-V1.pdf
  http://www.xprogramming.com/testfram.htm
  
  old version comments:
  0.3 -
  First public version. Try it out, and if it seems unclear, please contact us to let us know. Making it very clear what to do is what a tutorial is all about...'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SUnit-Tutorial.st'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SUnit-Tutorial.st'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'SUnit active tutorial'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>ODBC (in category 'Uncategorized') -----
  ODBC
  
  	self name: 'ODBC'.
  	self version: '1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Very simple framework for ODBC support in Squeak. Use FFI to talk to ODBC32.dll, no other DLL is necessary.
  
  It works in Windows and in Unix.
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ODBC-dgd.10.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ODBC-dgd.10.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'ODBC'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>SqueakPrototypes (in category 'Uncategorized') -----
  SqueakPrototypes
  
  	self name: 'Squeak Prototypes'.
  	self version: '7'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Hans-Martin Mosner originally wrote some code to allow prototype objects to exist in the Squeak image.  All I have done is allow those objects to delegate their behavior to other objects.    This code is stable, in the sense that I am unlikely to change it...'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/System-Prototypes.7.cs'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/System-Prototypes.7.cs'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Squeak Prototypes'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>MemoryUsage (in category 'Uncategorized') -----
  MemoryUsage
  
  	self name: 'MemoryUsage'.
  	self version: ''.
  
  	info category: 'Uncategorized'.
  	info description: 
  'A ProgressMorph subclass to display the current VM memory in use.  I wrote
  this because the vm statistics menu item in the help menu is static; it
  doesn''t periodically update.
  
  Plus, it''s cool!!
  
  "MemoryUsage new openInWorld."
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/MemoryUsage.st.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/MemoryUsage.st.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'MemoryUsage'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37>>Seaside25 (in category 'as yet unclassified') -----
  Seaside25
  
      self name: 'Seaside'.
      info category: 'Uncategorized'.
      info description: 
  'A framework for building sophisticated web applications in Squeak.  Develop for the web using reusable, embeddable components and unique call/return semantics for moving between pages.
  
  Seaside requires a web server; the most commonly used is KomHttpServer.'.
      info maintainer: ''.
      info homepage: ''.
      info squeakMapID: ''.
      info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Seaside2.5b3.mcz'.
      self version: '2.5b3'.
  
      self provides: #().
  
      self dependsOn: #('KomHttpServer').
  
      self load: [
          Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Seaside2.5b3.mcz'.
      ].
  
-     self unloadDependsOn: { self taskUnloadDependants }.
      self unload: [
          Installer mc unload: 'Seaside2.5b3'.
      ].!

Item was changed:
  ----- Method: PackagesSqueak37U>>SeasideTesting (in category 'Uncategorized') -----
  SeasideTesting
  
  	self name: 'SeasideTesting'.
  	self version: '1.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This package extends SUnit to enhance testing of Seaside components.  Tutorial is available (see package web site).'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SeasideTesting-R1.1-cds.3.mcz'.
  	self provides: #().
  
  	self dependsOn: #('SUnit').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SeasideTesting-R1.1-cds.3.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'SeasideTesting'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Skeleton (in category 'Uncategorized') -----
  Skeleton
  
  	self name: 'Skeleton'.
  	self version: '0.4.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Skeleton is a easy scripting system with spreadsheet-like userinterface.  It handles an etoy''s slot as a spread sheet''s cell. So usercan describe declarative rules among morphs as spread sheet''s "=A1 +A2" style. It is similar with Visio''s "shape sheet", butSkeleton-sheet has more dynamic and real-time behavior.
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Skeleton-Base-0.4.1.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Skeleton-Base-0.4.1.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Skeleton'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>LanguageEditor (in category 'Uncategorized') -----
  LanguageEditor
  
  	self name: 'LanguageEditor'.
  	self version: '2.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Editor for Babel''s languages.
  
  Open it from
  
  	World Menu >> open... >> Language Editor         (to open on default language)
  	World Menu >> open... >> Language Editor for...  (to choose the language)
  
  Or evaluate:
  
  	LanguageEditor openOnDefault.
  	LanguageEditor open.
  
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Babel-Editor-dgd.1.mcz'.
  	self provides: #().
  
  	self dependsOn: #('Balloon3D').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Babel-Editor-dgd.1.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'LanguageEditor'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>ShoutWorkspace (in category 'Uncategorized') -----
  ShoutWorkspace
  
  	self name: 'ShoutWorkspace'.
  	self version: '1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'An optional package that installs a Syntax Highlighted Workspace, which can be opened from the World,open...,Shout Workspace menu item.
  Requires Shout.3 or later to be installed first.
  Previous versions of Shout applied syntax highlighting to all workspaces. This was annoying if the workspace was being used to edit plain text. Shout.3 no longer syntax highlights workspaces, hence the need for a distinct ShoutWorkspace.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ShoutWorkspace.1.mcz'.
  	self provides: #().
  
  	self dependsOn: #('Shout').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ShoutWorkspace.1.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'ShoutWorkspace'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Debuggerkeybindings (in category 'Uncategorized') -----
  Debuggerkeybindings
  
  	self name: 'Debugger - key bindings'.
  	self version: '1.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Provides F key bindings to support faster debugging. These keys are handled whereever your cursor is the debugger and pre-debugger windows. (Valid for windows-like keyboard having F1 to F12 keys)
  
  Debugger:
  F4 close
  F5 send (or sept into)
  F6 step (or step over)
  F7 step through
  F8 create - if corresponding package in SqueakMap is installed
  F9 proceed
  F10 restart
  F11 where
  
  PreDebugger
  F4 abandon
  F5 debug
  F8 create - if corresponding package in SqueakMap is installed
  F9 proceed'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Debugger-FKeys-TREG-1.cs'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Debugger-FKeys-TREG-1.cs'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Debugger - key bindings'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>MiniToDo (in category 'Uncategorized') -----
  MiniToDo
  
  	self name: 'MiniToDo'.
  	self version: '1.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Very simple task administration system.
  Developed mainly as a learning-project. A lot of features must be added.
  Sorry by the "spanglish" mix :)
  Need a PluggableListMorph.
  
  To start the app, evaluate:
  SistemaTareas new initialize openAViewOnMe'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/MiniToDo-gsa.1.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/MiniToDo-gsa.1.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'MiniToDo'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Logicexpressions (in category 'Uncategorized') -----
  Logicexpressions
  
  	self name: 'Logic expressions'.
  	self version: '1.0-alpha'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This was done as part of my master thesis project (directed by Dan Rozenfarb). I am using it myself and hope it can be useful to someone else.
  
  Try inspecting: LExpression fromString: ''{p=>q = not p or q}''
  See more examples in the Homepage and on the Logic-Tests category.
  
  I hope you enjoy it!!
  Dany'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Logic.sar'.
  	self provides: #().
  
  	self dependsOn: #('SmaCC').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Logic.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Logic expressions'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>HaltOnce (in category 'Uncategorized') -----
  HaltOnce
  
  	self name: 'HaltOnce'.
  	self version: '20040612'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'The most common method of "breakpointing" is to modify the code you are working on and include a  self halt in the right place. Sometimes, however, you find you have a looping operation or  some kind of recursive operation and you only want to stop one time. This enhancement provides methods on the class Object enabling these new techniques.
  
  See <a href="http://squeak.preeminent.org">http://squeak.preeminent.org</a> for details on use.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/HaltOnce-sbw.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/HaltOnce-sbw.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'HaltOnce'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>SPLPDFLibrary (in category 'Uncategorized') -----
  SPLPDFLibrary
  
  	self name: 'SPL PDF Library'.
  	self version: '1.0-21a'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Write PDF files directly from within Squeak using the PDF Library. The latest version has support for text, lines and TIFF images. The library was developed and extended at SPL WorldGroup for specific projects, and does what was needed for those projects. It is expected that the library will contine to be extended over time as feedback is received from the people using it.
  
  The library is available under a very unrestrictive licence, but it is nevertheless a license. Please read the license at: http://wiki.cs.uiuc.edu/VisualWorks/PDF+Library.
  
  Once you have loaded the package, have a look at PDFReportingSelfTest class>>test to get an idea of what the framework can do.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SPDF-1.0-021a.st.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SPDF-1.0-021a.st.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'SPL PDF Library'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>YAXO (in category 'Uncategorized') -----
  YAXO
  
  	self name: 'YAXO'.
  	self version: '2.0b'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'What''s new:
  - name space handling (turned off by default for compatibility)
    adopted the code provided by Simon to have proper name space handling. Largely untested, might break some of the existing applications. That''s why it is turned off by default.
  - some speed-up fixes by Andreas and myself
  - misc fixes
  - SAX handlers #ignorableWhitespace: and #comment: now get called correctly.
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Yaxo-2.0b.st.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Yaxo-2.0b.st.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'YAXO'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Dispatch (in category 'Uncategorized') -----
  Dispatch
  
  	self name: 'Dispatch'.
  	self version: '10'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This provides simple CLOS-like multiple dispatch for Smalltalk methods.  It operates on a selector naming convention.  For example, you might have a generic selector #add:to:, with more specific versions #addNumber:to:, addString:to:, add:toArray:, addDictionary:toDictionary:, and so on.  With this package loaded, you would implement the generic #add:to: method like this:
  
  add: x to: y
    ^ self dispatch
  
  The most specific of the add*:to*: methods, based on the classes of self, x and y, would be invoked.  From within one of the specific implementations, you can also send "self nextMethod", which will invoke the next-most-specific version - this is like a super send but more general.
  
  Currently, this experimental implementation is absurdly slow (maybe 10 sends/s).  In the future it will likely be sped up by 2 or 3 orders of magnitude.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Dispatch-avi.10.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Dispatch-avi.10.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Dispatch'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>NetStrings (in category 'Uncategorized') -----
  NetStrings
  
  	self name: 'NetStrings'.
  	self version: '1.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This is an implementation of the Netstring protocol as defined here: http://cr.yp.to/proto/netstrings.txt (by D. J. Bernstein, djbpobox.com). It adds the ability to read and write Netstrings onto any byte or character stream. Integer, ByteArray, and String can be converted to or from a Netstring. See the methods added to those classes (instance and class methods). Netstrings are handy for creating network protocols.
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/NetStrings.st'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/NetStrings.st'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'NetStrings'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>KomPackaging (in category 'Uncategorized') -----
  KomPackaging
  
  	self name: 'KomPackaging'.
  	self version: '1.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This package adds support for two types of urls, package and squeakmap...they take the forms:
  
  	sqpkg://httpserver.kom:6.1
  	sqmap://Named Process:1.1
  
  You can to interesting things with these URLs, such as install them:
  
  	''sqpkg://httpserver.kom:6.1'' asUrl install
  
  or, query whether or not a version of the package is currently installed:
  
  	''sqpkg://httpserver.kom:6.1'' asUrl isPresent
  
  Version 1.0:
  	- initial version'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/KomPackaging-1.0univ.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/KomPackaging-1.0univ.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'KomPackaging'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>NetMorphMapServer (in category 'Uncategorized') -----
  NetMorphMapServer
  
  	self name: 'NetMorph MapServer'.
  	self version: '0.2'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'MapServer serves WorldMap data to NetMorph clients.
  
  You may not need this, because the default server is running at:
  http://swikis.ddo.jp:8823/NetMorphAdminServer
  
  To run the server, just pick the NetMorph Server setting morph.
  
  -map server port -> port number of the server (default is 80)
  	The check box indicates the server is running.
  -map path -> local location of the WorldMap csv files'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/NMServer.14.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/NMServer.14.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'NetMorph MapServer'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>SortCriteria (in category 'Uncategorized') -----
  SortCriteria
  
  	self name: 'Sort Criteria'.
  	self version: '1.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'The Sort Criteria objects extend the standard SortCollection with an easy to
  use, simple yet powerful and dynamic sorting capability that can sort
  multiple ''columns'' or ''attributes'' of a collection of objects. It''s easy to
  rearrange the column sort ordering and the acending or decending state of the
  sort. It''s simple because it just works with SortedCollections as you currently
  use them. It''s powerful because you can sort any sequence of attributes in an
  object. It''s dynamic as a SortCriteria and it''s columns can be created on the
  fly by a user interface enabling the user to choose their own sort order and
  ascending/decending sequence.
  
  
  The SortCriteria and SortCriteriaColumn (and SortCriteriaTest for an example)
  are the classes that are added to the Smalltalk system. No changes to
  SortedCollection were required or other Smalltalk system classes.
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SortCriteria_Squeak_v1.st.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SortCriteria_Squeak_v1.st.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Sort Criteria'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>CropSketchMorphsandGrabScreenRecttoJPGforSqueak34 (in category 'Uncategorized') -----
  CropSketchMorphsandGrabScreenRecttoJPGforSqueak34
  
  	self name: 'Crop SketchMorphs and Grab Screen Rect to JPG for Squeak 3.4'.
  	self version: '15-apr-2003'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Provides a menu option to allow a crop operation on an existing SketchMorph. Very handy for modifying a SketchMorph on your desktop. Also provides basic change to how a rectangle is grabbed from the screen. A new crop/grab UI design is used.
  
  In addition, two new Utility methods were added and one was re-grouped. The new Utilities grabScreenAndSaveOnDiskAsJpeg will save the grabbed rectangle as a JPEG file. It also prompts you for the output file name. A default file name is provided.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/CropMorphOrGrabRect-sbw.released.cs'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/CropMorphOrGrabRect-sbw.released.cs'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Crop SketchMorphs and Grab Screen Rect to JPG for Squeak 3.4'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>SqueakMap2Base (in category 'Uncategorized') -----
  SqueakMap2Base
  
  	self name: 'SqueakMap2 Base'.
  	self version: '1.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'The base package for SqueakMap2. Contains the domain code.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SMBase-gk.63.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SMBase-gk.63.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'SqueakMap2 Base'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Freetype2FontDemo (in category 'Uncategorized') -----
  Freetype2FontDemo
  
  	self name: 'Freetype/2 Font Demo'.
  	self version: '5'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This SAR contains pre-rendered versions of the BitstreamVera family, along 
  with the FT2Font class and the BitBlt and other changes required to display 
  these fonts (with or without the enhanced BitBlt plugin, but since I''m the 
  only one right now with a copy of that plugin that doesn''t matter).
  
  It should work in a recent (3.7a) Squeak image; I have only tried it in a 5816 
  image.
  
  Arjen van Elteren wrote the original plugin and font code; I have modified it 
  to understand style changes (bold, italic, etc.) and to render properly in 
  the absence of the enhanced BitBlt modes that were provided by his plugins.
  
  There is also a plugin that speeds up drawing (which works under Linux right 
  now), and a plugin that interfaces with the Freetype/2 libraries. I will be 
  putting the code for all of these things on SqueakMap.
  
  I find them quite usable. They don''t have the arrows re-mapped; I could do 
  this easily if there is enough demand (the glyphs are (I believe) in the 
  original fonts)). I believe that the demo has characters in the Latin1 
  mapping, rather than MacRoman (I can fix this easily, but wanted to get a 
  sample out).
  
  Currently, the design of the FT2Font is very similar to the design of the 
  StrikeFont: the character glyphs (corresponding to characters whose values 
  are between 0 and 255) are stored in a single Form.
  
  So to use these for extended character sets would require a bit of tinkering. 
  However, the FT2 library interface is quite capable of working together with 
  something like TTCFont and producing better antialiased results.
  
  The font interface in Squeak should be unified; there is quite a bit of 
  overlap.
  
  The BitBlt changes could also benefit TTCFonts which are rendered in a single 
  color. Right now we''re caching 32-bit forms rendered in a single color. Using 
  this 8-bit deep encoding would mean that we could save at least 75% of the 
  memory, and more whenever we''re rendering the same glyphs in different 
  colors.
  
  I will be moving Arjen''s BitBlt changes out of mode 34 and into a new mode 
  (38?) soon.
  
  For reference, I''m using the auto-hinting in Freetype/2 (that is, my version 
  is compiled without the patent-encumbered interpreter).
  
  My current work on this package is in my Monticello repository at:
  http://bikenomad.microship.com/squeak/monticello/Misc/'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/FT2DemoInstall5-nk.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/FT2DemoInstall5-nk.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Freetype/2 Font Demo'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>DictionaryBrowser (in category 'Uncategorized') -----
  DictionaryBrowser
  
  	self name: 'DictionaryBrowser'.
  	self version: '0.2'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'DictionaryBrowser is a basic query and results browser for dictionary servers that implement the RFC 2229 dictionary server protocol.
  
  Use "DictionaryBrowser open" or "DictionaryBrowser openExistingWith: ''squeak''" to get started.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/DictionaryBrowser-rkris.4.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/DictionaryBrowser-rkris.4.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'DictionaryBrowser'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>LogEngine (in category 'Uncategorized') -----
  LogEngine
  
  	self name: 'LogEngine'.
  	self version: '2'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'A powerful and small LogEngine for Squeak!!
  A Sample usage is
  lc := LogClient getInstance: ''Client''.
  lc debug:''test1''.
  lc info:''test2''.
  
  When you create a LogClient, you must use the getInstance: method, passing a "Category Name"
  used to create a special category log file.
  
  LogClient features:
  + Integrated con Preferences (debug panel)
  + Can output on file and on Transcript on demand
  + Can print the method where the line is called
  + Can disable the debug level (only this for the meantime, sorry).
  + Easy to extend'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/LogEngine2.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/LogEngine2.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'LogEngine'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>CompletionEnhancements (in category 'Uncategorized') -----
  CompletionEnhancements
  
  	self name: 'Completion Enhancements'.
  	self version: '3'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Enhances squeak''s completion system, by
  proposing all completions in a menu 
  (keyboard-sensitive), includings class vars
  and temps vars if appropriate.
  
  Most recent version works in 3.7, but the older one works in
  squeak 3.2 to 3.6.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Completion-rr.3.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Completion-rr.3.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Completion Enhancements'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>PointerExplorer (in category 'Uncategorized') -----
  PointerExplorer
  
  	self name: 'PointerExplorer'.
  	self version: '3'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'A very simple subclass of the ObjectExplorer which works backwards: starting at a child it allows you to inspect the tree of its parents.  This is much more convenient than the ''objects pointing to this value'' menu item in the Inspector.
  
  eg:
  PointerExplorer new openExplorerFor: #to:do:
  
  (You can now also use ''explore pointers'' in the Inspector context menu).'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Tools-PointerExplorer-avi.3.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Tools-PointerExplorer-avi.3.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'PointerExplorer'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>SqCVS (in category 'Uncategorized') -----
  SqCVS
  
  	self name: 'SqCVS'.
  	self version: '0.51'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'SqCVS is a clean implementation of the CVS pserver protocol in Squeak.
  
  It is written on top of SocketStream - the highlevel Socket class found in the
  Comanche package. This means Comanche is a prerequisite.
  
  SqCVS has no UI and it still doesn''t know how to do "add" and "remove".
  But it knows how to do pretty much of the CVS protocol.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/CVS-0_51.st.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/CVS-0_51.st.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'SqCVS'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Train (in category 'Uncategorized') -----
  Train
  
  	self name: 'Train'.
  	self version: '0.2-alpha'.
  
  	info category: 'Uncategorized'.
  	info description: 
  ''.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Train.1.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Train.1.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Train'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>PropertyList (in category 'Uncategorized') -----
  PropertyList
  
  	self name: 'PropertyList'.
  	self version: '1.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Provides PropertyListStream which works much like DataStream or ReferenceStream, eg,
  
  dict := (PropertyListStream on: (FileStream fileNamed: ''foo.plist'')) next.
  
  Currently only supports Dictionaries, Arrays, and Strings.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/PropertyList.st'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/PropertyList.st'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'PropertyList'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>AppRegistry (in category 'Uncategorized') -----
  AppRegistry
  
  	self name: 'AppRegistry'.
  	self version: '1.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'AppRegistry is just a simple class that emerged from our attempts to create removal packages for applications like Celeste and Scamper. An AppRegistry holds a list of applications of a certain type (for example, mail senders or web browsers), so that you can get a web browser by writing "WebBrowser default" instead of hard-coding "Scamper".'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/AppRegistry.cs'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/AppRegistry.cs'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'AppRegistry'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>DirectoryPlugin (in category 'Uncategorized') -----
  DirectoryPlugin
  
  	self name: 'DirectoryPlugin'.
  	self version: '1.5'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'DirectoryPlugin runs on Unix and Windows, and provides a noticable improvement in many directory and file access methods. If you use CommandShell on Unix (Linux), you should see an
  overall 15X improvement based on timing the CommandShell SUnit tests with and without DirectoryPlugin.
  
  DirectoryPlugin provides access to file stat calls, which provides significant improvement to methods such as FileDirectory>>isAFileNamed, FileDirectory>>fileExists,
  UnixFileDirectory>>entryAt:, and similar methods.
  
  DirectoryPlugin provides a significant improvement in directory access speed on platforms with Posix style directory streams. It provides primitives for access to opendir(), readdir() and
  related calls, as well as stat() calls on named files. On Unix systems, this enables performance improvements for methods such asFileDirectory>>entries and
  FileDirectory>>fileAndDirectoryNames. The primitives run on Windows also, but do not improve performance.
  
  This change set hooks the directory stream primitives into UnixFileDirectory so they are in effect only for Unix systems. It hooks the file stat primitives into StandardFileStream and
  FileDirectory, so they provide performance improvements for both Windows and Unix systems.
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/DirectoryPluginV1-5-dtl.2.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/DirectoryPluginV1-5-dtl.2.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'DirectoryPlugin'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>SystemTracer2 (in category 'Uncategorized') -----
  SystemTracer2
  
  	self name: 'SystemTracer2'.
  	self version: '1.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This work is based on Anthony Hannan''s original SystemTracer2. It adds a RehashingSystemTracer that allows you to manipulate identity hash values during a trace. See the class comments for SystemTracer2 and RehashingSystemTracer for more details.
  
  RECOMMENDED: It is recommended that you load the "Large Collections" package (available on SqueakMap) to get better performance. A trace on my machine that took 9.7 minutes without large collections took only 2.5 minutes with large collections loaded. Large collections are recommended, but not required for SystemTracer2 to work.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SystemTracer2.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SystemTracer2.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'SystemTracer2'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>KomHttpServer (in category 'Uncategorized') -----
  KomHttpServer
  
  	self name: 'KomHttpServer'.
  	self version: '6.2'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'KomHttpServer is the Comanche web server package.  To get a simple web server running, install this package and evaluate the code below.  A simple file serving web server will be started and will serve the files in your default directory.
  
  	| ma |
  	ma := ModuleAssembly core.
  	ma serverRoot: FileDirectory default fullName.
  	ma documentRoot: FileDirectory default fullName.
  	ma directoryIndex: ''index.html index.htm''.
  	ma serveFiles.
  	(HttpService startOn: 8080 named: ''httpd'') plug: ma rootModule
  
  After starting the server, point your web browser to http://localhost:8080/
  
  If you have loaded Seaside, you can start a web server that serves Seaside based applications using the following configuration:
  
  	| ma seaside |
  	seaside := WAKom default.
  	ma := ModuleAssembly core.
  	ma serverRoot: FileDirectory default fullName.
  	ma alias: ''/seaside'' to: [ma addPlug: [:request | seaside process: request]].
  	ma documentRoot: FileDirectory default fullName.
  	ma directoryIndex: ''index.html index.htm''.
  	ma serveFiles.
  	(HttpService startOn: 8080 named: ''httpd'') plug: ma rootModule
  
  See the class comments of the various subclasses of ComancheModule for documentation and usage examples.
  
  ===== Release History =====
  Version 6.2:
  	- Added support for Squeak 3.6
  	- Now uses SocketStream from the network rewrite
  
  Version 6.1:
  	- (build #41) Fixes various issues for running on Mac OSX
  	- Packaged using KomPackaging (Squeak version only)
  	- Separated the services framework into a separate package called KomServices
  	- Added a module framework
  	- The following modules have been added (see the individual classes for details):
  		- ModCore - this is the core module and designed to be the root of a module assembly, it extracts basic information from the request and makes it available to sub-modules, it also handles http TRACE and OPTIONS methods
  		- ModMulti - this is a module designed only to wrap submodules into a single entity
  		- ModAlias - for mapping url prefixes to sub modules
  		- ModAuth - for authentication
  			- KomAuthDb - a very basic user and password database
  		- ModAutoIndex - for generating directory listings
  		- ModDir - for directory processing (including redirects to fix the trailing slash problem)
  		- ModDoc - for file location processing in a file server
  		- ModVhost - for name based virtual hosting
  			- ModVhostDoc - for document serving based on virtual host name
  			- ModVhostAlias - for module routing based on the virtual host name
  		- ModFile - for serving files
  		- ModLog - for logging http requests (not yet usable)
  			- KomLogger - writes out a log in CLF format
  			- KomTracer - writes out a detailed trace of http request/response pairs
  		- ModNotFound - if reached will generate a not found response
  		- ModSession - for client session handling
  			- KomSession - the session class used by ModSession (by default)
  	- Added ModuleAssembly to help in creating module assemblies
  	- Renamed classes:
  		- ComancheHttpService -> HttpService
  	- Removed classes
  		- BoundedStream
  		- HttpBadRequest
  		- HttpParser
  		- NetworkProtocolAdaptor
  		- NetworkRequest
  
  Version 6.0.1:
  	- Adds pluggability to ComancheHttpService (see class comments).
  
  Version 6.0:
  	- Initial ComancheNG release
  
  ===== Future Enhancement Plans =====
  
  - add WebDAV server capability (in a separate package)
  - synchronize with the network rewrite project
  - separate some of the http protocol support into a separate package and provide an Http/WebDAV client implementation (separate package)
  - rework the handling of chunked responses (using the SharedStreams package)
  - rework the handling of document uploads (via multipart/form-data) using the SharedStreams package
  - support chunked transfer encoding for incoming requests
  - Reify cookies and make them easier to work with
  - Slim down HttpRequest and HttpResponse such that they are only responsible for constructing requests and responses (currently, these classes are heavily overloaded)
  
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/KomHttpServer-6.2univ.sar'.
  	self provides: #().
  
  	self dependsOn: #('KomServices').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/KomHttpServer-6.2univ.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'KomHttpServer'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>MultiColumnListMorph (in category 'Uncategorized') -----
  MultiColumnListMorph
  
  	self name: 'MultiColumn List Morph'.
  	self version: '6'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'MultiColumnListMorph (and its related StackedStringMorph) are competitors for PluggableMultiColumnListMorph.  The speed is substantially faster than the the standard Pluggable... hieararchy, and there are some additional features (most notably the ability to add a header for the list).  Currently, this morph only takes arrays of arrays of strings as arguments.
  
  Please look at the class side of MultiColumnListMorph for examples.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/MultiColumn%20Lists-cbc.6.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/MultiColumn%20Lists-cbc.6.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'MultiColumn List Morph'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Cryptography (in category 'Uncategorized') -----
  Cryptography
  
  	self name: 'Cryptography'.
  	self version: '0.3'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'The cryptography package provides some basic cryptographic algorithms and
  protocols. This change set integrates algorithms implemented by several members 
  of the Squeak community, including Leandro Caniglia, John Maloney,
  Duane Maxwell, Luciano Notarfrancesco and Carlos Sarraute. There isn''t much
  documentation, but browsing the tests (CryptoTest) will give you a pretty good
  idea of how to use it.
  This package includes:
    - Symmetric key algorithms: DES, 3DES, AES (Rijndael), ARC4
    - Block cipher modes: CBC, CFB, OFB
    - Hash functions: MD4, MD5, SHA1
    - Public key algorithms: DSA, ElGamal, RSA
    - Other stuff: HMACs, Diffie-Hellman, a random pool, a secure prng, a primes finder'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Cryptography.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Cryptography.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Cryptography'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Games (in category 'Uncategorized') -----
  Games
  
  	self name: 'Games'.
  	self version: '22-4-2004'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Chess, FreeCell, SameGame, ChineseCheckers, Tetris and more
  
  Warning: use this if you deleted games using something like GamesRemoval, you must have Led*s classes in your image before filing in this.
  
  Depends on:
     - SarInstaller (present in 3.6a)
  
  If you want to load this on a image younger than 3.6 you must:
   - load GamesRemoval
   - load MCP changes
   - load KCP changes
   - load SarInstaller
   - load DeclarativePools
   - finally, you can file in Games
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Morphic-Games.5.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Morphic-Games.5.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Games'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>presentationstutorial (in category 'Uncategorized') -----
  presentationstutorial
  
  	self name: 'presentations tutorial'.
  	self version: '4'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'A "bookish" tutorial with detailed instructions on how to create presentations.  Most examples focus on use of the StackMorph, but many points apply to BookMorphs and Projects as well.
  
  You can load this tutorial directly in squeak by popping up the "Navigator" flap, clicking the "Find" button, selecting "Bobs SuperSwiki", select "presentations tutorial.004.pr", and click "OK".'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/presentations%20tutorial.004.pr'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/presentations%20tutorial.004.pr'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'presentations tutorial'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>AnnotatedMethodPuller (in category 'Uncategorized') -----
  AnnotatedMethodPuller
  
  	self name: 'AnnotatedMethodPuller'.
  	self version: '0.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Before you install this package, you must install MethodAnnotations.
  
  Gathers up items from class-side methods in the image with annotations saying <register: #(foo)>. Useful with the Registry class.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/AnnotatedMethodPuller.st'.
  	self provides: #().
  
  	self dependsOn: #('Method Annotations').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/AnnotatedMethodPuller.st'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'AnnotatedMethodPuller'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>RegularExpressionPlugin (in category 'Uncategorized') -----
  RegularExpressionPlugin
  
  	self name: 'Regular Expression Plugin'.
  	self version: '3.3.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This package is extensively documented, and comes with a large test suite. From the comments in the package:
  
  Regular expressions are a language for specifying text to ease the searching and manipulation of text.  A complete discussion of regular expressions is beyond the scope of this document.  See Jeffrey Friedl, Mastering Regular Expressions, by O''Reilly for a relatively complete.  The regular expressions supported by this package are similar to those presently used in Perl 5.0 5 and Python, and are based upon Philip Hazel''s excellent PCRE libraries (incorporated almost without change, subject to a free license described in Re aLicenseComment.  Thanks are due to Markus Kohler and Stephen Pair for their assistance in the initial ports of early versions of the Plugin.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Regex5.sar'.
  	self provides: #().
  
  	self dependsOn: #('VMMaker').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Regex5.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Regular Expression Plugin'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>SmallDEVS (in category 'Uncategorized') -----
  SmallDEVS
  
  	self name: 'SmallDEVS'.
  	self version: '2004-3-19'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'SmallDEVS is a new implementation of B. Zeigler''s DEVS formalism. Its design is based on Zeigler''s book "Theory of Modeling and Simulation" and partially inspired by Python DEVS  (http://moncs.cs.mcgill.ca/MSDL/research/projects/DEVS/).
  
  References:
  - Bernard P. Zeigler, Herbert Praehofer, Tag Gon Kim: "Theory of Modeling and Simulation. Integrating Discrete Event and Continuous Complex Dynamic Systems". Second Edition. Acadedemic Press, 2000
  - Python DEVS http://moncs.cs.mcgill.ca/MSDL/research/projects/DEVS/
  - Other DEVS implementations http://www.sce.carleton.ca/faculty/wainer/standard/tools.htm
  - One of DEVS tutorials (DEVSim++) http://sim.kaist.ac.kr/devsim/tutorial-ESS2001.pdf
  
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SmallDEVS.9.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SmallDEVS.9.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'SmallDEVS'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>PrimCallController (in category 'Uncategorized') -----
  PrimCallController
  
  	self name: 'PrimCallController'.
  	self version: '1.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'A PrimCallController (PCC) serves for switching external prim calls (primitiveExternalCall) on and off: this is helpful for e.g. testing of plugins.
  
  Dis/en-abling prims by a PCC works for *both* internal and external modules!!
  
  This package contains two concrete PCCs using totally different mechanisms for dis/en-abling prims, each has its value.
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/PrimCallController.23.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/PrimCallController.23.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'PrimCallController'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>BinarySavingMC (in category 'Uncategorized') -----
  BinarySavingMC
  
  	self name: 'BinarySavingMC'.
  	self version: '29'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'It adds a new preference "binary saving"'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/BinarySavingMC-ab.29.mcz'.
  	self provides: #().
  
  	self dependsOn: #('Monticello').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/BinarySavingMC-ab.29.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'BinarySavingMC'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>PostgreSQLClient (in category 'Uncategorized') -----
  PostgreSQLClient
  
  	self name: 'PostgreSQL Client'.
  	self version: '0.9.2'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Implements a native Smalltalk connection to PostgreSQL backend. See the "Frontend/Backend Protocol" chapter in the "PostgreSQL Programmer''s Guide" for more information.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/PostgreSQL-Client.20040126.cs'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/PostgreSQL-Client.20040126.cs'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'PostgreSQL Client'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>bonsexperimentsinalife (in category 'Uncategorized') -----
  bonsexperimentsinalife
  
  	self name: 'bons - experiments in alife'.
  	self version: '1.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'some experiments in alife. There are no unit tests and the code could use some improvements but it''s a fun playground to goof off in.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Morphic-alife-kdb.2.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Morphic-alife-kdb.2.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'bons - experiments in alife'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Cassowary (in category 'Uncategorized') -----
  Cassowary
  
  	self name: 'Cassowary'.
  	self version: '0.60'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This is a port of the Smalltalk version of Cassowary 0.60.  As the original authors put it, ''Cassowary is an incremental constraint solving toolkit that efficiently solves systems of linear equalities and inequalities.''.  More information can be found at:
  
  http://www.cs.washington.edu/research/constraints/cassowary/
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Cassowary.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Cassowary.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Cassowary'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>TimeZoneDatabase (in category 'Uncategorized') -----
  TimeZoneDatabase
  
  	self name: 'TimeZoneDatabase'.
  	self version: '1.2.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This is a time zone database for Smalltalk. It answers the number of seconds
  offset from UTC for any time zone at any point in time in the range of the
  database rule set, as well as the number of leap seconds for a point in time
  (for tzfiles which contain the leap second rules).
  
  A full time zone database requires access to tzfile data files, typically
  distributed with Unix (Linux) systems. A limited set of tzfile files is provided
  to initialize the database and demonstrate its functions.
  ~
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/TimeZoneDatabase-1-2-1-dtl.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/TimeZoneDatabase-1-2-1-dtl.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'TimeZoneDatabase'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>SharedStreams (in category 'Uncategorized') -----
  SharedStreams
  
  	self name: 'SharedStreams'.
  	self version: '1.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'SharedStreams introduces SharedBufferStream and SharedBidirectionalStream.
  
  SharedBufferStream is like a SharedQueue (FIFO) but for a stream of 
  bytes/characters instead of separate objects. It can be used as a "socket" 
  between Squeak processes in order for them to communicate with a stream 
  protocol.
  
  A SharedBidirectionalStream is like a "socket" between two (or more) Squeak 
  processes. Internally it uses two SharedBufferStreams, one for input and one for
  output. It handles multiple Processes at both ends.
  
  In order for the protocol to be the same no matter what side you are of the
  stream you can access the "other end" by calling #otherEnd.
  A SharedBidirectionalStream then creates a single mirror twin brother
  which it shares the two internal SharedBufferStream with - but with the inStream
  and outStream twisted.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SharedStreams-1_1.st.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SharedStreams-1_1.st.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'SharedStreams'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>TextFiles (in category 'Uncategorized') -----
  TextFiles
  
  	self name: 'TextFiles'.
  	self version: '1.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'TextFiles is a package for flexibly dealing with any sort of text file. 
  
  Features:
  * Provides buffered operations for efficiently reading and writing large files
  * Supports automatic line end conversions
  * Provides a framework for various encodings such as ISO-8859 etc.
  * Polymorphic with FileStream so you can create a TextFile just the way you would create a FileStream
  * Usable with internal as well as external streams, so you can convert text representations within Squeak too
  * Supports ''chunking'' to index files containing chunks of text more efficiently
  
  For a closer look check out the accompanying documentation.
  
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/TextFiles.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/TextFiles.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'TextFiles'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>KomServices (in category 'Uncategorized') -----
  KomServices
  
  	self name: 'KomServices'.
  	self version: '1.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  '===== Release Notes =====
  
  KomServices provides a framework for the creation and management of background processes.  A generic Service class is provided for this purpose.  Additionally, TcpService is provided for creating services that respond to inbound TCP connections.
  
  ===== Release History =====
  
  Version 1.0:
  	- initial version, this package is bourne out of KomHttpServer and renames a few classes:
  		- ComancheService -> Service
  		- ComancheNetService -> TcpService
  	- the old ConnectionHandler is dropped in favor of a cleaner TcpListener.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/KomServices-1.0univ.sar'.
  	self provides: #().
  
  	self dependsOn: #('DynamicBindings' 'KomPackaging').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/KomServices-1.0univ.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'KomServices'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>SARBuilder (in category 'Uncategorized') -----
  SARBuilder
  
  	self name: 'SARBuilder'.
  	self version: '8'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'SARBuilder lets you build .SAR (Squeak ARchive) packages from ChangeSets, Monticello packages, versions, or snapshots, or PackageInfo instances.
  Please see the class comments in SARInstaller'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SARBuilder.8.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SARBuilder.8.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'SARBuilder'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>FontSetCream (in category 'Uncategorized') -----
  FontSetCream
  
  	self name: 'FontSetCream'.
  	self version: '1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Cream font for Squeak (aka "PaloAlto" font)
  
  Nostalgia!! Maybe you have dug out the 1981 BYTE special Smalltalk issue, or seen old screenshots of Smalltalk-76 systems. Now you can have the funky font, too. (This was converted from a very old Mac PD CD-ROM (it was called "PaloAlto" and in 12 point only.)
  
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/FontSetCream.st'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/FontSetCream.st'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'FontSetCream'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>MonticelloCVS (in category 'Uncategorized') -----
  MonticelloCVS
  
  	self name: 'MonticelloCVS'.
  	self version: '123'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Allows Monticello packages to be filed in and out in the old .mc format for compatibility with CVS.  Provides the MCFilePackagePanel UI familiar to users of DVS.  Also supports resolving CVS conflict markers using the Monticello Merge Browser.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/MonticelloCVS-jf.11.mcz'.
  	self provides: #().
  
  	self dependsOn: #('Monticello').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/MonticelloCVS-jf.11.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'MonticelloCVS'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>X11Fonts (in category 'Uncategorized') -----
  X11Fonts
  
  	self name: 'X11Fonts'.
  	self version: '1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'SAR containing various X11 fonts using ISO-8859-15 encoding
  (similar to Latin-1 but the Euro sign is where it should be).
  
  Install from this archive to add TimesRoman, Helvetica, Courier
  and Fixed to the available system fonts, in various point sizes.
  Note that this archive neither creates any new methods in the
  image, nor does it create any files in the working directory during
  installation.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/x11fonts.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/x11fonts.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'X11Fonts'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>DiagramBrowser (in category 'Uncategorized') -----
  DiagramBrowser
  
  	self name: 'Diagram Browser'.
  	self version: '25-jul-2004'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'DiagramBrowser is a tool for building and classifying diagrams (or any kind of morphic drawing) in category tree fashion. 
  
  DiagramBrowser is part of the Jacarandá Project but can be downloaded and used independently.
  
  Note that this package does not provide shapes for making the diagrams. You can use the excelent Connectors package or install the complete Jacaranda package.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/DiagramBrowser-hpt.2.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/DiagramBrowser-hpt.2.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Diagram Browser'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>CollectionsMisc (in category 'Uncategorized') -----
  CollectionsMisc
  
  	self name: 'Collections-Misc'.
  	self version: '1.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Ported from the old collections-misc goodie by Mario Wolczko.
  
  This goodie contains a variety of methods and classes which
  add functionality to collections.  Nothing is particularly startling,
  but you may find the odd useful method.  I use these quite a lot.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Collections-Misc.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Collections-Misc.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Collections-Misc'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>XMLTransformer (in category 'Uncategorized') -----
  XMLTransformer
  
  	self name: 'XMLTransformer'.
  	self version: '1.0-alpha'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'With XMLTransformer you can bind Smalltalk code to any XML element.
  You can transform a XML into any other XML or finally in some other format ... Sound, Html, Pdf ... what you think of :)
  You can bind XML namespaces to a namespace class.
  You can bind XML elements to methods in a namespace class.
  
  After installing take a look at the examples and class comments in XMLT (Category XML-Transformer).
  
  Todo:
   - I have to create some example namespaces (Simplified Docbook).
   - Namespaces should be able to get parsed several times.
   - I need better solutions to avoid recursion.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/XMLT-1.0-alpha.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/XMLT-1.0-alpha.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'XMLTransformer'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>BrowserInheritanceIcons (in category 'Uncategorized') -----
  BrowserInheritanceIcons
  
  	self name: 'BrowserInheritanceIcons'.
  	self version: '1.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'I can''t remember the color codes of the inheritance button in the browser. The balloon description does not help too much, because I don''t know how mauve or tan are supposed to look like. And I think even synaesthetic people don''t associate pink with "is an override but doesn''t call super". I added a few icons and made it only signal super sends to an overridden method.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/BrowserInheritanceIcons-laza.4.cs'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/BrowserInheritanceIcons-laza.4.cs'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'BrowserInheritanceIcons'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>ConflictChecker (in category 'Uncategorized') -----
  ConflictChecker
  
  	self name: 'ConflictChecker'.
  	self version: '1.5'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Given a changeset filename, you can use this goodie to check an older .cs/.st file for conflicts with methods from more recent update-changesets in your image.  Its output is displayed in a Transcript window.
  
  Example usage: ''FilePackage conflictsWithUpdatedMethods: ''MyChangeSet.cs''.''  Or, use the ''conflicts with updated methods'' menu item or ''conflicts'' button in the FileList window.
  
  The ConflictChecker doesn''t just check to see which methods in a changeset would overwrite methods in the image... it actually checks to see if there have been more recent updates to the image since the changeset was created*, in which case the more recent methods would be overwritten by older methods from your changeset if you filed it in, which would likely break things.  It''s basically a 3-way conflict check.
  
  *It uses the latest update # from the .cs/.st file header as a basis for comparison.
  
  Generally, you should use a reasonably fresh image to do this, and the image should have update-changesets going as far back as possible (at least as far back as the changeset you want to test).'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ConflictChecker-1_5.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ConflictChecker-1_5.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'ConflictChecker'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>BlogBrowser (in category 'Uncategorized') -----
  BlogBrowser
  
  	self name: 'BlogBrowser'.
  	self version: '1.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'BlogBrowser is a minimal blog reader which supports the following features:
  
    - Subscribe to RSS and Atom feeds
  
    - Manage subscriptions in the Squeak image and save them to a text file
  
    - Tracks read/unread items (but only in the image)
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/BlogBrowser-rkris.6.mcz'.
  	self provides: #().
  
  	self dependsOn: #('Network-HTML' 'YAXO').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/BlogBrowser-rkris.6.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'BlogBrowser'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>AppearanceMenuRegistry (in category 'Uncategorized') -----
  AppearanceMenuRegistry
  
  	self name: 'Appearance Menu Registry'.
  	self version: '2003.4.15'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Provides a menu registry for the world appearance menu.  For example...
  
  	TheWorldMenu registerAppearanceCommand: {
  
  		''set desktop image...''. 
  
  		{FileList2. #openMorphicViewWithPreviewInWorld}. 
  
  		''open up an image browser to choose a new desktop background''}.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/AppearanceMenuReg-sbw.released.cs'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/AppearanceMenuReg-sbw.released.cs'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Appearance Menu Registry'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Compiler (in category 'Uncategorized') -----
  Compiler
  
  	self name: 'Compiler'.
  	self version: '1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'The Squeak compiler.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Compiler-md.2.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Compiler-md.2.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Compiler'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>GamesTests (in category 'Uncategorized') -----
  GamesTests
  
  	self name: 'GamesTests'.
  	self version: '2003-5-2'.
  
  	info category: 'Uncategorized'.
  	info description: 
  ''.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/gamesTests-asm.cs'.
  	self provides: #().
  
  	self dependsOn: #('Games').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/gamesTests-asm.cs'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'GamesTests'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>BFAV2 (in category 'Uncategorized') -----
  BFAV2
  
  	self name: 'BFAV2'.
  	self version: '2.11'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'The BFAV2 is a cleaned-up, faster, more powerful second version of the "BFAV"; the acronym stands for Bug Fixes Archive Viewer.  The BFAV2 is a tool meant to empower bug/fix/enhancement reviewers and harvesters in the Squeak community.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/BFAV-tlk.165.mcz'.
  	self provides: #().
  
  	self dependsOn: #('HTTPClient').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/BFAV-tlk.165.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'BFAV2'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>GLORPport (in category 'Uncategorized') -----
  GLORPport
  
  	self name: 'GLORP port'.
  	self version: '0.2.34'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'NOTE: After loading Glorp, the following test cases will fail,
  for the following reasons:
  
  GlorpDatabaseLoginTest>>testUnsuccessfulLogin
         This test is supposed to fail.  If it succeeds, there is a problem
  
  GlorpDatabasePlatformTest>>testReadTimestamp
  GlorpDatabasePlatformTest>>testReadTimestampNoTZ
  GlorpDatabasePlatformTest>>testReadTimestampOverflowDays
         Squeak TimeStamp instances don''t support milliseconds,
         and these three tests test for millisecond values.
  
  GlorpDatabaseTypeDBTest>>testNumeric
  GlorpDatabaseTypeDBRoundTripTest>>testNumeric
         Tests write a ScaledDecimal, but PostgreSQL treats it like a double float. When it is read back in, it doesn''t compare, so the test fails.
  
  I am in the process of writing GLORP documentation.  The current draft can be found here (NOTE: this documentation was written LONG ago, and haven''t been updated for quite some time!!!!):
  
  http://www.smalltalkpro.com/downloads/3.Tools/GlorpUserGuide.pdf.gz'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/GLORP.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/GLORP.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'GLORP port'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>SendTreeExplorer (in category 'Uncategorized') -----
  SendTreeExplorer
  
  	self name: 'SendTreeExplorer'.
  	self version: '1alpha'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This little goodie provides new tools SendTreeExplorer and MessageSendTree.  Like MessageTally, MessageSendTree traces the execution of a block in simulation. There are three key differences:
      1.	Rather than tallying the number of times each method is called in a given context, MessageSendTree traces and returns the exact tree of the sends made, in send order. 
      2.	MessageSendTree is designed to work with a SendTreeExplorer which presents the results in a hierarchical list view rather than flattened to a text pane. 
      3.	MessageSendTree allows all sends above a given method to be ignored, so that such a method can be conveniently traced deep in the execution of the block without the bother of wading through a long send chain to get there. '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SendTreeExplorer-JW.1.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SendTreeExplorer-JW.1.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'SendTreeExplorer'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Hobble (in category 'Uncategorized') -----
  Hobble
  
  	self name: 'Hobble'.
  	self version: '0.6'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Hobble is a simple simulation of TCP/IP data transfer across a network circuit.
  See the ReadMe window in the project for more information.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Hobble.006.pr'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Hobble.006.pr'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Hobble'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>SoapCoreClient (in category 'Uncategorized') -----
  SoapCoreClient
  
  	self name: 'SoapCoreClient'.
  	self version: '0.6'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'SoapCoreClient is a SOAP client implementation for Squeak. 
  
  It achieves some interoperability with other SOAP, such as SOAP4R, Splash/Spray, etc. Designed to be lean and simple.
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SoapCoreClient.sar'.
  	self provides: #().
  
  	self dependsOn: #('YAXO').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SoapCoreClient.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'SoapCoreClient'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Simulations (in category 'Uncategorized') -----
  Simulations
  
  	self name: 'Simulations'.
  	self version: '1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  ''.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Simulations.2.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Simulations.2.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Simulations'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>RefactoringBrowser (in category 'Uncategorized') -----
  RefactoringBrowser
  
  	self name: 'Refactoring Browser'.
  	self version: '32'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'The Refactoring Browser, a system browser that has additional menu items to perform refactorings on your code.  There are many supported refactorings, including renaming of methods and variables while simultaneously updating all accesses to those methonds and variables.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Refactory-md.3.7.32.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Refactory-md.3.7.32.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Refactoring Browser'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>JavaSerialization (in category 'Uncategorized') -----
  JavaSerialization
  
  	self name: 'Java Serialization'.
  	self version: '90-alpha'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Gives Squeak the ability to read in and write out Java serialized objects. It also includes a Java Class Loader. Great for debugging serialization problems in Java. Right now, I can load in any serialized stream, but those written with customized methods are just simple byte arrays. Future versions will use the class loader to make sense of this information. If you get any use out of it or have suggestions, let me know. I want it to become a way to interface to Java easily and the Smalltalk way. I want to do Java better than Java.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Java-btb.90.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Java-btb.90.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Java Serialization'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>ChuckRepository (in category 'Uncategorized') -----
  ChuckRepository
  
  	self name: 'Chuck Repository'.
  	self version: '1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This tells your image''s Monticello tools about Chuck''s code repository on SqueakSource.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ChuckRepository.1.cs'.
  	self provides: #().
  
  	self dependsOn: #('Monticello').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ChuckRepository.1.cs'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Chuck Repository'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>MinneStore (in category 'Uncategorized') -----
  MinneStore
  
  	self name: 'MinneStore'.
  	self version: '2.8'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Object Database Management System for
  Visual Smalltalk 3.1, Dolphin Smalltalk, VisualAge Smalltalk, VisualWorks Smalltalk and Squeak.
  
  Its licensed under the MIT License
  
  Download the 2.7, 2.8 and 2.9 version port from the Stephen Pope''s site ftp://ftp.create.ucsb.edu/pub/stp/OODB/'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SMS.2.08.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SMS.2.08.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'MinneStore'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Manzana (in category 'Uncategorized') -----
  Manzana
  
  	self name: 'Manzana'.
  	self version: ''.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Really simple physics simulations with Morphs.
  
  Every Morph with mass contained in ManzanaUniversePasteUpMorph or in ManzanaPlanetPasteUpMorph with mass will be part in a simple simulation.
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Manzana-2003-01-21.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Manzana-2003-01-21.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Manzana'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>OSProcessPlugin (in category 'Uncategorized') -----
  OSProcessPlugin
  
  	self name: 'OSProcessPlugin'.
  	self version: '3.3'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'OSProcessPlugin (OSPP) provides access to Unix/Linux and Windows operating system
  functions. OSPP is used by OSProcess for low level system access. Stub classes
  are provided for other operating systems (porting assistance welcome).
  
  OSProcessPlugin contains the complete source code for the Unix and Windows
  OSProcessPlugin (OSPP). Generate the plugin with VMMaker. No external support code
  is required.
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/OSProcessPluginV3-3.sar'.
  	self provides: #().
  
  	self dependsOn: #('VMMaker').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/OSProcessPluginV3-3.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'OSProcessPlugin'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Folktale (in category 'Uncategorized') -----
  Folktale
  
  	self name: 'Folktale'.
  	self version: '0.51'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Folktale is a useful command shell for headless Swiki user.
  You can log in squeak image through telnet client at localhost port 4919.
  Try
  
  $ squeak -headless squeak.image Folktale.st &
  
  Useful expressions and pseudo variables.
  Jump result object unless your query has dot(.) at end.
  ----
  Basic command is follwed
  help -- This message.
  exit  -- Exit.
  self -- Current object.
  ii -- Inspect self.
  history -- Show history.
  back -- Back.
  
  q -- The agent (me).
  q usefulExpressions -- Show more useful expressions.
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Folktale-051.st'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Folktale-051.st'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Folktale'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>BTree (in category 'Uncategorized') -----
  BTree
  
  	self name: 'BTree'.
  	self version: '28'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This is an implementation of the BTree data structure as a Smalltalk collection.  It provides log(n) inserts, deletes, and retrieves of values by key.  The keys have to be sortable (ie, Magnitudes).
  
  This is useful in situations where you want to minimize the number and size of individual objects that need to be accessed when using a large collection - for example, when objects are being swapped out to an object database such as GOODS.  It is probably not a good choice for a collection that will be kept entirely in memory.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Collections-BTree-avi.28.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Collections-BTree-avi.28.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'BTree'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>ZigZag (in category 'Uncategorized') -----
  ZigZag
  
  	self name: 'ZigZag'.
  	self version: '0.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Categoring system influenced by Ted Nelson''s ZigZag with graphical visualisation.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/zigzag.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/zigzag.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'ZigZag'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>IRCBot (in category 'Uncategorized') -----
  IRCBot
  
  	self name: 'IRCBot'.
  	self version: '2.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'see homepage for instructions on how to use and set up the bot.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Network-IRC%20Bot.st'.
  	self provides: #().
  
  	self dependsOn: #('IRCe').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Network-IRC%20Bot.st'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'IRCBot'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>ProgrammingMorphs (in category 'Uncategorized') -----
  ProgrammingMorphs
  
  	self name: 'ProgrammingMorphs'.
  	self version: '1.0.4'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This Squeak book gives you an interactive introduction to programming your own morphs: each time you read about a feature, you first get to try it out live, and then you are given a small programming exercise to really practice with it.
  
  If you find yourself wanting to write a new kind of morph, but you don''t know how to get started, then this is a good place to go.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ProgrammingMorphs.4.pr'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ProgrammingMorphs.4.pr'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'ProgrammingMorphs'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Celeste (in category 'Uncategorized') -----
  Celeste
  
  	self name: 'Celeste'.
  	self version: '1.23'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'An email reader for Internet email.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Network-Mail%20Reader-ls.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Network-Mail%20Reader-ls.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Celeste'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>ShoutTraits (in category 'Uncategorized') -----
  ShoutTraits
  
  	self name: 'ShoutTraits'.
  	self version: 'Alpha.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Shout.2 and Traits Beta1 must be installed first.
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ShoutTraits.4.mcz'.
  	self provides: #().
  
+ 	self dependsOn: #('Shout' 'Traits').
- 	self dependsOn: #('Traits' 'Shout').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ShoutTraits.4.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'ShoutTraits'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Poses (in category 'Uncategorized') -----
  Poses
  
  	self name: 'Poses'.
  	self version: '0.11'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'The idea is to make it easier to work directly with individual objects on the screen. So instead of calling up a Class Hierarchy Browser, you might say, "Bring me the family tree of this class, arranged on the screen to look like a tree," and the objects will just sorta slide into place. You''ll also be able to create "ad hoc" poses - "Remember the arrangement of morphs on the screen now."
  
  The result, I hope, will be an environment that makes you feel like you''re really getting your hands directly on the objects, rather than using "tools" to manipulate them like we do today.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Poses.st'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Poses.st'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Poses'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>OSProcess (in category 'Uncategorized') -----
  OSProcess
  
  	self name: 'OSProcess'.
  	self version: '3.2.2'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'OSProcess provides access to operating system functions, including pipes and
  child process creation. It is implemented using pluggable primitives in shared
  library (.so file) for Unix or Linux, and a DLL for Windows. The Smalltalk code,
  including the classes which implement pluggable primitives for Unix or Win32
  operating system functions, may be loaded into any Squeak image, but the
  primitives are only useful on Unix and Windows systems. Placeholder classes
  are provided for MacOS, OS/2 and RiscOS, but are not yet implemented.
  
  If you use OSProcess, you will probably also want CommandShell.
  VM builders will also want to load OSProcesPlugin and XDisplayControlPlugin.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/OSProcessV3-2-2-noChat.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/OSProcessV3-2-2-noChat.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'OSProcess'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>MorphicWrappers (in category 'Uncategorized') -----
  MorphicWrappers
  
  	self name: 'MorphicWrappers'.
  	self version: '3.6-5325-c'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'With MorphicWrappers you can put any object in a MorphicWorld.
  Simply click on the world (or any other target for your sentence, then
  press <tab> an write a Smalltalk expression, once you press enter the resulting object will be included in your world.
  
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/MW-3.6-5325-c.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/MW-3.6-5325-c.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'MorphicWrappers'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>XDisplayControlPlugin (in category 'Uncategorized') -----
  XDisplayControlPlugin
  
  	self name: 'XDisplayControlPlugin'.
  	self version: '1.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'The XDisplayControlPlugin package provides primitives for controlling the connection to an X display server for Squeak. Currently, this is useful for the Unix VM, but in principle can be used for any platform that can provide an X server, such as Win32, Mac OS, or OpenVMS. A running Squeak image may call these primitives to become headless, to open a display on an X server from a headless Squeak, or to connect itself to another X server.
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/XDisplayControlPluginV1-0.2.sar'.
  	self provides: #().
  
  	self dependsOn: #('VMMaker').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/XDisplayControlPluginV1-0.2.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'XDisplayControlPlugin'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>IvapParser (in category 'Uncategorized') -----
  IvapParser
  
  	self name: 'IvapParser'.
  	self version: '1.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Instructions for using the "IVAP" Parser
  by Stephen Pair
  
  "IVAP" is an acronym for "Instance Variable Acess Protecting"; thus what we have is an instance variable acess protecting parser. The IVAP Parser enables you to selectively compile message sends where instance variable accessing bytecodes would normally appear. This effectively enables you to trap all reads and writes to instance variables without needing to write special code in your class to do so. Additionally, the "inst var refs..." and "inst var defs..." functionality of the system is modified to be aware of such specially compiled methods.
  
  You can choose to enable this special compiling behavior on a class by class basis. Additionally, you can control which methods within a class use the special compiling behavior. To enable a class to trap inst var access, you first need to override #useInstVarAccessorMethods in your class (on the class side) to answer true. Then, you can override one or both of #selectorForInstVarAccess or #selectorForInstVarMutation to answer the specific messages that you want to have sent when an attempt is made to access an instance variable. See those methods for details on the signature of those methods. You do not need to override both methods; thus you can choose to trap only reads or only writes.
  
  That is it!! Any methods that you compile in your class will now trap inst var reads and/or writes (it is up to you to actually implement the messages that are sent to access instance variables).
  
  You may also be more selective in which methods will actually trap reads and/or writes by overriding #normallyCompiledMethods and/or #useInstVarAccessorMethodsFor:.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/IvapParser.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/IvapParser.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'IvapParser'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>BRegexpforSqueak (in category 'Uncategorized') -----
  BRegexpforSqueak
  
  	self name: 'BRegexp for Squeak'.
  	self version: '2'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'BRegexp is Perl5 compatible regular expression library for Squeak.
  -Supports multilingualized Squeak.
  -Supports only Windows environment.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/BRegexp.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/BRegexp.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'BRegexp for Squeak'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>SokobanEnhanced (in category 'Uncategorized') -----
  SokobanEnhanced
  
  	self name: 'Sokoban Enhanced'.
  	self version: '20040425'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Sokoban is a wonderfully addictive little puzzle game. This is an enhanced version of the original version as found on Squeak Map. The original version was published for Squeak by Robert Hirschfeld.
  
  After playing it for a while I made a few enhancements to the game. A lot of the changes were cosmetic. But the most important enhancement is that an undo command was added. The game is a lot more playable. All the original rules about moves and the original puzzle/board configurations are intact. I just added a move stack that allows you to use the "z" key and roll-back any move you had already made. I also added a move that allows the use of the Control key modifier and causes a move to repeat. It''s easier to just try it than explain it here.
  
  To see a picture of the game look here: <a href="http://squeak.preeminent.org">http://squeak.preeminent.org</a>'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Games-Sokoban-sbw.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Games-Sokoban-sbw.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Sokoban Enhanced'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>FlapsRegistry (in category 'Uncategorized') -----
  FlapsRegistry
  
  	self name: 'FlapsRegistry'.
  	self version: '2003-4-14'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'a tool can be registered to appear in a flap
  
  for an example:
  -select the next two lines and do it
  Flaps registerQuad: #(FileList2 openMorphicViewInWorld	''Enhanced File List''
  ''A nicer File List.'')
  	forFlapNamed: ''Tools''.
  Flaps replaceToolsFlap
  
  -if you don''''t like the FileList2 in the tools flap, remove it with the next
  two lines:
  Flaps unregisterQuadsWithReceiver: FileList2 fromFlapNamed:''Tools''.
  Flaps replaceToolsFlap
  
  Note: after registering or unregistering, the flap need to be 
  manually recreated see Flaps class>>replace*Flap methods'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/dinamicFlaps-asm.8.cs'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/dinamicFlaps-asm.8.cs'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'FlapsRegistry'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>IRCe (in category 'Uncategorized') -----
  IRCe
  
  	self name: 'IRCe'.
  	self version: '10.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'A client for Internet Relay Chat (IRC).'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Network-IRC-fc.10.1.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Network-IRC-fc.10.1.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'IRCe'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>rSTRemoteSmalltalk (in category 'Uncategorized') -----
  rSTRemoteSmalltalk
  
  	self name: 'rST - Remote Smalltalk'.
  	self version: ''.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Framework for supporting distributed Squeak objects. The main goal of the project is transparency, so you don''t need to change your objects to become remote. Another goal is to handle intermittence in the availability of the images, so PDA and Notebooks can interoperate in a distributed environment. Each object decides to pass "as copy" or "as reference", in the default implementation all objects pass "by reference" but Booleans, String, Character, Number and UndefinedObject (see implementors of #remoteType).
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/rST-dgd-19-March-2002.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/rST-dgd-19-March-2002.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'rST - Remote Smalltalk'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>BerkeleyDBPlugin (in category 'Uncategorized') -----
  BerkeleyDBPlugin
  
  	self name: 'Berkeley DB Plugin'.
  	self version: '1.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This is an interface to Sleepycat''s Berkeley DB (www.sleepycat.com).  Currently, it supports simple database creation and manipulation using the BTREE access method.  The plan is to eventually grow this implementation to support the complete Berkeley DB api.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/BerkeleyDB.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/BerkeleyDB.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Berkeley DB Plugin'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>ScreenShotMorph (in category 'Uncategorized') -----
  ScreenShotMorph
  
  	self name: 'Screen Shot Morph'.
  	self version: '0.0.0.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'A morph helping you to make a screenshot. The morph should open
  in the top left corner of the screen. Double click
  will activate the morph. You have 5 seconds before 
  the screen shot is taken.
  
  - Originally written by Lex Spoon
  - Torsten added image, double click behavior
  - the morph now hides itself if the screenshot is taken'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ScreenShotMorph.1.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ScreenShotMorph.1.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Screen Shot Morph'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>PackageInfo (in category 'Uncategorized') -----
  PackageInfo
  
  	self name: 'PackageInfo'.
  	self version: '17'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Provides a mechanism for categorizing Squeak code by means of a simple naming convention.  Used mainly by versioning systems and analysis tools.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/PackageInfo-Base-avi.17.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/PackageInfo-Base-avi.17.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'PackageInfo'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>CompletionMorph (in category 'Uncategorized') -----
  CompletionMorph
  
  	self name: 'Completion Morph'.
  	self version: '0.15-alpha'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Completion system with pop up listing morph
  
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/CompletionMorph-0-15.cs'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/CompletionMorph-0-15.cs'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Completion Morph'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>PWSInstallation (in category 'Uncategorized') -----
  PWSInstallation
  
  	self name: 'PWS Installation'.
  	self version: '0.2gt1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'The Pluggable WebServer (PWS) is a web server and toolkit for flexibly creating CGI scripts. Mark Guzdial designed and implemented it to help him create different kinds of collaborative tools: e.g. Virtual Other-Than-Communities. PWS builds on the work of Georg Gollmann and Tim Jones.
  
  PWS is mostly obsolete now, and is superseded by the newer Comanche web server.
  
  This version of PWS has been slightly modified:
  
  	1. It replaces all uses of getData by receiveData in order to pevent a crash.
  
  	2. The default setting of serverDirectory is the current directory.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/PWS-0.2gt1.st.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/PWS-0.2gt1.st.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'PWS Installation'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>MorseCode (in category 'Uncategorized') -----
  MorseCode
  
  	self name: 'Morse Code'.
  	self version: '2'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Send messages in morse code. Set the character speed and pitch, then
  start sending messages. Uses QueueSound class.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/MorseCode.02.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/MorseCode.02.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Morse Code'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>ScriptingWorkspace (in category 'Uncategorized') -----
  ScriptingWorkspace
  
  	self name: 'Scripting Workspace'.
  	self version: '1.22-apha'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This is meant to be a workspace for people familiar with scriping languages like Javascript, Ruby, Python, or Perl. It gives the workspace the ability to add classes and methods.
  
  See ScriptingWorkspaceTest for examples.
  
  "Do This To See It"
  ScriptingWorkspace open'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/btb-ScriptingWorkspace-btb.22.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/btb-ScriptingWorkspace-btb.22.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Scripting Workspace'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>DHBNumericalAnalysis (in category 'Uncategorized') -----
  DHBNumericalAnalysis
  
  	self name: 'DHB Numerical Analysis'.
  	self version: 'CS 4 1.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  ''.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/DHBSqueakNumerical-1.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/DHBSqueakNumerical-1.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'DHB Numerical Analysis'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Units (in category 'Uncategorized') -----
  Units
  
  	self name: 'Units'.
  	self version: '1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'The Units package allows you to represent, convert, and perform arithmetic with physical unit values (e.g. distances, velocities, accelerations, etc).
  
  There is not much formal documentation, but most of the classes in this package have comments. The most important methods are those in Unit and UnitValue. You should look through all those.
  
  To add your own units, see the classes BaseUnit, DerivedUnit, NamedUnit, and PrefixedUnit, and look through the initialization code. You should duplicate what is done there to add your own units. Remember to send Unit initialize to make your changes take effect.
  
  Note that you can send  Unit printAbbreviated: true  or  Unit printAbbreviated: false  to control how units print.
  
  Ported to Squeak by Helge Horch'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Units-md.2.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Units-md.2.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Units'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Ephemerons (in category 'Uncategorized') -----
  Ephemerons
  
  	self name: 'Ephemerons'.
  	self version: '1.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'An Ephemeron is an object which refers strongly to its contents as long as the
  Ephemeron''s key is not garbage collected, and weakly from then on. Ephemerons 
  solve a problem which is commonly found when trying to "attach" properties to 
  objects by using a registry. When some property should be attached to an 
  object, the property should (in terms of GC behavior) typically have the life-
  time that an instance variable of this object would have. However, this is 
  complicated by having an external association between the object and its 
  property such as:
  
  registry ------------> association -------------> object
  			   |
  			   |
  			   |
  			   v
  			property
  
  Here, the registry (a third party) will hold onto the association itself which 
  would require manual removal from the registry (instead of automated garbage 
  collection). While this problem can be always be solved in any given concrete 
  situation by using one of the various weak association types, choosing 
  the ''right'' kind of association depends on a variety of factors some of which 
  can change dynamically.
  
  Ephemerons solve this problem by defining that the ''contents'' (value) of an 
  Ephemeron will be held strongly until the key is known to be garbage 
  collected. From then on, the contents of the ephemeron will be held weakly. 
  Therefore, the contents of an ephemeron can only become eligible for garbage 
  collection if and only if the key is garbage collectable which is the exact 
  behavior which we would observe for an instance variable of the object.
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Ephemerons.cs'.
  	self provides: #().
  
  	self dependsOn: #('VMMaker').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Ephemerons.cs'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Ephemerons'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>UpdateStreamsforSqueakMap (in category 'Uncategorized') -----
  UpdateStreamsforSqueakMap
  
  	self name: 'UpdateStreams for SqueakMap'.
  	self version: '1.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Provide the ability to host individual update streams for any package at SqueakMap. Right now, this relies on a hack in the package description which has to include the following lines somewhere:
  
  [loadUpdatesAt: http://isgwww.cs.uni-magdeburg.de/~raab/squeak/packages/SMUpdateStreams]
  [storeUpdatesAt: ftp://raab@luxator.cs.uni-magdeburg.de/~/public_html/squeak/packages/SMUpdateStreams]
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SMUpdateStreams.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SMUpdateStreams.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'UpdateStreams for SqueakMap'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>ShoutOmniBrowser (in category 'Uncategorized') -----
  ShoutOmniBrowser
  
  	self name: 'ShoutOmniBrowser'.
  	self version: 'Alpha.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Enables Shout with OmniBrowser (1.0a3).
  Shout.2 and OmniBrowser1.0a3 must be installed first.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ShoutOmniBrowser.4.mcz'.
  	self provides: #().
  
  	self dependsOn: #('OmniBrowser' 'Shout').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ShoutOmniBrowser.4.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'ShoutOmniBrowser'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>ECoDEDesignEnvironment (in category 'Uncategorized') -----
  ECoDEDesignEnvironment
  
  	self name: 'ECoDE Design Environment'.
  	self version: '3.0.5'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Ectropic Design supports object-oriented analysis (OOA), object-oriented design (OOD), and object-oriented programming (OOP) in Squeak.  Our goal is to bring more order to projects suffering from entropy - the tendancy for code and design to become more disordered as it matures.  We believe that design critics, collaboration, code generation, code import, and tightly integrated design and coding concepts allow users to impose more order on a new or existing project.  OOA Tools:  CRC Cards with a diagram layout, Scenarios, and a Goal Tree all connected by common responsibilities.  OOD Tools:  Simplified UML class diagram.  OOP Tools:  Code Generation, and Code Import.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ECoDE-v3-0-5.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ECoDE-v3-0-5.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'ECoDE Design Environment'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Lisp (in category 'Uncategorized') -----
  Lisp
  
  	self name: 'Lisp'.
  	self version: '1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'GUI works only in MVC.
  
   How to start
  
   1) evaluate:
  
   LispInterpreter open
  
   or
  
   LispInterpreter fullOpen
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Lisp-md.1.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Lisp-md.1.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Lisp'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>WhiskerBrowser (in category 'Uncategorized') -----
  WhiskerBrowser
  
  	self name: 'Whisker Browser'.
  	self version: '1.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Whisker is a different sort of object-oriented code browser for the Squeak Smalltalk environment.
  
  The goal of the Whisker Browser (a.k.a. Stacking Browser) is to provide a simple and intuitive way to view the contents of multiple classes and multiple methods simultaneously, while using screen real estate efficiently and not requiring a lot of window moving/resizing. It does this by introducing the concept of subpane stacking. The principles behind Whisker could potentially be used by browsers for other object-oriented languages (Java, Python, etc.).
  
  To open the Whisker Browser, use the ''open...''/''Whisker Browser'' menu item in the World menu.
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Whisker1_0-Sq37.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Whisker1_0-Sq37.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Whisker Browser'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Assertions (in category 'Uncategorized') -----
  Assertions
  
  	self name: 'Assertions'.
  	self version: '1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This is the port of Vassili Bykov''s assertions for Squeak, originally released for Squeak 2.7
  (yes, 1.0 version later ...).
  
  The port includes now a preference to toggle assertions on or off,
  and a unit test to show you it works ;-)'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Assertions-rr.4.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Assertions-rr.4.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Assertions'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>KGraph (in category 'Uncategorized') -----
  KGraph
  
  	self name: 'KGraph'.
  	self version: '0.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'General purpose graph package.  Or it will be if it gets finished ;-)'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/KGraph-Propertied-jcg.1.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/KGraph-Propertied-jcg.1.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'KGraph'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>WarpSketchMorph (in category 'Uncategorized') -----
  WarpSketchMorph
  
  	self name: 'WarpSketchMorph'.
  	self version: '1.12'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Playing with squeak morphic, I saw WarpBlt which seems to provide exactly the functionality I need to port an old java applet I did in 1997. WarpSketchMorph is a Morphic implementation similar to my DynFlex applet. Most fun is modifying images of faces.
  
  You can create a WarpSketchMorph either by evaluating
  WarpSketchMorph new openInWorld.
  and choose an image with the "Choose new graphic..." halo menu item or use
  (WarpSketchMorph withForm: <yourForm>) openInWorld.
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/WarpSketch.012.pr'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/WarpSketch.012.pr'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'WarpSketchMorph'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Exupery (in category 'Uncategorized') -----
  Exupery
  
  	self name: 'Exupery'.
  	self version: '0.4'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Exupery is a byte code compiler written in Squeak. It has been written fully test first with both customer and acceptance tests.
  
  The project is a personal master work, it is meant to both be useful in itself and help me improve my personal programming skills.
  
  It is going to be a compiler for leaf methods first, providing an alternative to writing plugins as a performance improvement.
  
  The programming exersize is complexity control. Compilers are much harder to write than interpreters yet in theory they should be intermediate generation (equivilent to the interpreter) plus a back-end. Both parts are individually well understood.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Exupery-wbk.26.mcz'.
  	self provides: #().
  
  	self dependsOn: #('VMMaker').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Exupery-wbk.26.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Exupery'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Connectors (in category 'Uncategorized') -----
  Connectors
  
  	self name: 'Connectors'.
  	self version: '2.0.173'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Connectors is an application for making structured/connected drawings in Morphic. It adds a new kind of Morph (NCConnectorMorph) that can connect other Morphs together (and stay connected). There are also a number of other shapes, flaps, and tools for making your own drawings.
  
  It comes with some sample shapes in flaps for making UML class diagram and state diagrams.
  
  It''s also a framework for making your own structured drawing editors. There is an easy to use API for querying drawing structure, constructing drawings, and more.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ConnectorsBasic-173-Squeak37g.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ConnectorsBasic-173-Squeak37g.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Connectors'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>ShoutWhisker (in category 'Uncategorized') -----
  ShoutWhisker
  
  	self name: 'ShoutWhisker'.
  	self version: 'Alpha.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Enables Shout with the Whisker Browser (1.0).
  Whisker Browser 1.0 and Shout.2 must be installed first'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ShoutWhisker.2.mcz'.
  	self provides: #().
  
  	self dependsOn: #('Shout' 'Whisker Browser').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ShoutWhisker.2.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'ShoutWhisker'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Sokoban (in category 'Uncategorized') -----
  Sokoban
  
  	self name: 'Sokoban'.
  	self version: '0.1.3'.
  
  	info category: 'Uncategorized'.
  	info description: 
  '"The object of Sokoban is to push all stones (or boxes) in a maze, such as the one to the right, to the designated goal areas. The player controls the man and the man can only push stones and only one at a time. The restriction of only being able to push the stones makes this game challenging: One can create unsolvable positions. Players will soon learn that this is the main obstacle in solving problems. Advanced players also try to find shorter and shorter solutions, measured in stone pushes and man moves." (http://www.cs.ualberta.ca/~games/Sokoban/)'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Sokoban.19Jul1841.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Sokoban.19Jul1841.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Sokoban'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>ROE (in category 'Uncategorized') -----
  ROE
  
  	self name: 'ROE'.
  	self version: '42'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'A library for manipulating relational queries as first class Smalltalk expressions, and generating SQL from them.
  
  There''s no documentation yet, but you can maybe muddle through using the test cases and some comments I made on my blog here:  http://www.cincomsmalltalk.com/userblogs/avi/blogView?searchCategory=databases .
  
  Requires the PostgreSQL Client.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Roe-avi.42.mcz'.
  	self provides: #().
  
  	self dependsOn: #('PostgreSQL Client').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Roe-avi.42.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'ROE'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>AspectS (in category 'Uncategorized') -----
  AspectS
  
  	self name: 'AspectS'.
  	self version: '0.4.6'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'AspectS is an approach to general-purpose aspect-oriented programming 
  in the Squeak/Smalltalk environment. Based on concepts of AspectJ 
  it extends the Smalltalk metaobject protocol to accommodate the 
  aspect modularity mechanism. In contrast to systems like AspectJ, 
  weaving and unweaving in AspectS happens dynamically at runtime, 
  on-demand, employing metaobject composition. Instead of introducing 
  new language constructs, AspectS utilizes the expressiveness of 
  Smalltalk itself as a pointcut language.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/AspectS.25Jun1255.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/AspectS.25Jun1255.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'AspectS'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>OggVorbis (in category 'Uncategorized') -----
  OggVorbis
  
  	self name: 'OggVorbis'.
  	self version: '0.2-pre-alpha'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'A pure smalltalk port of the Ogg-Vorbis decoder. It works (just) but is EXTREMELY ugly code. Refactoring is neccesary.
  It runs VERY slowly and it is not really usable at the moment. There will be cases that it cannot decode and errors are likely (and fatal).
  
  Please note the later release uses some primitives to double the speed.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Ogg-rop.9.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Ogg-rop.9.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'OggVorbis'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>NetMorph (in category 'Uncategorized') -----
  NetMorph
  
  	self name: 'NetMorph'.
  	self version: '0.2'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'NetMorph is a distributed environment for everyone.
  It extends the current Squeak Morphic system to a network-enabled one.
  In NetMorph, Morph is no longer ''a bird in a cage''.
  It can go out from the local desktop and freely crawls ''across the universe'' (many desktops).
  
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/NetMorph.25.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/NetMorph.25.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'NetMorph'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>SSP (in category 'Uncategorized') -----
  SSP
  
  	self name: 'SSP'.
  	self version: '1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This change set enables servlet style methods to be written in the class 
  browser. I named it SSP because of it''s likeness to JSP, PSP, etc. However, 
  it''s not exactly like those schemes, in that it has nothing (necessarily) 
  to do with web serving and the like. SSP methods write the contents of their 
  source onto a stream. Smalltalk code segments (delinieated with <% and %>) 
  can be embedded into this text. Additionally, embedding Smalltalk code 
  between <%= and %>, will force the compiler to send #sspStreamOn: to the 
  result of evaluating the enclosed expression.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ssp.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ssp.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'SSP'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>PackageInfoExtras (in category 'Uncategorized') -----
  PackageInfoExtras
  
  	self name: 'PackageInfo-Extras'.
  	self version: '8'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Includes:
  
  - Exporters for VW3 and VW5
  - some UI for browsing package dependencies (#browseExternalReferences)
  - Ned''s PackagesVsChangeSet code, which provides changeset conversion and filtering facilities'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/PackageInfo-Extras-nk.8.mcz'.
  	self provides: #().
  
  	self dependsOn: #('PackageInfo').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/PackageInfo-Extras-nk.8.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'PackageInfo-Extras'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>ProtocolsExamples (in category 'Uncategorized') -----
  ProtocolsExamples
  
  	self name: 'Protocols-Examples'.
  	self version: '1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'These are some classes that are removed by Sunit-removal,
  but are not part of SUNIT 3.1.
  
  The classes (TestViaMethodCall, VerifierOfProperty, Verifier)
  are now in the system cathegoy "Protocols-Examples", all 
  "example-for" methods are in the according DVS-category.
  
  Original documentation (from Verifier class comment):
  
  Instead of one new class per class being tested, many classes may use TestViaMethodCall.  
  
  Hold a Verifier (a MethodCall with an expected answer).  Run that method and compare the actual answer with the expected answer.
  
  All class that implements #exampleFor: will be asked for all of their test cases.  For now, they appear in one big list, not separated by class.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Protocols-Examples.st'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Protocols-Examples.st'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Protocols-Examples'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>SqueakMap2Loader (in category 'Uncategorized') -----
  SqueakMap2Loader
  
  	self name: 'SqueakMap2 Loader'.
  	self version: '1.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This is the graphical tool called the "SqueakMap Package Loader" that can be opened from the World open... menu. This tool is a UI for the local instance of SMSqueakMap that can be accessed with "SMSqueakMap default".
  
  In the loader you can browse the map and see packages and package releases and also install them into the image. 
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SMLoader-gk.24.mcz'.
  	self provides: #().
  
  	self dependsOn: #('SqueakMap2 Base').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SMLoader-gk.24.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'SqueakMap2 Loader'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>HTMLParser (in category 'Uncategorized') -----
  HTMLParser
  
  	self name: 'HTML-Parser'.
  	self version: '1.5'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Parses an HTML document into an XML DOM, using YAXO''s XMLElement.  This parser is HTML 4.01 compliant - it will accurately infer the structure of correct HTML, but it is not tolerant of broken markup.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/HTML-Parser.st'.
  	self provides: #().
  
  	self dependsOn: #('YAXO').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/HTML-Parser.st'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'HTML-Parser'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>EventInterceptorMorph (in category 'Uncategorized') -----
  EventInterceptorMorph
  
  	self name: 'EventInterceptorMorph'.
  	self version: '1alpha'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Have you ever wanted to trace some code which is part of the Morphic UI process, or code triggered by it?  Had trouble trying to trace it in the debugger because interacting with the UI changes what you''re trying to watch?  EventInterceptorMorph may be able to help!!
  
  EventInterceptorMorph is a button which, when pressed, begins listening to the hand''s event stream.  When an even of the appropriate type is encountered, this morph intercepts it and traces the dispatch of the event using MessageSendTree, and opens a SendTreeExplorer on the results.  This is useful for debugging parts of the UI process which are otherwise difficult to trace.
  
  The eventType can be any of the Morphic event types, but #mouseUp, #mouseDown, and #keystroke are by far the most useful because they are the triggers for the majority of actual UI activity.
  
  A methodSelector may be set which identifies a particular method the user is interested in.  All method sends above this method are ignored.  This is useful when the user wishes to study the execution of a known method which is eventually triggered by a UI gesture, but has no interest in the complete event dispatching send tree leading up to it.  See example in changeset preamble.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/EventInterceptorMorph-JW.1.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #('SendTreeExplorer').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/EventInterceptorMorph-JW.1.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'EventInterceptorMorph'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>SqueakNETBridge (in category 'Uncategorized') -----
  SqueakNETBridge
  
  	self name: 'Squeak/.NET Bridge'.
  	self version: 'R5'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'The Squeak/.NET bridge lets you use .NET objects
  in your Squeak programs.  It uses TCP sockets to
  communicate with a .NET VM.  You can use any .NET
  library with the bridge, and can implement interfaces
  from your .NET libraries in Squeak.
  
  Here''s the canonical example:
  
      list := DotNet ArrayList new.
      Transcript show: list count. "Prints 0"
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SqueakDotNet.r5.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SqueakDotNet.r5.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Squeak/.NET Bridge'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>BreakOut (in category 'Uncategorized') -----
  BreakOut
  
  	self name: 'BreakOut'.
  	self version: '5'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'I designed this breakout slowly refactoring it step by steps because it was part of a book on OOP but I''m thinking to cancel this book and putting a draft on the web. This is the final version of the breakout.
  The bouncing is not that good.
   
  Have fun first, then submit a fix for the ball bouncing or any new bonuses. 
  I would like also to have bonuses falling down. '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/BreakOut-sd.5.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/BreakOut-sd.5.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'BreakOut'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>CompressedSourcesFile (in category 'Uncategorized') -----
  CompressedSourcesFile
  
  	self name: 'Compressed Sources File'.
  	self version: '1.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'CompressedSourceStream writes files as a series of GZipped segments that can be written and read sequentially like regular source files, and yet remain compressed 4x on the disk.  Full sources for Squeak 3.6 fit in 3.5MB.
  
  Smalltalk compressSources will write a copy of the sources file in this format.  Thereafter openSources:forImage: will look first for such a compressed copy, and open it if found.
  
  Should work for .changes files too, but I haven''t bothered to test.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/CompressedSources-di.1.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/CompressedSources-di.1.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Compressed Sources File'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>GradientWindowLook (in category 'Uncategorized') -----
  GradientWindowLook
  
  	self name: 'Gradient Window Look'.
  	self version: '1.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'An attempt for a (hopefully better) look for the Squeak environment. 
  Tries to deal with Windows, ScrollBars and some buttons using gradients for
  most graphical elements.
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/GradientWindowLook.2.cs'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/GradientWindowLook.2.cs'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Gradient Window Look'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>VMMaker (in category 'Uncategorized') -----
  VMMaker
  
  	self name: 'VMMaker'.
  	self version: '3.7b5'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This package includes all the ObjectMemory/Interpreter classes, the VMMaker/Tool classes, the InterpreterPlugin hierarchy and all the assorted helper methods.
  
  If you install this you will be able to build or simulate a VM or plugin - AS LONG AS YOU HAVE THE LATEST CODE FROM SOURCEFORGE.
  
  See http://minnow.cc.gatech.edu/squeak/2015'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/VMMaker3-7b5.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/VMMaker3-7b5.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'VMMaker'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>OpenOfficeImporter (in category 'Uncategorized') -----
  OpenOfficeImporter
  
  	self name: 'OpenOffice Importer'.
  	self version: '16'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Squeak is the new media. To be the new media Squeak has to give us the option to convert a lot already created documents.
  
  OpenOffice is an open source project and its format is well specified and it''s based on XML and Zip (see http://xml.openoffice.org). OpenOffice also has a lot of good job to handle propietary formats so, importing OO format, we''ll able to import really a lot of content.
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/OpenOffice-Importer-dgd_16.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/OpenOffice-Importer-dgd_16.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'OpenOffice Importer'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>HTTPClient (in category 'Uncategorized') -----
  HTTPClient
  
  	self name: 'HTTPClient'.
  	self version: '19'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'A Squeak port of Steve Waring''s HTTP client.  (The original, Dolphin package is available at http://www.dolphinharbor.org/dh/projects/httpclient/index.html.)  The Squeak port is usable, but still needs a lot of cleanup work.
  
  The Squeak port must be installed using an up-to-date version of MCInstaller; the easiest way to get that is to update to SM2.
  
  See the class side of SptHTTPRequest for example usage.
  
  Features:
  
      * HTTP 1.1 persistent connections.
      * Ability to process requests in a background process and set timeouts.
      * Cookie parsing/sending.
      * Partial range requests.
      * Automatic following of redirections.
      * Streaming of responses to writeStreams/fileStreams.
      * Basic Authentication.
      * Support for Proxies.
      * Flexible progress notifications.
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SWHTTPClient-bkv.19.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SWHTTPClient-bkv.19.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'HTTPClient'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>TestBrowser (in category 'Uncategorized') -----
  TestBrowser
  
  	self name: 'TestBrowser'.
  	self version: '1.12'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'TestBrowser is a enhanced TestRunner for Squeak. 
  
  It supports: 
  * Filtering test cases by class category 
  * You can run and edit test cases/codes in one window'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/TestBrowser.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/TestBrowser.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'TestBrowser'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>CommandShell (in category 'Uncategorized') -----
  CommandShell
  
  	self name: 'CommandShell'.
  	self version: '3.0.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'CommandShell is a Smalltalk simulation of a Unix command shell, with a simple
  dumb terminal window in Morphic and MVC. It is useful for running programs
  without leaving Squeak, and for piping command output directly into Squeak.
  Can be loaded and run on any platform, but is most useful on Unix, Linux and
  Windows systems with OSProcess. On Windows, command pipelines are not yet
  implemented for external commands, but you can run Windows programs from the
  CommandShell "Squeak shell" as well as pipelines with internal shell commands.
  A simple script processing capability is also included.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/CommandShellV3-0-1-dtl.sar'.
  	self provides: #().
  
  	self dependsOn: #('OSProcess').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/CommandShellV3-0-1-dtl.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'CommandShell'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>SIXX (in category 'Uncategorized') -----
  SIXX
  
  	self name: 'SIXX'.
  	self version: '0.1h'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'SIXX is an XML serializer/deserializer written in Smalltalk 
  (currently Squeak 3.7, VisualWorks 5i.4 - 7, and Dolphin XP are supported). 
  
  The purpose is to store and load Smalltalk objects in a portable, dialect-independent XML format.
  
  *YAXO or VWXML is needed to run SIXX*'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SIXX.sar'.
  	self provides: #().
  
  	self dependsOn: #('YAXO').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SIXX.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'SIXX'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>CelesteTests (in category 'Uncategorized') -----
  CelesteTests
  
  	self name: 'Celeste Tests'.
  	self version: '3'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Some tests for Celeste.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Tests-Network-Mail.st'.
  	self provides: #().
  
  	self dependsOn: #('Celeste').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Tests-Network-Mail.st'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Celeste Tests'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>NetworkHTML (in category 'Uncategorized') -----
  NetworkHTML
  
  	self name: 'Network-HTML'.
  	self version: '4'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'An HTML parser and formatter.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Network-HTML-md.4.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Network-HTML-md.4.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Network-HTML'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Emacskeybindings (in category 'Uncategorized') -----
  Emacskeybindings
  
  	self name: 'Emacs key bindings'.
  	self version: '1.0.2002'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'To get going file this changeset in and then evaluate the following:
  ParagraphEditor emacsBindings.
  
  You will then have a number of Emacs text-editting commands at your disposal.
  To see what''s available check ParagraphEditor''s #emacsControlKeyShortcuts.
  
  
  
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/EmacsKeys.cs'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/EmacsKeys.cs'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Emacs key bindings'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Actalk (in category 'Uncategorized') -----
  Actalk
  
  	self name: 'Actalk'.
  	self version: '3.0.6.23112002'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'The Actalk testbed is designed to help understanding, classifying, designing, combining, and experimenting with various OOCP languages and constructs.
  Actalk is implemented and integrated within Squeak environment. The testbed includes the kernel which models basic OOCP model (that is serialized active objects and asynchronous message passing), and various extensions in order to simulate various OOCP languages and constructs.
  They implement various models of activity (serial, quasi-concurrent, concurrent...), communication (asynchronous, synchronous, eager, express...), and synchronization (to control/delay acceptance of messages).
  
  Actalk stands for active objects, or also actors, in Smalltalk. '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Actalk-3.06.23112002.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Actalk-3.06.23112002.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Actalk'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>WanderingLetters (in category 'Uncategorized') -----
  WanderingLetters
  
  	self name: 'WanderingLetters'.
  	self version: '22Feb-2.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This is wandering letters using the old non-Players (and non-multi-instance Players).  Just make a new Morphic Project and file it in. 
  
  Toggle wandering by clicking the top button.  Responds to Stop and Go buttons so it does not have to be running all the time.
  
  Toggle method if getting back to their right places with the lower button.
  
  Change WanderingLetters>>stepTime to make the speed be right.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/WanderingLetters.22Feb-02.1.cs'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/WanderingLetters.22Feb-02.1.cs'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'WanderingLetters'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>KarelsWorld (in category 'Uncategorized') -----
  KarelsWorld
  
  	self name: 'Karel''s World'.
  	self version: '10'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This is a version of the Karel the Robot educational simulation done with eToys.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Karel%27s%20World.010.pr'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Karel%27s%20World.010.pr'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Karel''s World'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Faure (in category 'Uncategorized') -----
  Faure
  
  	self name: 'Faure'.
  	self version: '0.3'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Faure is a PDA environment for running on iPaq class machines.  It is available either as a file-in, or as a premade image from the homepage.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Faure-Framework.40.cs'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Faure-Framework.40.cs'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Faure'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>SwazooHTTP (in category 'Uncategorized') -----
  SwazooHTTP
  
  	self name: 'Swazoo-HTTP'.
  	self version: '7'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'A portable set of classes that model HTTP requests and responses, that form a base on which a web server could be built.  With suitable extensions, these could also be used for an HTTP client library.
  
  See *Swazoo-Server* for the original, portable server code that used these, or *Swazoo-Listener* for a much simplified, Squeak-specific server.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Swazoo-HTTP-avi.7.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Swazoo-HTTP-avi.7.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Swazoo-HTTP'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Universes (in category 'Uncategorized') -----
  Universes
  
  	self name: 'Universes'.
  	self version: '9'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Tools to manage package universes, including a package browser, a universe editor, and a universe server.'.
  	info maintainer: '"Lex Spoon"  <lex at cc.gatech.edu>'.
  	info homepage: 'http://minnow.cc.gatech.edu/squeak/3785'.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Universes-ls.9.mcz'.
  	self provides: #().
  
  	self dependsOn: #('YAXO').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Universes-ls.9.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Universes'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>SIForgeWizard (in category 'Uncategorized') -----
  SIForgeWizard
  
  	self name: 'SIForgeWizard'.
  	self version: '1.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'SIForgeWizard is a small seaside application for the authors 
  of the http://www.siforge.org  italian web site. 
  SIForgeWizard is suitable for  building a small XML-article 
  complaiant with the SIForge specification.
   Look at http://www.siforge.org  for more information.
  It is ALSO a SMALL example of how building a simple wizard with seaside.
  
  For comments, questions and so on email to
   giovanni.giorgi at siforge.org
  the current mantainer of this package.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SIForge.1.0.st.gz'.
  	self provides: #().
  
  	self dependsOn: #('Seaside').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SIForge.1.0.st.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'SIForgeWizard'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Graph (in category 'Uncategorized') -----
  Graph
  
  	self name: 'Graph'.
  	self version: '5'.
  
  	info category: 'Uncategorized'.
  	info description: 
  ''.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Collections-Graphs-mic.5.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Collections-Graphs-mic.5.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Graph'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>NsGame (in category 'Uncategorized') -----
  NsGame
  
  	self name: 'Ns Game'.
  	self version: '29'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This is the game I demoed at OOPSLA 2003.
  
  NsGame began as a Squeak port of the Shockwave Flash game by Pavils Jurjans.
  See <a href="http://www.jurjans.lv/stuff/net/freenet.htm">http://www.jurjans.lv/stuff/net/freenet.htm</a>.
  
  To begin the game perform:
  	NsGame new openInWorld
  
  Instructions are available from within the game.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/NsTileGame-sbw.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/NsTileGame-sbw.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Ns Game'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Techo (in category 'Uncategorized') -----
  Techo
  
  	self name: 'Techo'.
  	self version: '20040514'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Techo is
  Multiple workspace stored plain text file
  Notepad without file name
  Grep tool(but not real REgexp).
  
  It is very simple tool, but useful to make a memo, to exchange oneliner among Squeak images, and to play a text base Smalltalk programming puzzle.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Techo-Base-20040514.st'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Techo-Base-20040514.st'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Techo'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>SUnit (in category 'Uncategorized') -----
  SUnit
  
  	self name: 'SUnit'.
  	self version: '3.1.6'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This is SUnit 3.1
  
  This is for Squeak3.7
  
  This will not work on Squeak3.6 (you allready have
  SUnit 3.1 in the 3.6 Image. No need to install this one).'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SUnit-md.6.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SUnit-md.6.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'SUnit'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>HTMLTableMorph (in category 'Uncategorized') -----
  HTMLTableMorph
  
  	self name: 'HTMLTableMorph'.
  	self version: '0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'A experimental package for Scamper to build a TableMorph of a HTML table. 
  Lot''s of websites use tables as their layout format and giving Scamper this 
  would be cool.
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/HTMLTableMorph.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #('Network-HTML').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/HTMLTableMorph.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'HTMLTableMorph'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>GOODS (in category 'Uncategorized') -----
  GOODS
  
  	self name: 'GOODS'.
  	self version: '71'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'GOODS is a distributed, language-neutral object database from Konstantin Knizhnik. It''s available from http://www.garret.ru/~knizhnik/goods.html .
  
  This client provides transparent storage of Smalltalk objects, or, given some extra type information, compatibility with the GOODS Java interface storage conventions, for easy sharing of object data between Squeak and Java.
  
  See http://minnow.cc.gatech.edu/squeak/3492 for more information.
  
  *Requires GOODS 2.72 or later*'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/GOODS-avi.71.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/GOODS-avi.71.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'GOODS'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>HttpView2 (in category 'Uncategorized') -----
  HttpView2
  
  	self name: 'HttpView2'.
  	self version: '0.94'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This is the new HttpView called HttpView2 that is:
  - Better (refactored, more comments, bug fixes etc)
  - Adapted to the new *KomHttpServer* that *Stephen Pair* maintains.
  - Works in Squeak 3.6.
  - Simpler (submits are now buttons, no more HVModule needed etc)
  - From version 0.94 it now depends on a lower *HTMLBuilder* layer.
  
  It also includes much better samples and comments and an upcoming article in
  both Swedish and English is intended to work as a tutorial.
  
  HttpView is a lightweight web framework based on KomHttpServer. It differs a bit from "classic" such frameworks:
  -Url resolution:: The url "path" strictly corresponds to a chain of HttpView instances connected together with a parent pointer. The "document" name at the end of the url is matched with a message selector in the HttpView instance.
  -Page construction: Pages and HTML components are built by "feeding" a builder object - an instance of HVHtmlBuilder - messages from a rather large protocol. The builder has plenty of "smart" messages that makes building pages and Forms a breeze. And it''s all in Smalltalk.
  -Forms handling: The Forms are constructed from instances of classes like HVHtmlForm, HVHtmlInputCheckbox, HVHtmlSelect etc. This means that Forms are built much like you build UIs in Morphic or Java''s Swing. When a Form is submitted the values of the fields are easily accessible by sending the message "value" to it'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/HV-gk.31.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/HV-gk.31.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'HttpView2'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>MAPIClient (in category 'Uncategorized') -----
  MAPIClient
  
  	self name: 'MAPIClient'.
  	self version: '1.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This is a simple package allowing you to send already composed MailMessages
  through your registered default email client on Windows (such as Outlook or
  Eudora). To invoke it, merely ask it to
  
        MAPIClient sendMailMessage: aMailMessage.
  
  and it will take you from there. On Squeak versions which have the AppRegistry
  installed (which is included in 3.6 and later versions) MAPIClient will
  register itself as a MailSender which means you can use it to do any kind of
  mailing through your default email client (including bug-reports, the bug fix
  archive viewer etc.)
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/MAPIClient.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/MAPIClient.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'MAPIClient'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>IRCeTests (in category 'Uncategorized') -----
  IRCeTests
  
  	self name: 'IRCe-Tests'.
  	self version: '1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'IRCe test suite'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Network-IRCTests-sbw.1.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Network-IRCTests-sbw.1.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'IRCe-Tests'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Scamper (in category 'Uncategorized') -----
  Scamper
  
  	self name: 'Scamper'.
  	self version: '32'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'A WWW browser.
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Scamper-md.3.mcz'.
  	self provides: #().
  
  	self dependsOn: #('Network-HTML').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Scamper-md.3.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Scamper'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Prolog (in category 'Uncategorized') -----
  Prolog
  
  	self name: 'Prolog'.
  	self version: '1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'http://bolot.net/squeak/prolog/v-prolog.pdf '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Prolog.15Dec1836.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Prolog.15Dec1836.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Prolog'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>FractalMorph (in category 'Uncategorized') -----
  FractalMorph
  
  	self name: 'FractalMorph'.
  	self version: '1.2'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'see webpage http://minnow.cc.gatech.edu/squeak/2911 for descriptions.  
  Allows you to zoom in and out of a fractal image, possibly make small animations as well.  begin with (FractalMorph new
  openInWorld)'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/FractalMorph.2.cs'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/FractalMorph.2.cs'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'FractalMorph'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Iterator (in category 'Uncategorized') -----
  Iterator
  
  	self name: 'Iterator'.
  	self version: '1.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Ported from the Iterator goodie by Mario Wolczko.
  
  Occasionally you may have a block that when evaluated can be
  treated as a collection -- ie it takes another block as parameter,
  then applies that to a sequence of values.
  
  This goodie wraps the block into an object -- an iterator -- which is
  part of the collection hierarchy, and therefore inherits a variety of
  useful collection-related methods.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Iterator.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Iterator.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Iterator'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Typeinference (in category 'Uncategorized') -----
  Typeinference
  
  	self name: 'Typeinference'.
  	self version: '1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This is Francisco Garau''s TypeInferencer, as a SAR package.
  
  This does not contain the Morphic-Wrapper dependend
  parts.                                             
  
  For more information, see http://typeinference.swiki.net/1'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/TypeInference.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/TypeInference.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Typeinference'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>VideoandImageProcessing (in category 'Uncategorized') -----
  VideoandImageProcessing
  
  	self name: 'Video and Image Processing'.
  	self version: '2.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Mini-framework and tool for play with video in Squeak. You have filters that you can push in a stack, the output of the first filter is processed by the second and so on. The filters available today are: BackgroundSubstraction, GrayScale, Rotator, Mirror, Trail, Melt, Labeler, Mosaic, DepthChanger, Nervous, Delayer, Old TV, Emboss, Enhanced Focus, Blur, Edge Detector, Enhanced Edges and Soften. Add new filters is so easy, take a Form and give me a Form.
  
  Today is posible to get a video from a mpeg file or from a camera (the camera supports works only in windows).
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/VideoAndImageProcessing-dgd.1.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/VideoAndImageProcessing-dgd.1.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Video and Image Processing'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>SmaCC (in category 'Uncategorized') -----
  SmaCC
  
  	self name: 'SmaCC'.
  	self version: '1.4'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'SmaCC (Smalltalk Compiler-Compiler) is a freely available parser generator for Smalltalk. 
  Use this package if you want to develop a new parser/scanner/compiler.
  
  It  is a replacement for the T-Gen parser generator. T-Gen has several limitations  
  that make it difficult to produce parsers. SmaCC overcomes T-Gen''s limitations. 
  For example, SmaCC  can generate parsers for ambiguous grammars and grammars 
  with overlapping tokens.  Both of these are not possible using T-Gen.
   In addition to handling more  grammars than T-Gen, SmaCC has a smaller runtime 
  than T-Gen and is faster than  T-Gen.   
  
  Needs the refactoring browser as a prerequisite, but installs one 
  on its own, if none is installed.
  
  Use the tutorial as a starter.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SmaCC-Development-mga.8.mcz'.
  	self provides: #().
  
  	self dependsOn: #('Refactoring Browser').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SmaCC-Development-mga.8.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'SmaCC'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>DefaultExternalDropHandler (in category 'Uncategorized') -----
  DefaultExternalDropHandler
  
  	self name: 'DefaultExternalDropHandler'.
  	self version: '1.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'New default external drop handler that uses the FileList services to handle the file droped.
  
  Installing this ExternalDropHandler all the file-types registered in FileList become available when a file is droped in the Squeak windows. If only one service was elected, this is automatically executed, otherwise the user will be interrogated with the list of posible services via a menu.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/DefaultExternalDropHandler-dgd.2.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/DefaultExternalDropHandler-dgd.2.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'DefaultExternalDropHandler'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Quotes (in category 'Uncategorized') -----
  Quotes
  
  	self name: 'Quotes'.
  	self version: '21'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'A simple package that displays Quote/Author pairs in a window. The quotes are displayed sequentially or in a random order. The speed of the display is adjustable via a slider.
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Quote-Display-fc.21.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Quote-Display-fc.21.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Quotes'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>SmallInterfaces (in category 'Uncategorized') -----
  SmallInterfaces
  
  	self name: 'SmallInterfaces'.
  	self version: '2.0.0a'.
  
  	info category: 'Uncategorized'.
  	info description: 
  '''SmallInterfaces'' brings you long-awaited ''interface'' in Smalltalk. 
  The extension is originally developed by Benny Sadeh in VisualWorks NC. I ported this interesting extension to Squeak.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SmallInterfaces.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SmallInterfaces.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'SmallInterfaces'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Monticello (in category 'Uncategorized') -----
  Monticello
  
  	self name: 'Monticello'.
  	self version: '183'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Monticello is a distributed concurrent versioning system based on a declarative representation of Squeak source code.  It allows packages to be safely saved, loaded and updated, and provides tools for branching and merging package versions.  It does not depend on (and does not provide) any form of central repository.
  
  Requires PackageInfo (already included in Squeak 3.6 5250).
  
  Requires MCInstaller for installation.
  
  See also MonticelloCVS, which supports managing Monticello packages with CVS rather than with the native versioning tools.  This is probably mostly of interest to "legacy" Monticello and DVS users.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Monticello-avi.183.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Monticello-avi.183.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Monticello'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>MethodRecompiler (in category 'Uncategorized') -----
  MethodRecompiler
  
  	self name: 'MethodRecompiler'.
  	self version: '1.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This packages enables the recompilation of methods after changes in classes
  without the need to access any source code. This improves speed and in some 
  situations even makes it possible to recompile some classes at all (for 
  example, when using alternative compilers without first-hand source code 
  representation).
  
  To use MethodRecompiler for about everything interesting change 
  
  Behavior>>compileAllFrom: oldClass
    ^MRMethodRecompiler recompileFrom: oldClass to: self
  
  
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/MethodRecompiler.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/MethodRecompiler.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'MethodRecompiler'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>EasySqueak (in category 'Uncategorized') -----
  EasySqueak
  
  	self name: 'EasySqueak'.
  	self version: '1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This is a set of services to help you define simple exercice sessions for students learning Squeak
  Basically for each sessions you define a class, writes the session''s topic in the class comment,
  and write a code skeleton in the class''s body. You can also write unit tests in this class to be sure
  that the code demanded to the the students will be properly implemented.
  
  Once this is done, students can load a session class, and they will have a  browser limited to this
  class, a little shell (a modified version of the commandshell, allowing to eavaluate expression on a target object but using a shell), and a window telling the session''s summary.
  
  This could form the basis to a tool allowing people to easily learn Smalltalk''s syntax, like the LessonRunner provided with VisualWorks (which I find the fastest way to learn our syntax).'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/EasySqueak-rr.6.mcz'.
  	self provides: #().
  
+ 	self dependsOn: #('CommandShell' 'OmniBrowser' 'Services-Base').
- 	self dependsOn: #('OmniBrowser' 'Services-Base' 'CommandShell').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/EasySqueak-rr.6.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'EasySqueak'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>CzechKeyboard (in category 'Uncategorized') -----
  CzechKeyboard
  
  	self name: 'Czech Keyboard'.
  	self version: '1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Requires no suport from host platform.
  
  Shift-Alt-"\" ... switches cz/us keyboard
  
  Horni rada klaves ceske klavesnice:
  <N> ... +ì¹èø¾ýáíé
  Shift-<N> ... 1234567890
  Shift-Alt-<N> ... !!!!@#$%^&*()
  Alt-<N> ... special squeak editor commands (untouched)
  + ... hacek/krouzek (dead key)
  = ... carka (dead key)
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/keyboard-cz.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/keyboard-cz.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Czech Keyboard'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Befunge93 (in category 'Uncategorized') -----
  Befunge93
  
  	self name: 'Befunge''93'.
  	self version: '0.0.2'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This is the basis for the next generation of InterpreterProxy ;)'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Befunge%2093.16.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Befunge%2093.16.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Befunge''93'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>WatchIt (in category 'Uncategorized') -----
  WatchIt
  
  	self name: 'WatchIt!!'.
  	self version: '1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This adds a ''watch it'' choice to the context menus in text editors. This will take the selection, make a BlockContext out of it, and give you a Morph that will display the value of that block every half second.
  
  It can be used, for instance, from the Debugger to display an instance variable as your program runs.
  
  Try, for instance, watching this:
  World currentHand cursorPoint 
  
  Only works in Morphic; results in an inspector being put up for the resultant block under MVC (you can evaluate ''self value'' in that inspector if you want).'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/WatchWindow-nk.1.cs'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/WatchWindow-nk.1.cs'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'WatchIt!!'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>WintabTabletSupport (in category 'Uncategorized') -----
  WintabTabletSupport
  
  	self name: 'Wintab Tablet Support'.
  	self version: '0.3-alpha'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'This package extends the global variable Sensor for pressure sensitive tablets such as Graphire3 by WACOM(http://www.wacom.com/).
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/WintabTablet.6.cs'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/WintabTablet.6.cs'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Wintab Tablet Support'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>ImageBrowser (in category 'Uncategorized') -----
  ImageBrowser
  
  	self name: 'Image Browser'.
  	self version: '1.0'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Select an image file in the FileList and choose ''browse squeak image''.
  Typical usage is to add classes from the class pane menu, then choose ''remove unmodified categories'' to delete the identical methods with in the image.
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ImageBrowser3.6.1.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #('VMMaker').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/ImageBrowser3.6.1.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Image Browser'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Traits (in category 'Uncategorized') -----
  Traits
  
  	self name: 'Traits'.
  	self version: 'beta1.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'Prerequisite packages: Monticello and the newest version of PackageInfo
  
  
  Traits Release beta1
  ====================
  
  Over the last months we have been working on a new stable implementation of Traits in Squeak. This is the first public beta release. Please note that this version features a new language kernel that supports all the necessary features for creating and composing traits, but that there are still many features missing that are absolutely crucial for getting the real "traits experience". (See the limitations section below).
  
  Please find more information and papers about Traits at:
  http://www.iam.unibe.ch/~scg/Research/Traits
  
  Our implementation consists of the following parts:
  
  - The Kernel: In contrast to the traits prototype, the new traits implementation features a clean, efficient and stable kernel, which is an extension of the traditional Smalltalk-80 kernel of Squeak. The kernel is feature complete as far as creation and composition of traits is concerned, but it may still have bugs. Note that in the current version, the kernel contains some duplicated code between the class and the traits hierarchy. However, this is not an accident but a conscious design decision as we will get rid of this duplicated code by bootsrapping/refactoring the kernel using traits itself.
  
  - The User Interface: We''ve started implementing a new traits browser with OmniBrowser. It supports composing and browsing classes and traits and let you "dive" into the composition structure of traits. In addition, the old browser has been modified to show a flat view for programmers who like to view and work with Squeak as it was before.
  
  - Monticello: We''ve made Monticello traits aware, letting you save and load traits (even to SqueakSource). Note, that code which is saved with this modified version of Monticello can not be loaded with a normal Monticello (even if it does not include traits). This implementation should be considered as a prototype and should be refactored.
  As an alternative you can also use the normal fileOut mechanism which supports traits as well.
  
  
  Installation
  ------------
  The implementation is available as a SAR file on SqueakMap. It is tested in a new fresh 3.7b image. Prerequisite packages are Monticello and the newest version of PackageInfo.
  
  Beside loading the kernel and the modified Monticello and OmniBrowser there will also be KCP-0220-ClassOrganizerFixAndCleanup.14.cs loaded because this change is not in the update stream yet.
   
  Please note, that the installation takes about 30 Minutes (depending on the speed of your machine) because it needs to recompile all the classes in the image. (This is a consequence of the fact that we had to change the format of the kernel classes.)
  
  
  Getting Started
  ---------------
  Open the Traits OmniBrowser: World Menu -> open -> Traits Browser
  Create a new trait: Open the context menu in the class/trait pane and select "create trait..."
  
  
  Limitations
  -----------
  - There are still many features missing that are absolutely essential for getting the real "traits experience", but these are mainly related to the UI and IDE. For example:
    - There are no virtual categories that present the conflicts and glue methods of a composite class/trait.
    - There is no automatic computation of requirements
    - There is no information that shows which traits/classes provide or require the currently selected methods
    - There is no support for turning classes into trait
    - etc.
  
  - The current UI is just a "minimal placeholder" that allows one to start using/playing with traits. However, many improvements are still missing.
  - There are known bugs in OmniBrowser (which still is in alpha).
  - The OmniBrowser updates very slowly.
  
  - No documentation apart from the papers yet. '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Traits-beta1.1.sar'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Traits-beta1.1.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Traits'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>SoapCoreServer (in category 'Uncategorized') -----
  SoapCoreServer
  
  	self name: 'SoapCoreServer'.
  	self version: '0.6'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'SoapCoreServer is a SOAP server implementation for Squeak. 
  
  It achieves some interoperability with other SOAP, such as SOAP4R, Splash/Spray, etc. Designed to be lean and simple.
  '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SoapCoreServer.sar'.
  	self provides: #().
  
  	self dependsOn: #('KomHttpServer').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SoapCoreServer.sar'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'SoapCoreServer'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>RoleS (in category 'Uncategorized') -----
  RoleS
  
  	self name: 'RoleS'.
  	self version: '0.0.4'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'RoleS is an experimental extension of Squeak for role modeling. It builds on AspectS. One of the interesting properties of RoleS is that when one or more roles are added to an instance, the instance''s identity does not change (no loss of identity)... '.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/RoleS.23Mar1845.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #('AspectS').
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/RoleS.23Mar1845.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'RoleS'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>SpaceWar (in category 'Uncategorized') -----
  SpaceWar
  
  	self name: 'SpaceWar'.
  	self version: ''.
  
  	info category: 'Uncategorized'.
  	info description: 
  ''.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SpaceWar.25Jan2223.cs.gz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/SpaceWar.25Jan2223.cs.gz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'SpaceWar'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>Scheduler (in category 'Uncategorized') -----
  Scheduler
  
  	self name: 'Scheduler'.
  	self version: '10'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'A simple task scheduler that can run tasks:
  
      * Now
      * Once at a particular time point in the future
      * Every x seconds, minutes, or hours
      * Daily at a set time
  
  Tasks are blocks passed to the scheduler for ease of use. e.g.
  
  scheduler := TaskScheduler new.
  scheduler start.
  
  scheduler
    do: [Smalltalk snapshot: true andQuit: false]
    everyMinute: 30.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Scheduler-jrp.10.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/Scheduler-jrp.10.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Scheduler'.
  	].!

Item was changed:
  ----- Method: PackagesSqueak37U>>VassilisRegex (in category 'Uncategorized') -----
  VassilisRegex
  
  	self name: 'Vassili''s Regex'.
  	self version: '1.1'.
  
  	info category: 'Uncategorized'.
  	info description: 
  'A pure Smalltalk regular expression matcher.
  
  See http://www.magma.ca/~vassili/Regex/ for more info.'.
  	info maintainer: ''.
  	info homepage: ''.
  	info squeakMapID: ''.
  	info url: 'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/VB-Regex-avi.2.mcz'.
  	self provides: #().
  
  	self dependsOn: #().
  
  	self load: [
  		Installer installUrl:'http://universes.dnsalias.net:8888/universes/repositories/stable-3.7/VB-Regex-avi.2.mcz'.
  	].
  
- 	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Installer mc unload: 'Vassili''s Regex'.
  	].!



More information about the Packages mailing list