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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sat Mar 7 02:53:15 UTC 2009


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

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

Name: Packages-SqueakMap-kph.7
Author: kph
Time: 7 March 2009, 2:52:03 am
UUID: f06f8f72-0ac2-11de-843e-000a95edb42a
Ancestors: Packages-SqueakMap-kph.5

auto regenerated:

PackagesSqueakMapData>>SmallAutoDoc:{S}
PackagesSqueakMapData>>KryptOn:{K}
PackagesSqueakMapData>>ANSICompatibility:{A}
PackagesSqueakMapData>>LispKit:{L}
PackagesSqueakMapData>>MiniToDo:{M}

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

Item was changed:
  ----- Method: PackagesSqueakMapData>>SmallAutoDoc: (in category 'S') -----
  SmallAutoDoc: aVersion
  
  	self name: 'SmallAutoDoc'.
  	self version: aVersion.
  
  	info summary: 'Generate documentation files for your packages with your comments.'.
  	info author: 'Damien Cassou'.
  	info owner: 'Damien Cassou'.
  	info created: '22 July 2005 9:36:59 am'.
  	info updated: '22 July 2005 9:36:59 am'.
  	info description: 
  
+ 'With this package you will be able to generate LaTeX files from your methods and classes comments. The LaTeX files are made for pdf output with clickable links. You can easily modified the apearence of the generated document as it uses envronments. Additional information on classes is printed too.
+ 
+ Other formats will be implemented soon.'.
+ 
+ 	info versions: {
+ {
+ 	#version -> '0.9'.
+ 	#created  -> '25 September 2007 6:56:18 am'.
+ 	#updated -> '25 September 2007 6:56:18 am'.
+ 	#categories -> #('No code changes' 'MIT' 'Beta' 'Squeak3.8' 'Squeak3.9').
+ 	#id -> 'a07e5557-afd8-424f-8904-eb3ab20a4313'.
+ 	#publisher -> 'Damien Cassou'.
+ 	#url ->'http://www.squeaksource.com/SmallAutoDoc/SmallAutoDoc-dc.41.mcz'.
+ }.
+ {
+ 	#version -> '0.8'.
+ 	#created  -> '22 July 2005 9:38:10 am'.
+ 	#updated -> '22 July 2005 10:11:23 am'.
+ 	#categories -> #('Squeak3.8' 'No code changes' 'Beta' 'MIT').
+ 	#id -> '77f8b520-c9c7-49bf-b92f-1d3670a0638b'.
+ 	#publisher -> 'Damien Cassou'.
+ 	#url ->'http://www.squeaksource.com/SmallAutoDoc/SmallAutoDoc-dc.31.mcz'.
+ }.
+ 	}.
+ !
- 'With this package you will be able to generate LaTeX files from your methods and classes comments!

Item was changed:
  ----- Method: PackagesSqueakMapData>>KryptOn: (in category 'K') -----
  KryptOn: aVersion
  
  	self name: 'KryptOn'.
  	self version: aVersion.
  
  	info summary: 'Cryptography facade'.
  	info author: 'Chris Muller'.
  	info owner: 'Chris Muller'.
  	info created: '6 November 2005 6:18:59 pm'.
  	info updated: '24 December 2006 9:58:33 pm'.
  	info description: 
  
  'This package is not currently loadable. The package owner has been contacted to assist in correcting this. (klc, 7/11/2008)
  
  KryptOn is a Cryptography facade designed to facilitate easy augmentation of any program with common, easy-to-use authentication (digital-signatures), authorization (capabilities) and encryption services.'.
+  !
- 
- 	info versions: {
- {
- 	#version -> '(2)'.
- 	#created  -> '7 January 2006 2:22:34 am'.
- 	#updated -> '7 January 2006 3:31 am'.
- 	#categories -> #('SqueakL + MIT' 'Squeak3.8' 'Alpha' 'No code changes').
- 	#id -> '12b67bf8-a6e9-4855-862f-833d0f0594a0'.
- 	#publisher -> 'nil'.
- 	#url ->'http://wiki.squeak.org/squeak/uploads/5785/_kryptonrep.1.zip'.
- }.
- {
- 	#version -> '(1)'.
- 	#created  -> '9 November 2005 3:48:39 am'.
- 	#updated -> '9 November 2005 3:48:39 am'.
- 	#categories -> #('SqueakL + MIT' 'Squeak3.8' 'No code changes' 'Alpha').
- 	#id -> 'aa356ba6-dfe5-4420-8756-8e9a04d5b1a1'.
- 	#publisher -> 'nil'.
- 	#url ->'http://wiki.squeak.org/squeak/uploads/5785/_kryptonrep.zip'.
- }.
- 	}.
- !

