aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-08-21 19:07:48 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-08-21 19:07:48 +0000
commit701fd571f9f6bdf572f165d539efedd629a3fc7a (patch)
treed381b63dee30d6c8834050f3311628f663d5883d /textproc/Makefile
parent988b15524a78f0bad5dbf622de5e5fb67e6ee647 (diff)
downloadports-701fd571f9f6bdf572f165d539efedd629a3fc7a.tar.gz
ports-701fd571f9f6bdf572f165d539efedd629a3fc7a.zip
Add textproc/pugixml.
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
Notes: svn path=/head/; revision=365584
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 0299035b829b..3fe0761b63e2 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1134,6 +1134,7 @@
SUBDIR += print-n-times
SUBDIR += prosper
SUBDIR += publican
+ SUBDIR += pugixml
SUBDIR += pure-csv
SUBDIR += pure-xml
SUBDIR += py-4suite-xml