---
name: gnat-aux
version: 20130412
origin: lang/gnat-aux
comment: GNAT Ada compiler based on GCC 4.6
arch: freebsd:9:x86:64
www: http://www.dragonlace.net/
maintainer: marino@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 158181604
desc: |
  GNAT AUX is based on the trunk version of Free Software Foundation's GNU
  Compiler Collection.  It carries with it the GMGPL license, the modified
  version of the GPL that exempts generic instantiation from resulting in
  a GPL-licensed executable.  This version of GNAT also carries with it the
  GCC Runtime Library Exception, so the resulting binaries have no licensing
  requirements.  Binaries produced by GNAT AUX should be handled the same as
  binaries produced by any FSF GNAT compiler.

  GNAT AUX implements the full Ada-83, Ada-95, and Ada-2005 language standards.
  It also implements some features of the draft Ada-2012 standard, which are
  optionally accessible via the -gnat2012 switch or Ada_2012 pragma.

  WWW: http://www.dragonlace.net/
deps:
  mpfr: {origin: math/mpfr, version: 3.1.2}
  mpc: {origin: math/mpc, version: 0.9}
  gmp: {origin: math/gmp, version: 5.1.2}
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories:
- lang
shlibs_required:
- libiconv.so.3
- libquadmath.so.0
- libmpc.so.2
- libmpfr.so.4
- libgmp.so.10
shlibs_provided:
- libstdc++.so.6
- libquadmath.so.0
- liblto_plugin.so.0
- libgnat-4.6.so
- libgnarl-4.6.so
- libgfortran.so.3
- libgcc_s.so.1
options: {TESTSUITE: off, OBJC: on, FORT: on, CXX: on, ADA: on}
