CVS log for ports/devel/adabooch-doc-html/distinfo
Up to [FreeBSD] / ports / devel / adabooch-doc-html
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri May 20 19:49:21 2011 UTC (8 months, 3 weeks ago) by sylvio
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +0 -1 lines
- Add license
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jan 5 07:00:21 2007 UTC (5 years, 1 month ago) by clsung
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_EOL, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
- Update to 20030309 - take maintainership PR: ports/107547 Submitted by: maintainer (Marcelo Araujo <araujo_AT_bsdmail dot org>)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Nov 24 15:39:03 2005 UTC (6 years, 2 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -0 lines
- Add some SHA256 checksums
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jan 29 07:22:53 2004 UTC (8 years ago) by trevor
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -0 lines
SIZEify.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Sep 27 06:22:23 2003 UTC (8 years, 4 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
New port: adabooch is a Booch implementation for Ada95 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>
