Commit graph

5 commits

Author SHA1 Message Date
Trevor Johnson
c0669efed5 Tidy up whitespace. 2004-04-10 17:26:55 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Edwin Groothuis
bf0673319c add new mastersite which doesn't have the distfiles but has a newer version online (volunteers anybody?)
Noticed by: bento
2003-10-13 01:19:45 +00:00
Kris Kennaway
b81f994f67 Remove previous maintainer, who no longer uses FreeBSD. 2003-10-12 11:38:14 +00:00
Edwin Groothuis
fe84096579 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>
2003-09-27 06:33:07 +00:00