Item was changed:
  ----- Method: PackagesSqueakMapData>>ANSICompatibility: (in category 'A') -----
  ANSICompatibility: aVersion
  
  	self name: 'ANSI Compatibility'.
  	self version: aVersion.
  
  	info summary: 'Moves Squeak quite a bit towards ANSI compatibility'.
  	info author: 'Richard A. Harmon <rah at nowhere.com>'.
  	info owner: 'Alain Fischer'.
  	info created: '25 November 2002 5:10:55 pm'.
+ 	info updated: '30 March 2004 7:28 !
- 	info updated: '30 March 2004 7:28:50 pm'.
- 	info description: 
- 
- 'This change set add ANSI compatibility to Squeak 3.2.
- Now TestRunner with ANSI tests loaded show (2777 run, 2753 passed, 24
- failed, 0 errors).
- 
- 17 classes (8 new / 9 modified)
- 
- New classes:
- ArithmeticError, DateAndTime, Duration, FloatingPointException,
- RuleDate, RuleIndexDate, RuleSelectionCodeDate, ScaledDecimal
- 
- Modified Classes:
- BlockContext (added method #argumentCount)
- Character (added method #codePoint)
- Character class (added method #codePoint:)
- Float (2 methods added, 3 methods #modified)
- Float class (added method #one)
- Fraction (1 method added, 1 method modified)
- Fraction class (added method #one)
- Integer (6 methods added, 1 method modified)
- Integer class (added method #one)
- Number (7 methods added, 2 methods modified)
- Number class (modified method #readRemainderOf:from:base:withSign:)
- PositionableStream (modified method #skip:)
- String (3 methods added)
- TestRunner (2 methods modified)
- ZeroDivide is now subclass of ArithmeticError'.
- 
- 	info versions: {
- {
- 	#version -> '(20)'.
- 	#created  -> '20 March 2004 6:07:06 pm'.
- 	#updated -> '20 March 2004 6:07:06 pm'.
- 	#categories -> #('Squeak3.7' 'Beta' 'SqueakL').
- 	#id -> 'e1d17a14-88fe-4093-b21e-ff649b279558'.
- 	#publisher -> 'nil'.
- 	#url ->'http://homepage.mac.com/alain_fischer/ANSICompatibility.20.cs.gz'.
- }.
- {
- 	#version -> '(12)'.
- 	#created  -> '25 November 2002 5:10:55 pm'.
- 	#updated -> '22 February 2004 10:46:48 pm'.
- 	#categories -> #('Beta' 'SqueakL' 'Squeak3.2' 'Squeak3.4' 'Squeak3.5' 'Squeak3.6').
- 	#id -> 'c6842882-7d57-46ef-9970-d7635c21e75f'.
- 	#publisher -> 'nil'.
- 	#url ->'http://homepage.mac.com/alain_fischer/ANSICompatibility.12.cs.gz'.
- }.
- 	}.
- !

Item was changed:
  ----- Method: PackagesSqueakMapData>>LispKit: (in category 'L') -----
  LispKit: aVersion
  
  	self name: 'LispKit'.
  	self version: aVersion.
  
  	info summary: 'Build your own Lisp !!'.
  	info author: 'Stéphane Rollandin'.
  	info owner: 'Stéphane Rollandin'.
  	info created: '1 June 2006 7:47:53 pm'.
  	info updated: '2 October 2006 7:42:24 am'.
  	info description: 
  
  'a kit for building one''s own custom Lisp implementation 
  
  provides:
  
    1) LispKernel, a minimal Lisp-2 interpreter with
    - dynamic scoping
    - all fundamental special forms: let, setq, and, or, if, defun, defmacro ...
    - 100+ basic functions: list, car, funcall, null ...
    - catch/throw, unwind-protect
    - a GUI
  
    2) SLisp, an experimental Lisp dialect tightly integrated with Smalltalk
  
    3) ULisp, a Scheme implementation
    
  usage:
  
    by subclassing LispKernel one can implement a custom dialect of Lisp.
    see SLisp, CLisp and ULisp as examples
  
  specificities
  
+   LispKernel is implemented as a pure Smalltalk extension: there is no parser nor compiler.
+   Lisp code can be written as plain Smalltalk arrays.
+ 
+   advantages:
+   - we have a tight integration between Lisp and Smalltalk
+   - chasing the reference to a symbol can be done via alt-n
+   - we can use the debugger to debug Lisp code
+   - even continuations become easy to implement (see ULisp) 
+ 
+ ... see LispKernel class (and subclasses) comments for more
+ 		'.
+ 
+ 	info versions: {
+ {
+ 	#version -> '(77)'.
+ 	#created  -> '30 June 2008 11:51:32 am'.
+ 	#updated -> '30 June 2008 11:52:16 am'.
+ 	#categories -> #('Squeak3.8' 'Beta' 'Squeak3.10-alpha' 'Squeak3.9' 'Only extensions, no changes' 'Bleeding edge' 'SqueakL + MIT').
+ 	#id -> '94ca88f1-785f-4508-beb8-0bcc32889986'.
+ 	#publisher -> 'nil'.
+ 	#url ->'http://map.squeak.org/accountbyid/5f9bef44-1fbb-4dd6-8f10-a69862ad5674/files/LispKit-77.sar'.
+ }.
+ {
+ 	#version -> '(76)'.
+ 	#created  -> '27 May 2008 12:07:12 pm'.
+ 	#updated -> '27 May 2008 12:07:12 pm'.
+ 	#categories -> #('Squeak3.9' 'Squeak3.10-alpha' 'SqueakL + MIT' 'Only extensions, no changes' 'Beta' 'Bleeding edge' 'Squeak3.8').
+ 	#id -> 'fae2e37a-7c38-4e78-bbe9-4db0659f4fc5'.
+ 	#publisher -> 'nil'.
+ 	#url ->'http://map.squeak.org/accountbyid/5f9bef44-1fbb-4dd6-8f10-a69862ad5674/files/LispKit-76.sar'.
+ }.
+ {
+ 	#version -> '(74)'.
+ 	#created  -> '19 May 2008 11:48:50 am'.
+ 	#updated -> '19 May 2008 11:48:50 am'.
+ 	#categories -> #('Squeak3.9' 'Squeak3.10-alpha' 'SqueakL + MIT' 'Only extensions, no changes' 'Beta' 'Bleeding edge' 'Squeak3.8').
+ 	#id -> '6d02b8bc-26af-41be-96a5-189bfa43da73'.
+ 	#publisher -> 'nil'.
+ 	#url ->'http://map.squeak.org/accountbyid/5f9bef44-1fbb-4dd6-8f10-a69862ad5674/files/LispKit-74.sar'.
+ }.
+ {
+ 	#version -> '(72)'.
+ 	#created  -> '15 April 2007 6:50:08 pm'.
+ 	#updated -> '15 April 2007 6:50:08 pm'.
+ 	#categories -> #('Beta' 'Squeak3.10-alpha' 'SqueakL + MIT' 'Squeak3.9' 'Squeak3.8' 'Only extensions, no changes' 'Bleeding edge').
+ 	#id -> '43e7ae8f-2c7f-4cb9-82ea-12fa0649f975'.
+ 	#publisher -> 'nil'.
+ 	#url ->'http://map.squeak.org/accountbyid/5f9bef44-1fbb-4dd6-8f10-a69862ad5674/files/LispKit-72.sar'.
+ }.
+ {
+ 	#version -> '(71)'.
+ 	#created  -> '13 April 2007 7:16:59 am'.
+ 	#updated -> '13 April 2007 7:17:33 am'.
+ 	#categories -> #('Beta' 'Squeak3.10-alpha' 'SqueakL + MIT' 'Squeak3.9' 'Squeak3.8' 'Only extensions, no changes' 'Bleeding edge').
+ 	#id -> 'dbcd64b6-8dc2-4e8c-b435-c50035220ffd'.
+ 	#publisher -> 'nil'.
+ 	#url ->'http://map.squeak.org/accountbyid/5f9bef44-1fbb-4dd6-8f10-a69862ad5674/files/LispKit-71.sar'.
+ }.
+ {
+ 	#version -> '(70)'.
+ 	#created  -> '11 April 2007 1:00:13 pm'.
+ 	#updated -> '11 April 2007 1:00:13 pm'.
+ 	#categories -> #('Beta' 'Squeak3.10-alpha' 'SqueakL + MIT' 'Squeak3.9' 'Squeak3.8' 'Only extensions, no changes' 'Bleeding edge').
+ 	#id -> 'a18fc126-d5c3-40b7-93c7-51af77932fef'.
+ 	#publisher -> 'nil'.
+ 	#url ->'http://map.squeak.org/accountbyid/5f9bef44-1fbb-4dd6-8f10-a69862ad5674/files/LispKit-70.sar'.
+ }.
+ {
+ 	#version -> '(69)'.
+ 	#created  -> '10 April 2007 3:00:56 pm'.
+ 	#updated -> '10 April 2007 3:00:56 pm'.
+ 	#categories -> #('Beta' 'Squeak3.10-alpha' 'SqueakL + MIT' 'Squeak3.9' 'Squeak3.8' 'Only extensions, no changes' 'Bleeding edge').
+ 	#id -> '18be0035-43a8-44dc-a90f-ea7deaff9526'.
+ 	#publisher -> 'nil'.
+ 	#url ->'http://map.squeak.org/accountbyid/5f9bef44-1fbb-4dd6-8f10-a69862ad5674/files/LispKit-69.sar'.
+ }.
+ {
+ 	#version -> '(67)'.
+ 	#created  -> '30 March 2007 8:14:40 pm'.
+ 	#updated -> '30 March 2007 8:14:40 pm'.
+ 	#categories -> #('Beta' 'Squeak3.10-alpha' 'SqueakL + MIT' 'Squeak3.9' 'Squeak3.8' 'Only extensions, no changes' 'Bleeding edge').
+ 	#id -> '09093239-74a1-44bd-ad70-18525894c6f1'.
+ 	#publisher -> 'nil'.
+ 	#url ->'http://map.squeak.org/accountbyid/5f9bef44-1fbb-4dd6-8f10-a69862ad5674/files/LispKit-67.sar'.
+ }.
+ {
+ 	#version -> '(64)'.
+ 	#created  -> '24 March 2007 6:43:46 pm'.
+ 	#updated -> '24 March 2007 6:46:28 pm'.
+ 	#categories -> #('Squeak3.8' 'Only extensions, no changes' 'SqueakL + MIT' 'Bleeding edge').
+ 	#id -> '40391f69-208e-4e3c-86b9-4eb647f40809'.
+ 	#publisher -> 'nil'.
+ 	#url ->'http://map.squeak.org/accountbyid/5f9bef44-1fbb-4dd6-8f10-a69862ad5674/files/LispKit-64.sar'.
+ }.
+ {
+ 	#version -> '(4)'.
+ 	#created  -> '30 January 2007 4:03:21 pm'.
+ 	#updated -> '30 January 2007 4:03:21 pm'.
+ 	#categories -> #('SqueakL + MIT' 'Only extensions, no changes' 'Bleeding edge' 'Squeak3.8').
+ 	#id -> '99e4ad77-7b06-450b-85de-1e637698f1a3'.
+ 	#publisher -> 'nil'.
+ 	#url ->'http://map.squeak.org/accountbyid/5f9bef44-1fbb-4dd6-8f10-a69862ad5674/files/LispKit-63.sar'.
+ }.
+ {
+ 	#version -> '(4)'.
+ 	#created  -> '1 December 2006 3:17:05 pm'.
+ 	#updated -> '1 December 2006 3:17:05 pm'.
+ 	#categories -> #('SqueakL + MIT' 'Only extensions, no changes' 'Bleeding edge' 'Squeak3.8').
+ 	#id -> '97f7aefc-36f7-46d0-a1d8-99e9faa862c9'.
+ 	#publisher -> 'nil'.
+ 	#url ->'http://map.squeak.org/accountbyid/5f9bef44-1fbb-4dd6-8f10-a69862ad5674/files/LispKit-62.sar'.
+ }.
+ {
+ 	#version -> '(4)'.
+ 	#created  -> '20 November 2006 12:36:41 pm'.
+ 	#updated -> '20 November 2006 12:38:47 pm'.
+ 	#categories -> #('SqueakL + MIT' 'Only extensions, no changes' 'Bleeding edge' 'Squeak3.8').
+ 	#id -> 'e5160402-bb64-47a4-8578-dcbda6949526'.
+ 	#publisher -> 'nil'.
+ 	#url ->'http://map.squeak.org/accountbyid/5f9bef44-1fbb-4dd6-8f10-a69862ad5674/files/LispKit-58.sar'.
+ }.
+ {
+ 	#version -> '(4)'.
+ 	#created  -> '9 November 2006 8:51:13 pm'.
+ 	#updated -> '9 November 2006 8:51:13 pm'.
+ 	#categories -> #('SqueakL + MIT' 'Only extensions, no changes' 'Bleeding edge' 'Squeak3.8').
+ 	#id -> 'eb242303-f91b-4ded-a1b7-fd6002f089cc'.
+ 	#publisher -> 'nil'.
+ 	#url ->'http://map.squeak.org/accountbyid/5f9bef44-1fbb-4dd6-8f10-a69862ad5674/files/LispKit-54.sar'.
+ }.
+ {
+ 	#version -> '(4)'.
+ 	#created  -> '24 October 2006 9:14:39 pm'.
+ 	#updated -> '24 October 2006 9:14:39 pm'.
+ 	#categories -> #('SqueakL + MIT' 'Only extensions, no changes' 'Bleeding edge' 'Squeak3.8').
+ 	#id -> '4e92f1bf-69c2-4eb9-91c9-ff7ec79fe7dd'.
+ 	#publisher -> 'nil'.
+ 	#url ->'http://map.squeak.org/accountbyid/5f9bef44-1fbb-4dd6-8f10-a69862ad5674/files/LispKit-52.sar'.
+ }.
+ {
+ 	#version -> '(4)'.
+ 	#created  -> '23 October 2006 4:46:38 pm'.
+ 	#updated -> '23 October 2006 4:46:38 pm'.
+ 	#categories -> #('SqueakL + MIT' 'Only extensions, no changes' 'Bleeding edge' 'Squeak3.8').
+ 	#id -> '7875c0b1-1a8d-46bb-b28f-51132d7003ef'.
+ 	#publisher -> 'nil'.
+ 	#url ->'http://map.squeak.org/accountbyid/5f9bef44-1fbb-4dd6-8f10-a69862ad5674/files/LispKit-51.sar'.
+ }.
+ 	}.
+ !
-   LispKernel is implemented as a pure Small !

Item was changed:
  ----- Method: PackagesSqueakMapData>>MiniToDo: (in category 'M') -----
  MiniToDo: aVersion
  
  	self name: 'MiniToDo'.
  	self version: aVersion.
  
  	info summary: 'A very simple task  administration system developed as learning project.'.
  	info author: 'Germán S. Arduino'.
  	info owner: 'Germán S. Arduino'.
  	info created: '7 February 2004 2:42:26 pm'.
  	info updated: '26 June 2006 5:47:03 pm'.
  	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 versions: {
  {
  	#version -> '1.1'.
  	#created  -> '26 June 2006 5:53:09 pm'.
  	#updated -> '26 June 2006 5:53:31 pm'.
  	#categories -> #('Only extensions, no changes' 'Stable' 'Squeak3.7' 'Squeak3.8' 'SqueakL + MIT' 'Code changes, may break compatibility').
  	#id -> 'b429b875-1b4e-4ef4-a606-1c56e392accc'.
  	#publisher -> 'Germán S. Arduino'.
  	#url ->'http://map.squeak.org/accountbyid/1c274487-4fe7-4e08-ae09-c43a6c4ca73c/files/MiniToDo-gsa.2.mcz'.
  }.
  {
  	#version -> '1.0'.
  	#created  -> '7 February 2004 4:34:07 pm'.
  	#updated -> '27 July 2004 12:32:07 pm'.
  	#categories -> #('Squeak3.7' 'SqueakL + MIT' 'Stable' 'Code changes, may break compatibility').
  	#id -> '3eef9662-6493-4c51-8780-3813fd84e401'.
  	#publisher -> 'Germán S. Arduino'.
+ 	#url ->'http://map.squeak.org/accountbyid/1c274487-4fe7-4e08-ae09-c43a6c4ca73c/files/MiniToDo-gsa.1.mcz'.
+ }.
+ 	}.
+ !
- 	#url ->'http://map.squeak.org/accountbyid/1c274487-4fe7-4e08-ae09-c43a6c4ca73c/fil !



More information about the Packages mailing list