f149a8d2d5
This new port intends to be more versatile although the only verified compiler atm is lang/gcc-aux. Once the two port that depend on gprbuild are updated, devel/gprbuild-aux should be removed main points: 1) supports new USES+= ada 2) Updated to GNAT GPL 2012 source 3) supports DESTDIR (tested on pkgsrc) 4) improved targetsets 5) Includes custom support for -R RPATH support (only found here, I created it) PR: ports/178146 Submitted by: John Marino <draco@marino.st>
10 lines
603 B
Text
10 lines
603 B
Text
GPRbuild is an advanced software tool designed to help automate the
|
|
construction of multi-language systems. It removes the complexity from
|
|
multi-language development by allowing developers to quickly and easily
|
|
compile and link software written in a combination of languages including
|
|
Ada, Assembler, C, C++, and Fortran. Easily extendable by users to cover
|
|
new toolchains and languages it is primarily aimed at projects of all sizes
|
|
organized into subsystems and libraries and is particularly well suited for
|
|
compiled languages.
|
|
|
|
WWW: http://www.adacore.com/home/products/gnatpro/toolsuite/gprbuild/
|