summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTupone Alfredo <tupone@gentoo.org>2017-03-26 22:02:54 +0200
committerTupone Alfredo <tupone@gentoo.org>2017-03-26 22:02:54 +0200
commit14755823acb49bf2d36e0d3d5dfa4ee48ffc3a8c (patch)
treedb58af1128706e1d1e7cdd6d3bab4735989cf25b /dev-ada/xmlada/metadata.xml
parentdev-php/phpunit: Mark ~hppa (bug #613766). (diff)
downloadgentoo-14755823acb49bf2d36e0d3d5dfa4ee48ffc3a8c.tar.gz
gentoo-14755823acb49bf2d36e0d3d5dfa4ee48ffc3a8c.tar.bz2
gentoo-14755823acb49bf2d36e0d3d5dfa4ee48ffc3a8c.zip
dev-ada/xmlada: Add dev-ada/xmlada
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ada/xmlada/metadata.xml')
-rw-r--r--dev-ada/xmlada/metadata.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ada/xmlada/metadata.xml b/dev-ada/xmlada/metadata.xml
new file mode 100644
index 000000000000..521d595c3ffb
--- /dev/null
+++ b/dev-ada/xmlada/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <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">
+ 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>