[Pkg] Packages: Packages-SqueakMap-kph.23.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Thu Apr 16 20:15:58 UTC 2009


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

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

Name: Packages-SqueakMap-kph.23
Author: kph
Time: 16 April 2009, 8:15:23 pm
UUID: 513d6f99-2ac3-11de-85e1-000a95edb42a
Ancestors: Packages-SqueakMap-kph.22

auto regenerated:

PackagesSqueakMapData>>BabyIDE1:{B}
PackagesSqueakMapData>>SharedStreams:{S} (source same but rev changed)

=============== Diff against Packages-SqueakMap-kph.22 ===============

Item was added:
+ ----- Method: PackagesSqueakMapData>>BabyIDE1: (in category 'B') -----
+ BabyIDE1: aVersion
+ 
+ 	self name: 'BabyIDE1'.
+ 	self version: aVersion.
+ 
+ 	info summary: 'Work with code for system state and system behavior separately'.
+ 	info author: 'Trygve Reenskaug'.
+ 	info owner: 'Trygve Reenskaug'.
+ 	info created: '16 April 2009 1:36:55 pm'.
+ 	info updated: '16 April 2009 1:36:55 pm'.
+ 	info description: 
+ 
+ 'BabyIDE lets you work with code in several perspectives. The most important are:
+ - DATA for coding classes defining the system state
+ - CONTEXT for coding classes that specify the networks of communicating objects 
+   that realize system operations. The networks are specified in terms of 
+   roles and connectors.
+ - INTERACTION for coding the methods that drive the execution through the 
+   networks.'.
+ 
+ 	info versions: {
+ {
+ 	#version -> 'BabyIDE1-2.9'.
+ 	#created  -> '16 April 2009 3:35:43 pm'.
+ 	#updated -> '16 April 2009 3:35:43 pm'.
+ 	#categories -> #('Squeak3.10' 'Alpha' 'MIT' 'Only extensions, no changes' 'Not backwards compatible').
+ 	#id -> '6f1117b0-fdc8-4dac-b595-4aeb6b366882'.
+ 	#publisher -> 'Trygve Reenskaug'.
+ 	#url ->'http://heim.ifi.uio.no/~trygver/babymc/BB1IDE-TRee.9.mcz'.
+ }.
+ {
+ 	#version -> '(BabyIDE1-2.9)'.
+ 	#created  -> '16 April 2009 3:29:16 pm'.
+ 	#updated -> '16 April 2009 3:29:16 pm'.
+ 	#categories -> #('Squeak3.10' 'Alpha' 'MIT' 'Only extensions, no changes').
+ 	#id -> '90cbd4ea-0ae9-4b38-9d04-e130e1d308f3'.
+ 	#publisher -> 'nil'.
+ 	#url ->'http://heim.ifi.uio.no/~trygver/babymc/BB1IDE-TRee.9.mcz'.
+ }.
+ 	}.
+ !

Item was changed:
  ----- Method: PackagesSqueakMapData>>SharedStreams: (in category 'S') -----
  SharedStreams: aVersion
  
  	self name: 'SharedStreams'.
  	self version: aVersion.
  
  	info summary: 'Two stream implementations similar to SharedQueue used for ''piping'' between Squeak processes.'.
  	info author: 'Göran Krampe <goranNO_SPAM at krampe.se>'.
  	info owner: 'Göran Krampe'.
  	info created: '14 August 2002 7:13:19 pm'.
  	info updated: '17 June 2005 1:31 pm'.
  	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 versions: {
  {
  	#version -> '1.1'.
  	#created  -> '14 August 2002 7:13:19 pm'.
  	#updated -> '10 October 2005 6:22:19 pm'.
  	#categories -> #('Class libraries' 'Stable' 'Squeak3.2' 'Squeak3.4' 'SqueakL + MIT' 'Squeak3.2.1' 'Squeak3.5' 'Squeak3.6' 'Squeak3.1' 'DVS' 'Squeak3.0' 'Squeak3.7' 'No code changes' 'Squeak3.9-alpha' 'Squeak3.8').
  	#id -> '467219c0-fd15-4ec6-ab3c-380b164d9f64'.
  	#publisher -> 'Göran Krampe'.
  	#url ->'http://swiki.krampe.se/gohu/uploads/12/SharedStreams-1_1.st.gz'.
  }.
  	}.
  !



More information about the Packages mailing list