Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Sep 2003 23:22:23 -0700 (PDT)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/adabooch-doc-html Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200309270622.h8R6MNDr096245@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
edwin       2003/09/26 23:22:23 PDT

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/adabooch-doc-html Makefile distinfo pkg-descr pkg-plist 
  Log:
  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>
  
  Revision  Changes    Path
  1.1283    +1 -0      ports/devel/Makefile
  1.1       +33 -0     ports/devel/adabooch-doc-html/Makefile (new)
  1.1       +1 -0      ports/devel/adabooch-doc-html/distinfo (new)
  1.1       +4 -0      ports/devel/adabooch-doc-html/pkg-descr (new)
  1.1       +18 -0     ports/devel/adabooch-doc-html/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309270622.h8R6MNDr096245>