aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/xerces-c/pkg-descr
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2002-03-13 10:33:50 +0800
committerade <ade@FreeBSD.org>2002-03-13 10:33:50 +0800
commit22c19220baaf5570695ff26c9c499d0eae38ea3e (patch)
treedaf778f6461a5170f5742365343075610c774af5 /textproc/xerces-c/pkg-descr
parent304461ca3657b9fe4d1f67fc0a23ab694a7d3caf (diff)
downloadfreebsd-ports-gnome-22c19220baaf5570695ff26c9c499d0eae38ea3e.tar.gz
freebsd-ports-gnome-22c19220baaf5570695ff26c9c499d0eae38ea3e.tar.zst
freebsd-ports-gnome-22c19220baaf5570695ff26c9c499d0eae38ea3e.zip
Add xerces-c, an Apache XML Processor
PR: 33313 Submitted by: Alex Kiesel <kiesel@schlund.de>
Diffstat (limited to 'textproc/xerces-c/pkg-descr')
-rw-r--r--textproc/xerces-c/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/xerces-c/pkg-descr b/textproc/xerces-c/pkg-descr
new file mode 100644
index 000000000000..d3e42a5c373c
--- /dev/null
+++ b/textproc/xerces-c/pkg-descr
@@ -0,0 +1,14 @@
+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.
+
+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, no C++ namespaces and minimal use of #ifdefs.
+
+WWW: http://xml.apache.org/xerces-c/index.html
+
+- Alex Kiesel
+kiesel@schlund.de