aboutsummaryrefslogtreecommitdiff
path: root/devel/ahven
Commit message (Collapse)AuthorAgeFilesLines
* - Fix plistDmitry Marakasov2015-11-173-1/+4
| | | | | | | | | - Fix WWW: Approved by: portmgr blanket Notes: svn path=/head/; revision=401809
* devel/ahven: Upgrade version 2.4 => 2.6John Marino2015-11-075-53/+42
| | | | | | | | | | | | | I could not use the comfignat build system. For starters it creates a dynamic library which, when used, has troubling finding libgnarl. If I make changes to force it to build statically, the programms that link to it fail with a STORAGE ERROR. Finally I just put all the build and install steps in the port makefile and everything is working as it did with version 2.4 Notes: svn path=/head/; revision=401003
* - Add missing docfiles into plistDmitry Marakasov2015-09-032-12/+10
| | | | | | | | | | | | - Use options helpers - Fix installation with DOCS disabled (do not try to install docs which were not built) PR: 202795 Submitted by: amdmi3 Approved by: marino (maintainer) Notes: svn path=/head/; revision=395942
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=386312
* marino 12 devel ports: Remove @dirrm, tend install commands, plusJohn Marino2014-10-162-10/+3
| | | | | | | | | | | | | | 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/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