Date: Sun, 15 Jan 2017 04:17:17 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431517 - head/textproc/xerces-c3 Message-ID: <201701150417.v0F4HHtV043034@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jan 15 04:17:17 2017 New Revision: 431517 URL: https://svnweb.freebsd.org/changeset/ports/431517 Log: Update pkg-descr and WWW Modified: head/textproc/xerces-c3/pkg-descr Modified: head/textproc/xerces-c3/pkg-descr ============================================================================== --- head/textproc/xerces-c3/pkg-descr Sun Jan 15 04:17:13 2017 (r431516) +++ head/textproc/xerces-c3/pkg-descr Sun Jan 15 04:17:17 2017 (r431517) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701150417.v0F4HHtV043034>