aboutsummaryrefslogtreecommitdiff
path: root/devel/adabooch-doc-html
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up whitespace.Trevor Johnson2004-04-101-11/+11
| | | | Notes: svn path=/head/; revision=106671
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Use PAX macro.Trevor Johnson2004-01-221-1/+1
| | | | Notes: svn path=/head/; revision=98754
* added new mastersite which doesn't have the distfiles neither but has a ↵Edwin Groothuis2003-10-131-1/+2
| | | | | | | | | | | newer version (volunteers anybody?) Noticed by: bento. ' Notes: svn path=/head/; revision=90970
* Remove previous maintainer, who no longer uses FreeBSD.Kris Kennaway2003-10-121-1/+1
| | | | Notes: svn path=/head/; revision=90908
* New port: adabooch is a Booch implementation for Ada95Edwin Groothuis2003-09-274-0/+56
This is the documenation part of it. 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: svn path=/head/; revision=89516