aboutsummaryrefslogtreecommitdiff
path: root/devel/ahven
Commit message (Collapse)AuthorAgeFilesLines
* devel/ahven: Improve symbolic traceback functionalityJohn Marino2014-04-042-6/+31
| | | | | | | | | | Rather than show the lengthy and not helpful trace of the Ahven Framework when a symbolic trace is shown, detect the start of this infrastructure trace and truncate it there. This helps debugging greatly by removing a lot of noise. Notes: svn path=/head/; revision=350170
* devel/ahven: Disable style checks to prepare for gcc49John Marino2014-03-121-0/+10
| | | | | | | | | | Avhen enables numerous style checks for the production build, but unfortunately the "then placement" check fails on Ahven too. There are at least two source files that need changing, so let's just remove the checks completely. They are developer switches IMO. Notes: svn path=/head/; revision=347986
* devel/ahven: Modify to add symbolic tracing.John Marino2014-02-182-2/+44
| | | | | | | | | | | | | | | | The author, Tero Koskine, intends for ahven to be compiler agnostic, and therefore can't use GNAT-specific functionality like GNAT.Traceback.Symbolic. However, there is only one brand of Ada compiler in ports, GNAT, so we can take advantage of it. This change adds a default option to alter the exception handling to trace through the symbols to display files and line numbers of each frame on the stack. Declining the option builds Ahven without the modification and allows Ahven to be used on non-GNAT compilers (assuming you can find one on FreeBSD.) Notes: svn path=/head/; revision=344938
* devel/ahven: Two more fixesJohn Marino2014-02-172-2/+3
| | | | | | | | | Fix 1: It was building windows compat by default, switch to "unix" Fix 2: BSD_INSTALL_LIB was stripping all symbols out of static libary, switch to BSD_INSTALL_DATA to avoid that. Notes: svn path=/head/; revision=344823
* devel/ahven: Don't try to strip ali files, use BSD_INSTALL_DATA insteadJohn Marino2014-02-172-1/+2
| | | | Notes: svn path=/head/; revision=344821
* devel/ahven: Add ISC licenseJohn Marino2014-02-122-1/+3
| | | | | | | No bump, 10 minute rule. :) Notes: svn path=/head/; revision=343910
* devel/avhen: Update from version 2.3 to 2.4John Marino2014-02-123-7/+7
| | | | Notes: svn path=/head/; revision=343909
* devel/ahven: Convert to stagingJohn Marino2013-11-101-6/+2
| | | | Notes: svn path=/head/; revision=333372
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* Add new port: devel/ahvenJohn Marino2013-07-215-0/+171
Avhen is a testing framework for the Ada programming language. It has functional similarities to JUnit and AUnit. Approved by: bapt (mentor) Notes: svn path=/head/; revision=323393