Port details |
- adabooch Ada 95 Booch Components
- 20160321_2 devel
=0 20160321_2Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2003-09-27 06:33:57
- Last Update: 2022-02-28 21:34:25
- Commit Hash: 8e2a89b
- License: GPLv2 GMGPL
- WWW:
- https://sourceforge.net/projects/booch95/
- Description:
- The Ada 95 Booch components are a port of Grady Booch's C++ components.
They contain the same key abstractions as the C++ form (Structs, Tools and
Support). However, the organization is 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: https://sourceforge.net/projects/booch95/
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- adabooch>0:devel/adabooch
- No installation instructions:
- This port has been deleted.
- PKGNAME: adabooch
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (bc-20160321.tar.bz2) = 045fdbcbe613d1454d69995ccf21c80653bcd8afbfe269d760a47ca0f70694bf
SIZE (bc-20160321.tar.bz2) = 561697
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gprbuild : devel/gprbuild
- ada : lang/gcc6-aux
- gmake>=4.3 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for adabooch-20160321_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_adabooch
- USES:
- ada gmake tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20160321_2 28 Feb 2022 21:34:25 |
Rene Ladan (rene) |
cleanup: Remove ports depending on expired lang/gcc6-aux
Keep ports-mgmt/synth and dependencies (including lang/gcc6-aux itself)
for now as synth is the only Ada port still maintained and might be
somewhat high-profile.
Removed ports:
archivers/zip-ada
cad/ghdl
databases/adabase
databases/apq
databases/apq-mysql
databases/apq-odbc
databases/apq-pgsql
devel/ada-util (Only the first 15 lines of the commit message are shown above ) |
20160321_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20160321_2 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
20160321_1 21 Apr 2017 20:25:01 |
rene |
Return ports maintained by John Marino to the pool, he is no longer interested.
Submitted by: Mark Millard via private e-mail |
20160321_1 15 Feb 2017 21:33:11 |
rene |
Return the ports mistakenly reset to ports@ in r433856 to John Marino.
The mistake was completely on my part, I somehow connected the dots the
wrong way in my head.
The only exceptions (for now) are archivers/zstd and ports-mgmt/synth
which were already picked up by new volunteers in the mean time. |
20160321_1 11 Feb 2017 12:42:30 |
rene |
Return ports maintained by John Marino to the pool, see r433827 for details |
20160321_1 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
20160321_1 30 Apr 2016 06:44:28 |
marino |
Change Ada Framework foundation from gcc5-aux to gcc6-aux
GCC 6.1 was released this week. The Ada Framework in FreeBSD ports has
been based on GCC 5.3 GNAT although GCC 6.x has been supported for awhile
via the ADA_DEFAULT option in make.conf.
Now that GCC 6 has been officially released, switch to it by default.
People can maintain the old foundation by putting "ADA_DEFAULT=5" in
/etc/make.conf.
Libraries built by one GNAT are unusable by another, so almost every Ada
port has been bumped as a result. Noticable exceptions are dns/ironsides
which fails to build on gcc6 (thus USES=ada:5 is set) and cad/ghdl which
needs additional testing as it may require gcc5 on FreeBSD (DragonFly
uses the LLVM backend only). |
20160321 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
20160321 27 Mar 2016 17:52:50 |
marino |
devel/adabooch: Upgrade version 20130322 => 20160321 |
20130322_1 08 Dec 2015 16:51:53 |
amdmi3 |
- Switch to options helpers
Approved by: portmgr blanket |
20130322_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
20130322_1 16 Oct 2014 10:36:15 |
marino |
marino 12 devel ports: Remove @dirrm, tend install commands, plus
The main purpose of this commit is to remove @dirrm from the pkg-plist of
some of my ports in devel category. While here, also:
* Unmask some commands
* Use parenthesis on compound commands for multi-job support
* Add a license in one case
* USES=python conversion in one case
* Add WWW and reformat description in one case
* Respect 80-columns |
20130322_1 16 May 2014 08:53:21 |
marino |
devel/adabooch: Fix plist (orphaned file) |
20130322 19 Feb 2014 13:39:50 |
marino |
devel/adabooch: Rework installation target
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. |
20130322 15 Feb 2014 15:53:14 |
marino |
devel/adabooch: Update from version 20030309 to 20130322
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. |
20030309 15 Feb 2014 12:49:46 |
marino |
devel/adabooch*: Take over maintainership of Adabooch ports
sylvio@ has been MIA for more than a year. The Adabooch ports need
maintenance. The doc port will be merged into main port upon upgrade. |
20030309 22 Jan 2014 08:34:39 |
bapt |
Support stage
Fix UUOC |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
20030309 22 Oct 2011 23:50:23 |
eadler |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
20030309 20 May 2011 19:49:23 |
sylvio |
- Add license |
20030309 12 May 2011 19:06:49 |
sylvio |
- Update MASTER_SITE
- Removed MD5 of distinfo |
20030309 27 Nov 2009 22:52:30 |
sylvio |
- Update my mail address to FreeBSD
Approved by: miwi (mentor) |
20030309 21 Jun 2009 22:11:42 |
araujo |
- Pass maintainership to Sylvio Amorim <scjamorim at bsd.com.br>. |
20030309 29 Jun 2007 16:29:19 |
araujo |
- Change my mail address to araujo@.
Approved by: stas (mentor) |
20030309 15 Jan 2007 20:06:56 |
miwi |
- Update to 20030309
- Pass maintainership to submitter
PR: 107914
Submitted by: Marcelo Araujo <araujo@bsdmail.org> |
20020602 25 Jul 2006 16:00:00 |
jmelo |
- Remove bad site:
* http://www.pogner.demon.co.uk/components/bc/download/ |
20020602 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
20020602 10 Apr 2004 17:26:55 |
trevor |
Tidy up whitespace. |
20020602 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
20020602 13 Oct 2003 01:19:45 |
edwin |
add new mastersite which doesn't have the distfiles but has a newer version
online (volunteers anybody?)
Noticed by: bento |
20020602 12 Oct 2003 11:38:14 |
kris |
Remove previous maintainer, who no longer uses FreeBSD. |
20020602 27 Sep 2003 06:33:07 |
edwin |
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. (Only the first 15 lines of the commit message are shown above ) |