aboutsummaryrefslogtreecommitdiff
path: root/textproc/pugixml
Commit message (Collapse)AuthorAgeFilesLines
* Install both the shared and static library.Adam Weinberger2014-08-253-2/+26
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=366086
* Add textproc/pugixml.Adam Weinberger2014-08-213-0/+30
pugixml is a light-weight C++ XML processing library. It features: * DOM-like interface with rich traversal/modification capabilities * Extremely fast non-validating XML parser which constructs the DOM tree from an XML file/buffer * XPath 1.0 implementation for complex data-driven tree queries * Full Unicode support with Unicode interface variants and automatic encoding conversions WWW: http://pugixml.com/ PR: 192634 Submitted by: ybungalobill@gmail.com Notes: svn path=/head/; revision=365584