diff options
author | George Shapovalov <george@gentoo.org> | 2009-08-30 09:19:47 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2009-08-30 09:19:47 +0000 |
commit | fc801b59579020fe2cb5a3d4ad36c014f4dd6308 (patch) | |
tree | b68ea65eacc32a122d45f7e9e1355e55416f2e52 /dev-ada | |
parent | changed longdescription to actually describe qtada (diff) | |
download | gentoo-2-fc801b59579020fe2cb5a3d4ad36c014f4dd6308.tar.gz gentoo-2-fc801b59579020fe2cb5a3d4ad36c014f4dd6308.tar.bz2 gentoo-2-fc801b59579020fe2cb5a3d4ad36c014f4dd6308.zip |
changed longdescription to actually describe the package
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ada')
-rw-r--r-- | dev-ada/polyorb/Manifest | 2 | ||||
-rw-r--r-- | dev-ada/polyorb/metadata.xml | 9 |
2 files changed, 9 insertions, 2 deletions
diff --git a/dev-ada/polyorb/Manifest b/dev-ada/polyorb/Manifest index 5d6a84a2406b..5a20e0657f6a 100644 --- a/dev-ada/polyorb/Manifest +++ b/dev-ada/polyorb/Manifest @@ -1,4 +1,4 @@ DIST polyorb-2.1.0.tar.bz2 1852658 RMD160 172ccbd2af87f812f4faef738835c544dac8bd9b SHA1 41a330dca124ed1a58e5bd05d6f8afa6a9df7766 SHA256 66c5e33894f96ec1f02da4e43f5805655143c3d51e4d8eedbfa5a903aac40b25 EBUILD polyorb-2.1.0.ebuild 1991 RMD160 a6b3f1645c438c5e92593073ec4598aeca1ec646 SHA1 8e9a7c5f103e6fae2452dbe22c76796b357a99f4 SHA256 c03cdb89bc0a19eda9a65d1dad115743aa78d222d3362cbc8b6b43a2e472c2e4 MISC ChangeLog 460 RMD160 7bcaca896d078e4d71307970de6867a4b3766436 SHA1 b9b2406daa3d75688a381c5bc869fb4118b99e03 SHA256 26fab87f41534f314e55cd65a72430d59b4c1a2c3bdd6f9397175415d5813e55 -MISC metadata.xml 938 RMD160 d56fe21a5d0e3476dea7db8c325618f6ec007502 SHA1 47efe6a2dbcf0f11b04f1bd9d144e018ace7579d SHA256 2f009a0f62b8fc89cc7188d5bedfcd8cea774d70456f69454ad2ec6cd544a377 +MISC metadata.xml 529 RMD160 1bb5155347709d7b667db1e660f97b5b3776aa65 SHA1 c8fed00715b4bc7dcbae06acb6e230c9031da6f6 SHA256 fe8348218b09e090b7b3285791be9b2eefcbb6dadb978db1e977bd9343a1a2e9 diff --git a/dev-ada/polyorb/metadata.xml b/dev-ada/polyorb/metadata.xml index 66f2f1fc397f..dc6776b0c9a8 100644 --- a/dev-ada/polyorb/metadata.xml +++ b/dev-ada/polyorb/metadata.xml @@ -2,5 +2,12 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>ada</herd> -<longdescription>XML/Ada includes a complete XML parser that fully supports the XML 1.0 specifications, including DTDs, entity resolution, external entities,attribute normalization, and conditional sections. XML/Ada also supports the SAX 2.0 standard. Through an object-oriented Ada interface, the XML/Ada SAX implementation provides an extremely efficient way to convert XML streams to application-specific data representations. XML/Ada includes full support for the core part of DOM 2.0. In addition to this XML support, XML/Ada includes an extensive set of packages to read, manipulate and write Unicode streams, in various encodings like UTF-8, UTF-16 and UTF-32. It provides a conversion mechanism between Unicode and encodings such as Latin-1, Latin-2, etc.</longdescription> + +<longdescription> +PolyORB aims at providing a uniform solution to build distributed applications; +relying either on industrial-strength middleware standards such as CORBA, +the Distributed System Annex of Ada 95, distribution programming paradigms such as +Web Services, Message Oriented Middleware (MOM), or to implement application-specific +middleware. +</longdescription> </pkgmetadata> |