aboutsummaryrefslogtreecommitdiff
path: root/devel/adabooch/files
Commit message (Collapse)AuthorAgeFilesLines
* devel/adabooch: Rework installation targetJohn Marino2014-02-191-0/+31
| | | | | | | | | | | For some reason, $prefix was already defined on DragonFly but I didn't realize this was the reason it wouldn't install there until after completely revamping the installation target. In any case, it's much better now. No bump as there are no difference for FreeBSD and it never built on DragonFly. Notes: svn path=/head/; revision=345092
* devel/adabooch: Update from version 20030309 to 20130322John Marino2014-02-152-22/+0
| | | | | | | | | This update has a documentation option, so the adabooch-doc-html port is obsolete and will be removed shortly. This 10-year newer version is properly maintained and integrated into the Ada Framework. Notes: svn path=/head/; revision=344412
* - Update to 20030309Martin Wilke2007-01-152-8/+8
| | | | | | | | | | - Pass maintainership to submitter PR: 107914 Submitted by: Marcelo Araujo <araujo@bsdmail.org> Notes: svn path=/head/; revision=182447
* New port: adabooch is a Booch implementation for Ada95Edwin Groothuis2003-09-272-0/+22
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=89518