summaryrefslogtreecommitdiffstats
path: root/textproc/libxml++26
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-09 13:27:30 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-09 13:27:30 +0800
commit3de066e663e1f2db69cfe530c2b2878f493e45fe (patch)
tree4d6b8985dd9ab49858b103ffae3b67677641ea3e /textproc/libxml++26
parent858e18190771654281302a75d832aa45b3d607aa (diff)
downloadmarcuscom-ports-3de066e663e1f2db69cfe530c2b2878f493e45fe.tar
marcuscom-ports-3de066e663e1f2db69cfe530c2b2878f493e45fe.tar.gz
marcuscom-ports-3de066e663e1f2db69cfe530c2b2878f493e45fe.tar.bz2
marcuscom-ports-3de066e663e1f2db69cfe530c2b2878f493e45fe.tar.lz
marcuscom-ports-3de066e663e1f2db69cfe530c2b2878f493e45fe.tar.xz
marcuscom-ports-3de066e663e1f2db69cfe530c2b2878f493e45fe.tar.zst
marcuscom-ports-3de066e663e1f2db69cfe530c2b2878f493e45fe.zip
Add libxml++26, and update to 2.10.0. This version is API and ABI
compatible with 2.6.x, so a repocopy to libxml++210 is not needed. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3901 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc/libxml++26')
-rw-r--r--textproc/libxml++26/Makefile53
-rw-r--r--textproc/libxml++26/distinfo2
-rw-r--r--textproc/libxml++26/files/patch-libxml++::parsers::parser.cc10
-rw-r--r--textproc/libxml++26/pkg-descr5
-rw-r--r--textproc/libxml++26/pkg-plist279
5 files changed, 349 insertions, 0 deletions
diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile
new file mode 100644
index 000000000..75e01ef58
--- /dev/null
+++ b/textproc/libxml++26/Makefile
@@ -0,0 +1,53 @@
+# ex:ts=8
+# New ports collection makefile for: libxml++
+# Date created: Feb 26, 2001
+# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
+#
+# $FreeBSD: ports/textproc/libxml++26/Makefile,v 1.32 2004/09/30 05:31:58 kris Exp $
+#
+
+PORTNAME= libxml++
+PORTVERSION= 2.10.0
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
+
+MAINTAINER= bland@FreeBSD.org
+COMMENT= XML API for C++
+
+LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm
+BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
+
+LATEST_LINK= libxml++26
+
+USE_GMAKE= yes
+USE_GCC= 3.4
+USE_GNOME= gnomehack gnometarget libxml2 pkgconfig
+USE_INC_LIBTOOL_VER=15
+USE_REINPLACE= yes
+INSTALLS_SHLIB= yes
+
+PLIST_SUB= VERSION="2.6" API_VERSION="2.6"
+
+post-patch:
+ @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \
+ ${WRKSRC}/Makefile.in
+.if defined(NOPORTDOCS)
+ @${REINPLACE_CMD} -E '/^SUBDIRS = /s/(docs|examples)//g' ${WRKSRC}/Makefile.in
+.endif
+
+.if !defined(NOPORTDOCS)
+post-configure:
+ @${TOUCH} ${WRKSRC}/docs/reference/html/index.html
+.endif
+
+patch-autotools:
+ @(cd ${PATCH_WRKSRC}; \
+ for file in ${LIBTOOLFILES}; do \
+ ${CP} $$file $$file.tmp; \
+ ${SED} -e "/^ltmain=/s^\$$ac_aux_dir/ltmain.sh^${LTMAIN}^g" \
+ $$file.tmp > $$file; \
+ ${RM} $$file.tmp; \
+ done);
+
+.include <bsd.port.mk>
diff --git a/textproc/libxml++26/distinfo b/textproc/libxml++26/distinfo
new file mode 100644
index 000000000..01d17a160
--- /dev/null
+++ b/textproc/libxml++26/distinfo
@@ -0,0 +1,2 @@
+MD5 (libxml++-2.10.0.tar.gz) = 7e2d331537258f355efa40f2471cc24d
+SIZE (libxml++-2.10.0.tar.gz) = 879992
diff --git a/textproc/libxml++26/files/patch-libxml++::parsers::parser.cc b/textproc/libxml++26/files/patch-libxml++::parsers::parser.cc
new file mode 100644
index 000000000..c77f306e9
--- /dev/null
+++ b/textproc/libxml++26/files/patch-libxml++::parsers::parser.cc
@@ -0,0 +1,10 @@
+--- libxml++/parsers/parser.cc.orig Sat Feb 7 02:11:35 2004
++++ libxml++/parsers/parser.cc Fri Feb 20 00:02:22 2004
+@@ -9,6 +9,7 @@
+ #include <libxml/parser.h>
+
+ #include <cstdarg> //For va_list.
++#include <memory>
+
+ namespace xmlpp {
+
diff --git a/textproc/libxml++26/pkg-descr b/textproc/libxml++26/pkg-descr
new file mode 100644
index 000000000..94d8feaff
--- /dev/null
+++ b/textproc/libxml++26/pkg-descr
@@ -0,0 +1,5 @@
+libxml++ is a C++ interface for working with XML files, using libxml
+(gnome-xml) to parse and write the actual XML files. It has a simple
+but complete API.
+
+WWW: http://libxmlplusplus.sourceforge.net/
diff --git a/textproc/libxml++26/pkg-plist b/textproc/libxml++26/pkg-plist
new file mode 100644
index 000000000..5afee2da9
--- /dev/null
+++ b/textproc/libxml++26/pkg-plist
@@ -0,0 +1,279 @@
+include/libxml++-%%API_VERSION%%/libxml++/attribute.h
+include/libxml++-%%API_VERSION%%/libxml++/document.h
+include/libxml++-%%API_VERSION%%/libxml++/dtd.h
+include/libxml++-%%API_VERSION%%/libxml++/exceptions/exception.h
+include/libxml++-%%API_VERSION%%/libxml++/exceptions/internal_error.h
+include/libxml++-%%API_VERSION%%/libxml++/exceptions/parse_error.h
+include/libxml++-%%API_VERSION%%/libxml++/exceptions/validity_error.h
+include/libxml++-%%API_VERSION%%/libxml++/io/istreamparserinputbuffer.h
+include/libxml++-%%API_VERSION%%/libxml++/io/ostreamoutputbuffer.h
+include/libxml++-%%API_VERSION%%/libxml++/io/outputbuffer.h
+include/libxml++-%%API_VERSION%%/libxml++/io/parserinputbuffer.h
+include/libxml++-%%API_VERSION%%/libxml++/keepblanks.h
+include/libxml++-%%API_VERSION%%/libxml++/libxml++.h
+include/libxml++-%%API_VERSION%%/libxml++/nodes/cdatanode.h
+include/libxml++-%%API_VERSION%%/libxml++/nodes/commentnode.h
+include/libxml++-%%API_VERSION%%/libxml++/nodes/contentnode.h
+include/libxml++-%%API_VERSION%%/libxml++/nodes/element.h
+include/libxml++-%%API_VERSION%%/libxml++/nodes/entityreference.h
+include/libxml++-%%API_VERSION%%/libxml++/nodes/node.h
+include/libxml++-%%API_VERSION%%/libxml++/nodes/processinginstructionnode.h
+include/libxml++-%%API_VERSION%%/libxml++/nodes/textnode.h
+include/libxml++-%%API_VERSION%%/libxml++/noncopyable.h
+include/libxml++-%%API_VERSION%%/libxml++/parsers/domparser.h
+include/libxml++-%%API_VERSION%%/libxml++/parsers/parser.h
+include/libxml++-%%API_VERSION%%/libxml++/parsers/saxparser.h
+include/libxml++-%%API_VERSION%%/libxml++/parsers/textreader.h
+include/libxml++-%%API_VERSION%%/libxml++/validators/dtdvalidator.h
+include/libxml++-%%API_VERSION%%/libxml++/validators/validator.h
+lib/libxml++-%%VERSION%%.a
+lib/libxml++-%%VERSION%%.so
+lib/libxml++-%%VERSION%%.so.2
+libdata/pkgconfig/libxml++-%%API_VERSION%%.pc
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/manual/html/ar01s02.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/manual/html/index.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/annotated.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/attribute_8h.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/cdatanode_8h.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classbool.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classes.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Attribute-members.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Attribute.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Attribute__inherit__graph.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Attribute__inherit__graph.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Attribute__inherit__graph.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1CdataNode-members.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1CdataNode.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1CdataNode__inherit__graph.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1CdataNode__inherit__graph.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1CdataNode__inherit__graph.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1CommentNode-members.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1CommentNode.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1CommentNode__inherit__graph.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1CommentNode__inherit__graph.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1CommentNode__inherit__graph.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1ContentNode-members.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1ContentNode.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1ContentNode__inherit__graph.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1ContentNode__inherit__graph.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1ContentNode__inherit__graph.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Document-members.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Document.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Document__inherit__graph.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Document__inherit__graph.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Document__inherit__graph.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1DomParser-members.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1DomParser.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1DomParser__inherit__graph.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1DomParser__inherit__graph.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1DomParser__inherit__graph.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Dtd-members.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Dtd.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1DtdValidator-members.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1DtdValidator.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1DtdValidator__inherit__graph.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1DtdValidator__inherit__graph.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1DtdValidator__inherit__graph.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Element-members.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Element.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Element__inherit__graph.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Element__inherit__graph.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Element__inherit__graph.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1EntityReference-members.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1EntityReference.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1EntityReference__inherit__graph.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1EntityReference__inherit__graph.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1EntityReference__inherit__graph.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1IStreamParserInputBuffer-members.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1IStreamParserInputBuffer.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1IStreamParserInputBuffer__inherit__graph.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1IStreamParserInputBuffer__inherit__graph.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1IStreamParserInputBuffer__inherit__graph.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1KeepBlanks-members.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1KeepBlanks.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Node-members.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Node.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Node__inherit__graph.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Node__inherit__graph.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Node__inherit__graph.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1NonCopyable-members.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1NonCopyable.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1NonCopyable__inherit__graph.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1NonCopyable__inherit__graph.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1NonCopyable__inherit__graph.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1OStreamOutputBuffer-members.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1OStreamOutputBuffer.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1OStreamOutputBuffer__inherit__graph.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1OStreamOutputBuffer__inherit__graph.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1OStreamOutputBuffer__inherit__graph.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1OutputBuffer-members.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1OutputBuffer.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1OutputBuffer__inherit__graph.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1OutputBuffer__inherit__graph.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1OutputBuffer__inherit__graph.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Parser-members.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Parser.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1ParserInputBuffer-members.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1ParserInputBuffer.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1ParserInputBuffer__inherit__graph.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1ParserInputBuffer__inherit__graph.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1ParserInputBuffer__inherit__graph.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Parser__inherit__graph.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Parser__inherit__graph.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Parser__inherit__graph.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1ProcessingInstructionNode-members.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1ProcessingInstructionNode.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1ProcessingInstructionNode__inherit__graph.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1ProcessingInstructionNode__inherit__graph.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1ProcessingInstructionNode__inherit__graph.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1SaxParser-members.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1SaxParser.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1SaxParser__inherit__graph.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1SaxParser__inherit__graph.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1SaxParser__inherit__graph.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1TextNode-members.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1TextNode.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1TextNode__inherit__graph.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1TextNode__inherit__graph.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1TextNode__inherit__graph.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1TextReader-members.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1TextReader.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1TextReader__inherit__graph.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1TextReader__inherit__graph.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1TextReader__inherit__graph.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Validator-members.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Validator.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Validator__inherit__graph.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Validator__inherit__graph.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1Validator__inherit__graph.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1exception-members.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1exception.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1exception__inherit__graph.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1exception__inherit__graph.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1exception__inherit__graph.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1internal__error-members.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1internal__error.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1internal__error__inherit__graph.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1internal__error__inherit__graph.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1internal__error__inherit__graph.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1parse__error-members.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1parse__error.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1parse__error__inherit__graph.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1parse__error__inherit__graph.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1parse__error__inherit__graph.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1validity__error-members.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1validity__error.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1validity__error__inherit__graph.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1validity__error__inherit__graph.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/classxmlpp_1_1validity__error__inherit__graph.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/commentnode_8h.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/contentnode_8h.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/dir_000000.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/dir_000000_dep.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/dir_000000_dep.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/dir_000001.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/dir_000001_dep.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/dir_000001_dep.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/dir_000002.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/dir_000002_dep.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/dir_000002_dep.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/dir_000003.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/dir_000003_dep.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/dir_000003_dep.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/dir_000004.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/dir_000004_dep.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/dir_000004_dep.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/dir_000005.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/dir_000005_dep.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/dir_000005_dep.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/dirs.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/document_8h.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/domparser_8h.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/doxygen.css
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/doxygen.png
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/dtd_8h.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/dtdvalidator_8h.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/element_8h.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/entityreference_8h.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/exception_8h.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/files.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/functions.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/functions_enum.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/functions_eval.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/functions_func.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/functions_rela.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/functions_type.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/functions_vars.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/globals.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/globals_enum.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/globals_eval.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/globals_type.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/graph_legend.dot
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/graph_legend.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/graph_legend.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/hierarchy.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/index.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/inherit__graph__0.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/inherit__graph__0.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/inherit__graph__0.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/inherit__graph__1.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/inherit__graph__1.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/inherit__graph__1.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/inherit__graph__2.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/inherit__graph__2.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/inherit__graph__2.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/inherit__graph__3.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/inherit__graph__3.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/inherit__graph__3.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/inherit__graph__4.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/inherit__graph__4.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/inherit__graph__4.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/inherit__graph__5.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/inherit__graph__5.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/inherit__graph__5.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/inherit__graph__6.jpg
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/inherit__graph__6.map
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/inherit__graph__6.md5
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/inherits.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/internal__error_8h.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/istreamparserinputbuffer_8h.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/keepblanks_8h.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/libxml++_8h.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/namespaceSigC.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/namespacemembers.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/namespacemembers_enum.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/namespacemembers_eval.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/namespacemembers_type.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/namespaces.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/namespacexmlpp.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/node_8h.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/noncopyable_8h.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/ostreamoutputbuffer_8h.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/outputbuffer_8h.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/parse__error_8h.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/parser_8h.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/parserinputbuffer_8h.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/processinginstructionnode_8h.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/saxparser_8h.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/structxmlpp_1_1SaxParser_1_1Attribute-members.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/structxmlpp_1_1SaxParser_1_1Attribute.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/structxmlpp_1_1SaxParser_1_1AttributeHasName-members.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/structxmlpp_1_1SaxParser_1_1AttributeHasName.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/textnode_8h.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/textreader_8h.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/validator_8h.html
+%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html/validity__error_8h.html
+%%PORTDOCS%%@dirrm share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10/html
+%%PORTDOCS%%@dirrm share/doc/libxml++-%%API_VERSION%%/docs/reference/2.10
+%%PORTDOCS%%@dirrm share/doc/libxml++-%%API_VERSION%%/docs/reference
+%%PORTDOCS%%@dirrm share/doc/libxml++-%%API_VERSION%%/docs/manual/html
+%%PORTDOCS%%@dirrm share/doc/libxml++-%%API_VERSION%%/docs/manual
+%%PORTDOCS%%@dirrm share/doc/libxml++-%%API_VERSION%%/docs
+%%PORTDOCS%%@dirrm share/doc/libxml++-%%API_VERSION%%
+@dirrm include/libxml++-%%API_VERSION%%/libxml++/validators
+@dirrm include/libxml++-%%API_VERSION%%/libxml++/parsers
+@dirrm include/libxml++-%%API_VERSION%%/libxml++/nodes
+@dirrm include/libxml++-%%API_VERSION%%/libxml++/io
+@dirrm include/libxml++-%%API_VERSION%%/libxml++/exceptions
+@dirrm include/libxml++-%%API_VERSION%%/libxml++
+@dirrm include/libxml++-%%API_VERSION%%