Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Update my mail address to FreeBSD | Sylvio Cesar Teixeira | 2009-11-27 | 1 | -1/+1 |
| | | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=244870 | ||||
* | - Pass maintainership to Sylvio Amorim <scjamorim at bsd.com.br>. | Marcelo Araujo | 2009-06-21 | 1 | -1/+1 |
| | | | | Notes: svn path=/head/; revision=236451 | ||||
* | - Change my mail address to araujo@. | Marcelo Araujo | 2007-06-29 | 1 | -1/+1 |
| | | | | | | | Approved by: stas (mentor) Notes: svn path=/head/; revision=194470 | ||||
* | - Update to 20030309 | Cheng-Lung Sung | 2007-01-05 | 1 | -2/+2 |
| | | | | | | | | | | - take maintainership PR: ports/107547 Submitted by: maintainer (Marcelo Araujo <araujo_AT_bsdmail dot org>) Notes: svn path=/head/; revision=181470 | ||||
* | - Remove bad site: | Jean Milanez Melo | 2006-07-25 | 1 | -2/+1 |
| | | | | | | | * http://www.pogner.demon.co.uk/components/bc/download/ Notes: svn path=/head/; revision=168734 | ||||
* | Tidy up whitespace. | Trevor Johnson | 2004-04-10 | 1 | -11/+11 |
| | | | | Notes: svn path=/head/; revision=106671 | ||||
* | Use PAX macro. | Trevor Johnson | 2004-01-22 | 1 | -1/+1 |
| | | | | Notes: svn path=/head/; revision=98754 | ||||
* | added new mastersite which doesn't have the distfiles neither but has a ↵ | Edwin Groothuis | 2003-10-13 | 1 | -1/+2 |
| | | | | | | | | | | | newer version (volunteers anybody?) Noticed by: bento. ' Notes: svn path=/head/; revision=90970 | ||||
* | Remove previous maintainer, who no longer uses FreeBSD. | Kris Kennaway | 2003-10-12 | 1 | -1/+1 |
| | | | | Notes: svn path=/head/; revision=90908 | ||||
* | New port: adabooch is a Booch implementation for Ada95 | Edwin Groothuis | 2003-09-27 | 1 | -0/+33 |
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 |