aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-15 04:17:17 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-15 04:17:17 +0000
commit0f8c1fa677db53c63ef3ae442fa3ccf2acd9af07 (patch)
tree47b9b1f3fff856ef944c309a2c2e865a3c58a16a /textproc
parent238eb28f29a99977c46202c62c6e1be22c52c5b7 (diff)
downloadports-0f8c1fa677db53c63ef3ae442fa3ccf2acd9af07.tar.gz
ports-0f8c1fa677db53c63ef3ae442fa3ccf2acd9af07.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/xerces-c3/pkg-descr17
1 files changed, 13 insertions, 4 deletions
diff --git a/textproc/xerces-c3/pkg-descr b/textproc/xerces-c3/pkg-descr
index 2b324423e488..1d6472c543ae 100644
--- a/textproc/xerces-c3/pkg-descr
+++ b/textproc/xerces-c3/pkg-descr
@@ -1,5 +1,14 @@
-Xerces-C++ is a validating XML parser from the Apache XML Project.
-It provides a shared library to parse, generate, mainpulate and
-validate XML documents from within your own application.
+Xerces-C++ is a validating XML parser written in a portable subset of C++.
+Xerces-C++ makes it easy to give your application the ability to read and write
+XML data. A shared library is provided for parsing, generating, manipulating,
+and validating XML documents using the DOM, SAX, and SAX2 APIs.
-WWW: http://xml.apache.org/xerces-c/
+Xerces-C++ is faithful to the XML 1.0 recommendation and many associated
+standards.
+
+The parser provides high performance, modularity, and scalability. Source code,
+samples and API documentation are provided with the parser. For portability,
+care has been taken to make minimal use of templates, no RTTI, and minimal use
+of #ifdefs.
+
+WWW: https://xerces.apache.org/xerces-c/