diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 06:33:07 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 06:33:07 +0000 |
commit | fe840965796f04e113c9beeceba034258223788c (patch) | |
tree | 515466383594528ca29c34fc0685d9e33636c129 /devel/Makefile | |
parent | New port: adabooch is a Booch implementation for Ada95 (diff) |
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 <david@realityrift.com>
Notes
Notes:
svn path=/head/; revision=89518
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index eb2b0ed4f08b..d197e0503815 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -10,6 +10,7 @@ SUBDIR += aap SUBDIR += ac-archive SUBDIR += acpicatools + SUBDIR += adabooch SUBDIR += adabooch-doc-html SUBDIR += adacurses SUBDIR += adasdl |