aboutsummaryrefslogtreecommitdiff
path: root/devel/adabooch
Commit message (Collapse)AuthorAgeFilesLines
* marino 12 devel ports: Remove @dirrm, tend install commands, plusJohn Marino2014-10-161-6/+0
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=370993
* devel/adabooch: Fix plist (orphaned file)John Marino2014-05-162-2/+3
| | | | Notes: svn path=/head/; revision=354202
* devel/adabooch: Rework installation targetJohn Marino2014-02-192-4/+31
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=345092
* devel/adabooch: Update from version 20030309 to 20130322John Marino2014-02-156-280/+629
| | | | | | | | | 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. Notes: svn path=/head/; revision=344412
* devel/adabooch*: Take over maintainership of Adabooch portsJohn Marino2014-02-151-1/+1
| | | | | | | | 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. Notes: svn path=/head/; revision=344377
* Support stageBaptiste Daroussin2014-01-221-15/+9
| | | | | | | Fix UUOC Notes: svn path=/head/; revision=340697
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-3/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* - Add licenseSylvio Cesar Teixeira2011-05-201-0/+2
| | | | Notes: svn path=/head/; revision=274393
* - Update MASTER_SITESylvio Cesar Teixeira2011-05-122-2/+1
| | | | | | | - Removed MD5 of distinfo Notes: svn path=/head/; revision=274014
* - Update my mail address to FreeBSDSylvio Cesar Teixeira2009-11-271-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=244870
* - Pass maintainership to Sylvio Amorim <scjamorim at bsd.com.br>.Marcelo Araujo2009-06-211-1/+1
| | | | Notes: svn path=/head/; revision=236451
* - Change my mail address to araujo@.Marcelo Araujo2007-06-291-1/+1
| | | | | | | Approved by: stas (mentor) Notes: svn path=/head/; revision=194470
* - Update to 20030309Martin Wilke2007-01-155-25/+13
| | | | | | | | | | - Pass maintainership to submitter PR: 107914 Submitted by: Marcelo Araujo <araujo@bsdmail.org> Notes: svn path=/head/; revision=182447
* - Remove bad site:Jean Milanez Melo2006-07-251-2/+1
| | | | | | | * http://www.pogner.demon.co.uk/components/bc/download/ Notes: svn path=/head/; revision=168734
* - Add some SHA256 checksumsPav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149311
* Tidy up whitespace.Trevor Johnson2004-04-101-6/+6
| | | | Notes: svn path=/head/; revision=106671
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* add new mastersite which doesn't have the distfiles but has a newer version ↵Edwin Groothuis2003-10-131-1/+2
| | | | | | | | | online (volunteers anybody?) Noticed by: bento Notes: svn path=/head/; revision=90969
* Remove previous maintainer, who no longer uses FreeBSD.Kris Kennaway2003-10-121-1/+1
| | | | Notes: svn path=/head/; revision=90908
* New port: adabooch is a Booch implementation for Ada95Edwin Groothuis2003-09-276-0/+323
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> Notes: svn path=/head/; revision=89518