summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTupone Alfredo <tupone@gentoo.org>2017-03-29 21:27:24 +0200
committerTupone Alfredo <tupone@gentoo.org>2017-03-29 21:27:24 +0200
commit46dba86bc79018ffa1157f9f06e598de481ebb66 (patch)
tree465f4a6c9d7c0459365dc6dd3aad5b8aeb135026 /dev-ada/gprbuild/metadata.xml
parentdev-lang/gnat-gpl: Set the gnatbind executable for gprbind (diff)
downloadgentoo-46dba86bc79018ffa1157f9f06e598de481ebb66.tar.gz
gentoo-46dba86bc79018ffa1157f9f06e598de481ebb66.tar.bz2
gentoo-46dba86bc79018ffa1157f9f06e598de481ebb66.zip
dev-ada/gprbuild: Now that dev-ada/xmlada is in, use it to build
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ada/gprbuild/metadata.xml')
-rw-r--r--dev-ada/gprbuild/metadata.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/dev-ada/gprbuild/metadata.xml b/dev-ada/gprbuild/metadata.xml
index d39fc81d0ddc..521d595c3ffb 100644
--- a/dev-ada/gprbuild/metadata.xml
+++ b/dev-ada/gprbuild/metadata.xml
@@ -5,7 +5,16 @@
<email>tupone@gentoo.org</email>
<name>Tupone Alfredo</name>
</maintainer>
+ <use>
+ <flag name="shared">Build shared library</flag>
+ <flag name="static">Build static library</flag>
+ <flag name="static-pic">Build static library with pic code</flag>
+ </use>
<longdescription lang="en">
- GPRbuild is an advanced software tool designed to help automate the construction of multi-language systems. It removes 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.
+ XML/Ada is a set of modules that provide a simple manipulation of XML streams. It supports the whole XML 1.1 specifications, and can parse any file that follows this standard (including the contents of the DTD, although no validation of the document is done based on those).
+
+ It also provides support for a number of other standard associated with XML, like SAX, DOM and XML schemas.
+
+ In addition, it includes a module to manipulate Unicode streams, since this is required by the XML standard.
</longdescription>
</pkgmetadata>