aboutsummaryrefslogtreecommitdiff
path: root/devel/afay
Commit message (Collapse)AuthorAgeFilesLines
* marino 12 devel ports: Remove @dirrm, tend install commands, plusJohn Marino2014-10-163-14/+19
| | | | | | | | | | | | | | 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
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* devel/afay: AdoptJohn Marino2014-05-151-1/+1
| | | | | | | | | | | | This was the only Ada port not maintained by me. The listed maintainer never submitted or approved any changes after the port was imported in 2006, and he did not respond to my request to take it over. It was the only port he maintained. Approved by: maintainer timeout (~8 weeks) Notes: svn path=/head/; revision=354110
* devel/afay: Fix for gcc49 and add EXAMPLES optionJohn Marino2014-03-143-37/+71
| | | | | | | | | | | | | * Add a patch to make gcc49 building this port * Add EXAMPLES option * Fix DOCS option * Simplify installation, respect 80 columns This means only gnatdroid-arm* depends on gcc47-aux now. Everything else can be built with gcc49 Notes: svn path=/head/; revision=348207
* devel/afay: Requires USES=ada:47 for nowJohn Marino2014-03-091-3/+5
| | | | | | | | While here, fix the options and make the COMMENT shorter. To build on ada:49 will require patched source. Notes: svn path=/head/; revision=347695
* Support stageBaptiste Daroussin2014-01-272-31/+27
| | | | Notes: svn path=/head/; revision=341368
* 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
* devel/afay: Move to Ada frameworkJohn Marino2013-07-261-11/+12
| | | | | | | | | | | | | | Currently this port has a hard dependency on lang/gnat. This has been replaced with USES+=ada and minor changes to incorporate it into the Ada framework with a PORTREVISION bump. The makefile header was trimmed and NOPORTDOCS was replaced with the DOCS option, and now portlint is happy. Approved by: bapt & culot (mentors) Notes: svn path=/head/; revision=323753
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-24/+24
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* A modified version of Aflex/Ayacc for Ada95 parent/child feature support. A newMartin Wilke2006-11-146-0/+116
directive "%unit A.B.C" is added, enabling the Ada unit A.B.C to be the parent of the generated lexer/parser. Aflex/Ayacc are copyrighted by the The University of California. PR: ports/105356 Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com> Notes: svn path=/head/; revision=177236