aboutsummaryrefslogtreecommitdiff
path: root/devel/adabooch/pkg-descr
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-02-15 15:53:14 +0000
committerJohn Marino <marino@FreeBSD.org>2014-02-15 15:53:14 +0000
commitc43203f308214857f58ce7b7c35777143e854541 (patch)
tree570cbb2cb8576cf41859bf43bad8c988ac52bf27 /devel/adabooch/pkg-descr
parent78cf067d4adf6cc6d03efb109057271fa4966f0b (diff)
Notes
Diffstat (limited to 'devel/adabooch/pkg-descr')
-rw-r--r--devel/adabooch/pkg-descr16
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/adabooch/pkg-descr b/devel/adabooch/pkg-descr
index 3c8d0abadc2b..62d36b31e9ad 100644
--- a/devel/adabooch/pkg-descr
+++ b/devel/adabooch/pkg-descr
@@ -1,18 +1,18 @@
-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 Ada 95 Booch components are a port of Grady Booch's C++ components.
+They contain the same key abstractions as the C++ form (Structs, Tools and
+Support). However, the organization is 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.
+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/
+WWW: http://booch95.sourceforge.net