CVS log for ports/devel/adabooch/Makefile
Up to [FreeBSD] / ports / devel / adabooch
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.11: 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.10: preferred, colored
Changes since revision 1.10: +2 -0 lines
- Add license
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu May 12 19:06:49 2011 UTC (9 months ago) by sylvio
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
- Update MASTER_SITE - Removed MD5 of distinfo
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Nov 27 22:52:17 2009 UTC (2 years, 2 months ago) by sylvio
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
- Update my mail address to FreeBSD Approved by: miwi (mentor)
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Jun 21 22:11:40 2009 UTC (2 years, 7 months ago) by araujo
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
- Pass maintainership to Sylvio Amorim <scjamorim at bsd.com.br>.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jun 29 16:29:05 2007 UTC (4 years, 7 months ago) by araujo
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
- Change my mail address to araujo@. Approved by: stas (mentor)
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jan 15 20:06:56 2007 UTC (5 years ago) by miwi
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
- Update to 20030309 - Pass maintainership to submitter PR: 107914 Submitted by: Marcelo Araujo <araujo@bsdmail.org>
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jul 25 16:00:00 2006 UTC (5 years, 6 months ago) by jmelo
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -2 lines
- Remove bad site: * http://www.pogner.demon.co.uk/components/bc/download/
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Apr 10 17:26:31 2004 UTC (7 years, 10 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -6 lines
Tidy up whitespace.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Oct 13 01:19:45 2003 UTC (8 years, 4 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
add new mastersite which doesn't have the distfiles but has a newer version online (volunteers anybody?) Noticed by: bento
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Oct 12 11:38:14 2003 UTC (8 years, 4 months ago) by kris
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Remove previous maintainer, who no longer uses FreeBSD.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Sep 27 06:33:07 2003 UTC (8 years, 4 months ago) by edwin
Branches: MAIN
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>
