FreeBSD devel : adabooch4>
Library which provide container classes as well as powertools for Ada
The Ada 95 version of the components will contain the same key abstractions
as the C++ form (Structs, Tools and Support). However, the organization will
be slightly different, particularly in the Support domain. This is because
Ada 95 provides several special forms of memory management that are quite
different from C++.
The Structs category provides an array of structural abstractions (Bags,
Collections, Deques, Graphs, Lists, Maps, Queues, Rings, Sets, Stacks, and
Trees). The Tools category provides algorithmic abstractions (Searching,
Sorting, etc.). The Support category contains all the "concrete" forms, plus
structures to create the components.
Some of the structures permit structural sharing (graphs, lists, and trees).
Some structures may also be ordered (collections, dequeues, and queues). There
are also multiple forms for some structures: single and double linked lists,
directed and undirected graphs, and binary, multiway, and AVL trees.
http://www.adapower.net/booch/
|
adabooch history
v. 1.7
date: 2007/06/29 16:29:05; author: araujo; state: Exp; lines: +1 -1
- Change my mail address to araujo@.
Approved by: stas (mentor)
v. 1.6
date: 2007/01/15 20:06:56; author: miwi; state: Exp; lines: +2 -2
- Update to 20030309
- Pass maintainership to submitter
PR: 107914
Submitted by: Marcelo Araujo
v. 1.5
date: 2006/07/25 16:00:00; author: jmelo; state: Exp; lines: +1 -2
- Remove bad site:
* http://www.pogner.demon.co.uk/components/bc/download/
v. 1.4
date: 2004/04/10 17:26:31; author: trevor; state: Exp; lines: +6 -6
Tidy up whitespace.
v. 1.3
date: 2003/10/13 01:19:45; author: edwin; state: Exp; lines: +2 -1
add new mastersite which doesn't have the distfiles but has a newer version online (volunteers anybody?)
Noticed by: bento
v. 1.2
date: 2003/10/12 11:38:14; author: kris; state: Exp; lines: +1 -1
Remove previous maintainer, who no longer uses FreeBSD.
v. 1.1
date: 2003/09/27 06:33:07; author: edwin; state: Exp;
New port: adabooch is a Booch implementation for Ada95
The Ada 95 version of the components will contain the same
key abstractions as the C++ form (Structs, Tools and Support).
However, the organization will be slightly different,
particularly in the Support domain. This is because Ada 95
provides several special forms of memory management that
are quite different from C++.
The Structs category provides an array of structural
abstractions (Bags, Collections, Deques, Graphs, Lists,
Maps, Queues, Rings, Sets, Stacks, and Trees). The Tools
category provides algorithmic abstractions (Searching,
Sorting, etc.). The Support category contains all the
"concrete" forms, plus structures to create the components.
Some of the structures permit structural sharing (graphs,
lists, and trees). Some structures may also be ordered
(collections, dequeues, and queues). There are also multiple
forms for some structures: single and double linked lists,
directed and undirected graphs, and binary, multiway, and
AVL trees.
WWW: http://www.adapower.net/booch/
PR: ports/46448
Submitted by: David Holm
=============================================================================
|