1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

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>
This commit is contained in:
Edwin Groothuis 2003-09-27 06:22:23 +00:00
parent a766e89b2b
commit e7ac705e54
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89516
5 changed files with 57 additions and 0 deletions

View File

@ -10,6 +10,7 @@
SUBDIR += aap
SUBDIR += ac-archive
SUBDIR += acpicatools
SUBDIR += adabooch-doc-html
SUBDIR += adacurses
SUBDIR += adasdl
SUBDIR += agenda-headers

View File

@ -0,0 +1,33 @@
# New ports collection makefile for: adabooch
# Date created: 21 December 2002
# Whom: David Holm <david@realityrift.com>
#
# $FreeBSD$
#
PORTNAME= adabooch-doc
PORTVERSION= 20020602
CATEGORIES= devel
MASTER_SITES= http://www.adapower.net/booch/download/
DISTNAME= bc-html-${PORTVERSION}
EXTRACT_SUFX= .zip
MAINTAINER= david@realityrift.com
COMMENT= Manual for adabooch
USE_ZIP= yes
NO_BUILD= yes
NO_MTREE= yes
PREFIX= ${LOCALBASE}/share/doc
WRKSRC= ${WRKDIR}/adabooch-doc-html
EXTRACT_AFTER_ARGS= -d ${WRKSRC}
pre-extract:
@${MKDIR} ${WRKSRC}
do-install:
@${MKDIR} ${PREFIX}/adabooch
@${MKDIR} ${PREFIX}/adabooch/html
@(cd ${WRKSRC} && pax -r -w * ${PREFIX}/adabooch/html)
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (bc-html-20020602.zip) = c5ef5947d4e407d4396176f0865989dc

View File

@ -0,0 +1,4 @@
This is the manual for adabooch in HTML.
- David Holm
david@realityrift.com

View File

@ -0,0 +1,18 @@
adabooch/html/acl_faq.html
adabooch/html/ada95lgo.gif
adabooch/html/car-fleet.jpg
adabooch/html/case-study.html
adabooch/html/coldframe-hash.tgz
adabooch/html/coldframe-hash.zip
adabooch/html/compiler-problems.html
adabooch/html/demos.html
adabooch/html/documentation.html
adabooch/html/download.html
adabooch/html/greenline.gif
adabooch/html/index.html
adabooch/html/organization.jpg
adabooch/html/overview.html
adabooch/html/release.html
adabooch/html/x.ada
@dirrm adabooch/html
@dirrm adabooch