diff --git a/devel/xsd/Makefile b/devel/xsd/Makefile index 8510fe2e9359..f63e2ae61f74 100644 --- a/devel/xsd/Makefile +++ b/devel/xsd/Makefile @@ -1,50 +1,48 @@ PORTNAME= xsd -PORTVERSION= 4.0.0 +DISTVERSION= 4.1.0.a11 DISTVERSIONSUFFIX= +dep -PORTREVISION= 4 CATEGORIES= devel -MASTER_SITES= http://www.codesynthesis.com/download/${PORTNAME}/${PORTVERSION:R}/ +MASTER_SITES= https://codesynthesis.com/~boris/tmp/${PORTNAME}/${DISTVERSION}/ MAINTAINER= kde@FreeBSD.org COMMENT= W3C XML Schema to C++ translator LICENSE= FLOSSE GPLv2 LICENSE_COMB= dual LICENSE_NAME_FLOSSE= FLOSS Exception LICENSE_FILE_FLOSSE= ${WRKSRC}/xsd/FLOSSE LICENSE_PERMS_FLOSSE= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= ${LOCALBASE}/include/build-0.3/abspath.make:devel/build # libxsd-frontend should come from a separate port as well, but at the moment # its distribution as a separate tarball is so poor that it does not even have # a `make install'. LIB_DEPENDS= libcutl.so:devel/libcutl \ libxerces-c.so:textproc/xerces-c3 -OPTIONS_DEFINE= DOCS EXAMPLES +USES= compiler:c++11-lang ghostscript:build gmake localbase:ldflags tar:bzip2 -ALL_TARGET= # no default target should be passed to gmake. -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib MAKEFILE= makefile MAKE_ARGS= EXTERNAL_LIBCUTL=y \ install_prefix=${STAGEDIR}${PREFIX} \ install_man_dir=${STAGEDIR}${MANPREFIX}/man \ verbose=1 -USES= compiler:c++11-lang gmake tar:bzip2 +ALL_TARGET= # no default target should be passed to gmake. + +OPTIONS_DEFINE= DOCS EXAMPLES post-patch: # Use devel/build instead of the port's bundled copy. ${RM} -r ${WRKSRC}/build-0.3 ${LN} -s ${LOCALBASE}/include/build-0.3 ${WRKSRC}/build-0.3 # Avoid conflict with C++20 by adding .txt suffix @${MV} ${WRKSRC}/libxsd-frontend/version \ ${WRKSRC}/libxsd-frontend/version.txt post-install: # Install examples into the right directory. ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${MV} ${STAGEDIR}${DOCSDIR}/examples/* ${STAGEDIR}${EXAMPLESDIR} ${RMDIR} ${STAGEDIR}${DOCSDIR}/examples .include diff --git a/devel/xsd/distinfo b/devel/xsd/distinfo index 81e54b894fa6..917f7e1570b1 100644 --- a/devel/xsd/distinfo +++ b/devel/xsd/distinfo @@ -1,2 +1,3 @@ -SHA256 (xsd-4.0.0+dep.tar.bz2) = eca52a9c8f52cdbe2ae4e364e4a909503493a0d51ea388fc6c9734565a859817 -SIZE (xsd-4.0.0+dep.tar.bz2) = 1642625 +TIMESTAMP = 1626852794 +SHA256 (xsd-4.1.0.a11+dep.tar.bz2) = 4fbe2d1e17ad4451bb3a9d9101ac89f7b465205470f1c7ad5e2c1386ac2c87d2 +SIZE (xsd-4.1.0.a11+dep.tar.bz2) = 1778335 diff --git a/devel/xsd/files/patch-xsd_doc_xsd.1 b/devel/xsd/files/patch-xsd_doc_xsd.1 index 5009f8018645..ee3e585c828a 100644 --- a/devel/xsd/files/patch-xsd_doc_xsd.1 +++ b/devel/xsd/files/patch-xsd_doc_xsd.1 @@ -1,78 +1,63 @@ Rename the xsd binary to xsdcxx, as lang/mono already installs an executable called `xsd'. ---- xsd/doc/xsd.1.orig 2014-07-21 06:38:41 UTC +--- xsd/doc/xsd.1.orig 2017-09-24 00:18:08 UTC +++ xsd/doc/xsd.1 -@@ -1,16 +1,16 @@ +@@ -1,7 +1,7 @@ .\" Process this file with .\" groff -man -Tascii xsd.1 .\" --.TH XSD 1 "July 2014" "XSD 4.0.0" -+.TH XSDCXX 1 "July 2014" "XSDCXX 4.0.0" +-.TH XSD 1 "July 2014" "XSD 4.1.0" ++.TH XSDCXX 1 "July 2014" "XSDCXX 4.1.0" .SH NAME --xsd \- W3C XML Schema to C++ Compiler -+xsdcxx \- W3C XML Schema to C++ Compiler - .\" - .\" + xsd \- W3C XML Schema to C++ Compiler .\" +@@ -10,7 +10,7 @@ xsd \- W3C XML Schema to C++ Compiler .\"-------------------------------------------------------------------- .SH SYNOPSIS .\"-------------------------------------------------------------------- -.B xsd +.B xsdcxx .I command .B [ .I options @@ -20,19 +20,19 @@ xsd \- W3C XML Schema to C++ Compiler .I file .B ...] .in -.B xsd help +.B xsdcxx help .B [ .I command .B ] .in -.B xsd version +.B xsdcxx version .\" .\" .\" .\"-------------------------------------------------------------------- .SH DESCRIPTION .\"-------------------------------------------------------------------- -.B xsd +.B xsdcxx generates vocabulary-specific, statically-typed C++ mapping from W3C XML Schema definitions. Particular mapping to produce is selected by a .IR command . @@ -96,7 +96,7 @@ Print usage information and exit. Use .PP .RS .RS 3 -.B xsd help +.B xsdcxx help .I command .RE .PP -@@ -133,9 +133,9 @@ semantics and uses \fBstd::unique_ptr\fP - - When the C++11 mode is selected, you normally don't need to perform any - extra steps other than enable C++11 in your C++ compiler, if required\. The --XSD compiler will automatically add the necessary macro defines to the --generated header files that will switch the header-only XSD runtime library --(\fBlibxsd\fP) to the C++11 mode\. However, if you include any of the XSD -+XSDCXX compiler will automatically add the necessary macro defines to the -+generated header files that will switch the header-only XSDCXX runtime library -+(\fBlibxsd\fP) to the C++11 mode\. However, if you include any of the XSDCXX - runtime headers directly in your application (normally you just include the - generated headers), then you will need to define the \fBXSD_CXX11\fP macro - for your entire project\. -@@ -1632,7 +1632,7 @@ option. With this approach you don't nee +@@ -1461,7 +1461,7 @@ option. With this approach you don't need to worry abo .\" .SH DIAGNOSTICS If the input file is not a valid W3C XML Schema definition, -.B xsd +.B xsdcxx will issue diagnostic messages to .B STDERR and exit with non-zero exit code. diff --git a/devel/xsd/files/patch-xsd_doc_xsd.xhtml b/devel/xsd/files/patch-xsd_doc_xsd.xhtml index 1f712969f570..321f1a928bcc 100644 --- a/devel/xsd/files/patch-xsd_doc_xsd.xhtml +++ b/devel/xsd/files/patch-xsd_doc_xsd.xhtml @@ -1,75 +1,70 @@ Rename the xsd binary to xsdcxx, as lang/mono already installs an executable called `xsd'. ---- xsd/doc/xsd.xhtml.orig 2014-07-21 06:38:41 UTC +--- xsd/doc/xsd.xhtml.orig 2017-09-24 00:18:08 UTC +++ xsd/doc/xsd.xhtml @@ -3,11 +3,11 @@ -- XSD 4.0.0 Compiler Command Line Manual -+ XSDCXX 4.0.0 Compiler Command Line Manual +- XSD 4.1.0 Compiler Command Line Manual ++ XSDCXX 4.1.0 Compiler Command Line Manual - + - + -@@ -50,19 +50,19 @@ +@@ -52,19 +52,19 @@

NAME

-

xsd - W3C XML Schema to C++ Compiler

+

xsdcxx - W3C XML Schema to C++ Compiler

SYNOPSIS

-
xsd command [options] file [file ...]
-
xsd help [command]
-
xsd version
+
xsdcxx command [options] file [file ...]
+
xsdcxx help [command]
+
xsdcxx version

DESCRIPTION

-

xsd generates vocabulary-specific, statically-typed +

xsdcxx generates vocabulary-specific, statically-typed C++ mapping from W3C XML Schema definitions. Particular mapping to produce is selected by a command. Each mapping has a number of mapping-specific options that should -@@ -138,10 +138,10 @@ - -

When the C++11 mode is selected, you normally don't need to perform any - extra steps other than enable C++11 in your C++ compiler, if required. The -- XSD compiler will automatically add the necessary macro defines to the -- generated header files that will switch the header-only XSD runtime library -+ XSDCXX compiler will automatically add the necessary macro defines to the -+ generated header files that will switch the header-only XSDCXX runtime library - (libxsd) to the C++11 mode. However, if you include any -- of the XSD runtime headers directly in your application (normally you just -+ of the XSDCXX runtime headers directly in your application (normally you just - include the generated headers), then you will need to define the - XSD_CXX11 macro for your entire project.

- -@@ -219,7 +219,7 @@ - -

For example, if you have file hello.xsd with - namespace http://example.com/hello and you run -- xsd on this file, then the string in question will -+ xsdcxx on this file, then the string in question will - be:

- -

hello.xsd. http://example.com/hello

-@@ -1530,7 +1530,7 @@ namespace .* +@@ -106,7 +106,7 @@ + +
help
+
Print usage information and exit. Use +-

xsd help command

++

xsdcxx help command

+ for command-specific help. +
+ +@@ -218,7 +218,7 @@ + +

For example, if you have file hello.xsd with + namespace http://example.com/hello and you run +- xsd on this file, then the string in question will ++ xsdcxx on this file, then the string in question will + be:

+ +

hello.xsd. http://example.com/hello

+@@ -1564,7 +1564,7 @@ namespace .*

DIAGNOSTICS

If the input file is not a valid W3C XML Schema definition, - xsd will issue diagnostic messages to STDERR + xsdcxx will issue diagnostic messages to STDERR and exit with non-zero exit code.

BUGS

diff --git a/devel/xsd/pkg-plist b/devel/xsd/pkg-plist index 83d60d3f7b52..c3219741b91d 100644 --- a/devel/xsd/pkg-plist +++ b/devel/xsd/pkg-plist @@ -1,462 +1,469 @@ bin/xsdcxx include/xsd/cxx/auto-array.hxx include/xsd/cxx/compilers/vc-8/post.hxx include/xsd/cxx/compilers/vc-8/pre.hxx include/xsd/cxx/config.hxx include/xsd/cxx/exceptions.hxx include/xsd/cxx/parser/document.hxx include/xsd/cxx/parser/document.txx include/xsd/cxx/parser/elements.hxx include/xsd/cxx/parser/elements.txx include/xsd/cxx/parser/error-handler.hxx include/xsd/cxx/parser/error-handler.txx include/xsd/cxx/parser/exceptions.hxx include/xsd/cxx/parser/exceptions.ixx include/xsd/cxx/parser/exceptions.txx include/xsd/cxx/parser/expat/elements.hxx include/xsd/cxx/parser/expat/elements.txx include/xsd/cxx/parser/map.hxx include/xsd/cxx/parser/map.ixx include/xsd/cxx/parser/map.txx include/xsd/cxx/parser/non-validating/parser.hxx include/xsd/cxx/parser/non-validating/parser.txx include/xsd/cxx/parser/non-validating/xml-schema-pimpl.hxx include/xsd/cxx/parser/non-validating/xml-schema-pimpl.ixx include/xsd/cxx/parser/non-validating/xml-schema-pimpl.txx include/xsd/cxx/parser/non-validating/xml-schema-pskel.hxx include/xsd/cxx/parser/non-validating/xml-schema-pskel.ixx include/xsd/cxx/parser/non-validating/xml-schema-pskel.txx include/xsd/cxx/parser/schema-exceptions.hxx include/xsd/cxx/parser/schema-exceptions.ixx include/xsd/cxx/parser/schema-exceptions.txx include/xsd/cxx/parser/substitution-map.hxx include/xsd/cxx/parser/substitution-map.txx include/xsd/cxx/parser/validating/exceptions.hxx include/xsd/cxx/parser/validating/exceptions.ixx include/xsd/cxx/parser/validating/exceptions.txx include/xsd/cxx/parser/validating/inheritance-map.hxx include/xsd/cxx/parser/validating/inheritance-map.txx include/xsd/cxx/parser/validating/parser.hxx include/xsd/cxx/parser/validating/parser.txx include/xsd/cxx/parser/validating/xml-schema-pimpl.hxx include/xsd/cxx/parser/validating/xml-schema-pimpl.ixx include/xsd/cxx/parser/validating/xml-schema-pimpl.txx include/xsd/cxx/parser/validating/xml-schema-pskel.hxx include/xsd/cxx/parser/validating/xml-schema-pskel.ixx include/xsd/cxx/parser/validating/xml-schema-pskel.txx include/xsd/cxx/parser/xerces/elements.hxx include/xsd/cxx/parser/xerces/elements.txx include/xsd/cxx/parser/xml-schema.hxx include/xsd/cxx/parser/xml-schema.ixx include/xsd/cxx/parser/xml-schema.txx include/xsd/cxx/post.hxx include/xsd/cxx/pre.hxx include/xsd/cxx/ro-string.hxx include/xsd/cxx/ro-string.txx include/xsd/cxx/tree/ace-cdr-stream-common.hxx include/xsd/cxx/tree/ace-cdr-stream-extraction.hxx include/xsd/cxx/tree/ace-cdr-stream-insertion.hxx include/xsd/cxx/tree/bits/literals.hxx include/xsd/cxx/tree/bits/literals.ixx include/xsd/cxx/tree/buffer.hxx include/xsd/cxx/tree/buffer.txx include/xsd/cxx/tree/comparison-map.hxx include/xsd/cxx/tree/comparison-map.txx include/xsd/cxx/tree/containers-wildcard.hxx include/xsd/cxx/tree/containers.hxx include/xsd/cxx/tree/containers.txx include/xsd/cxx/tree/date-time-extraction.txx include/xsd/cxx/tree/date-time-insertion.txx include/xsd/cxx/tree/date-time-ostream.txx include/xsd/cxx/tree/date-time.hxx include/xsd/cxx/tree/date-time.ixx include/xsd/cxx/tree/date-time.txx include/xsd/cxx/tree/element-map.hxx include/xsd/cxx/tree/element-map.txx include/xsd/cxx/tree/elements.hxx include/xsd/cxx/tree/elements.ixx include/xsd/cxx/tree/elements.txx include/xsd/cxx/tree/error-handler.hxx include/xsd/cxx/tree/error-handler.txx include/xsd/cxx/tree/exceptions.hxx include/xsd/cxx/tree/exceptions.txx include/xsd/cxx/tree/facet.hxx include/xsd/cxx/tree/istream-fwd.hxx include/xsd/cxx/tree/istream.hxx include/xsd/cxx/tree/iterator-adapter.hxx include/xsd/cxx/tree/list.hxx include/xsd/cxx/tree/ostream.hxx include/xsd/cxx/tree/parsing.hxx include/xsd/cxx/tree/parsing.txx include/xsd/cxx/tree/parsing/boolean.hxx include/xsd/cxx/tree/parsing/byte.hxx include/xsd/cxx/tree/parsing/date-time.txx include/xsd/cxx/tree/parsing/decimal.hxx include/xsd/cxx/tree/parsing/double.hxx include/xsd/cxx/tree/parsing/element-map.txx include/xsd/cxx/tree/parsing/float.hxx include/xsd/cxx/tree/parsing/int.hxx include/xsd/cxx/tree/parsing/long.hxx include/xsd/cxx/tree/parsing/short.hxx include/xsd/cxx/tree/parsing/unsigned-byte.hxx include/xsd/cxx/tree/parsing/unsigned-int.hxx include/xsd/cxx/tree/parsing/unsigned-long.hxx include/xsd/cxx/tree/parsing/unsigned-short.hxx include/xsd/cxx/tree/serialization.hxx include/xsd/cxx/tree/serialization.txx include/xsd/cxx/tree/serialization/boolean.hxx include/xsd/cxx/tree/serialization/byte.hxx include/xsd/cxx/tree/serialization/date-time.txx include/xsd/cxx/tree/serialization/decimal.hxx include/xsd/cxx/tree/serialization/double.hxx include/xsd/cxx/tree/serialization/element-map.txx include/xsd/cxx/tree/serialization/float.hxx include/xsd/cxx/tree/serialization/int.hxx include/xsd/cxx/tree/serialization/long.hxx include/xsd/cxx/tree/serialization/short.hxx include/xsd/cxx/tree/serialization/unsigned-byte.hxx include/xsd/cxx/tree/serialization/unsigned-int.hxx include/xsd/cxx/tree/serialization/unsigned-long.hxx include/xsd/cxx/tree/serialization/unsigned-short.hxx include/xsd/cxx/tree/std-ostream-map.hxx include/xsd/cxx/tree/std-ostream-map.txx include/xsd/cxx/tree/std-ostream-operators.hxx include/xsd/cxx/tree/stream-extraction-map.hxx include/xsd/cxx/tree/stream-extraction-map.txx include/xsd/cxx/tree/stream-extraction.hxx include/xsd/cxx/tree/stream-insertion-map.hxx include/xsd/cxx/tree/stream-insertion-map.txx include/xsd/cxx/tree/stream-insertion.hxx include/xsd/cxx/tree/text.hxx include/xsd/cxx/tree/text.txx include/xsd/cxx/tree/type-factory-map.hxx include/xsd/cxx/tree/type-factory-map.txx include/xsd/cxx/tree/type-serializer-map.hxx include/xsd/cxx/tree/type-serializer-map.txx include/xsd/cxx/tree/types.hxx include/xsd/cxx/tree/types.txx include/xsd/cxx/tree/xdr-stream-common.hxx include/xsd/cxx/tree/xdr-stream-extraction.hxx include/xsd/cxx/tree/xdr-stream-insertion.hxx include/xsd/cxx/version.hxx include/xsd/cxx/xml/bits/literals.hxx include/xsd/cxx/xml/bits/literals.ixx include/xsd/cxx/xml/char-iso8859-1.hxx include/xsd/cxx/xml/char-iso8859-1.txx include/xsd/cxx/xml/char-lcp.hxx include/xsd/cxx/xml/char-lcp.txx include/xsd/cxx/xml/char-utf8.hxx include/xsd/cxx/xml/char-utf8.txx include/xsd/cxx/xml/dom/auto-ptr.hxx include/xsd/cxx/xml/dom/bits/error-handler-proxy.hxx include/xsd/cxx/xml/dom/bits/error-handler-proxy.txx include/xsd/cxx/xml/dom/elements.hxx include/xsd/cxx/xml/dom/elements.txx include/xsd/cxx/xml/dom/parsing-header.hxx include/xsd/cxx/xml/dom/parsing-source.hxx include/xsd/cxx/xml/dom/parsing-source.txx include/xsd/cxx/xml/dom/serialization-header.hxx include/xsd/cxx/xml/dom/serialization-header.txx include/xsd/cxx/xml/dom/serialization-source.hxx include/xsd/cxx/xml/dom/serialization-source.txx include/xsd/cxx/xml/dom/wildcard-source.hxx include/xsd/cxx/xml/dom/wildcard-source.txx include/xsd/cxx/xml/elements.hxx include/xsd/cxx/xml/elements.txx include/xsd/cxx/xml/error-handler.hxx include/xsd/cxx/xml/exceptions.hxx include/xsd/cxx/xml/qualified-name.hxx include/xsd/cxx/xml/sax/bits/error-handler-proxy.hxx include/xsd/cxx/xml/sax/bits/error-handler-proxy.txx include/xsd/cxx/xml/sax/std-input-source.hxx include/xsd/cxx/xml/std-memory-manager.hxx include/xsd/cxx/xml/string.hxx include/xsd/cxx/xml/string.ixx include/xsd/cxx/xml/string.txx include/xsd/cxx/zc-istream.hxx include/xsd/cxx/zc-istream.txx man/man1/xsdcxx.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/build/cxx/compilers.make %%PORTEXAMPLES%%%%EXAMPLESDIR%%/build/cxx/rules.make %%PORTEXAMPLES%%%%EXAMPLESDIR%%/build/xsd/common.make %%PORTEXAMPLES%%%%EXAMPLESDIR%%/build/xsd/parser-rules.make %%PORTEXAMPLES%%%%EXAMPLESDIR%%/build/xsd/tree-rules.make %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/generated/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/generated/library.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/generated/library.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/generated/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/hello/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/hello/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/hello/hello.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/hello/hello.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/hello/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/library/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/library/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/library/library-pimpl.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/library/library-pimpl.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/library/library.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/library/library.map %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/library/library.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/library/library.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/library/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/mixed/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/mixed/anchor.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/mixed/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/mixed/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/mixed/text.map %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/mixed/text.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/mixed/text.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/mixin/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/mixin/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/mixin/instance.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/mixin/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/mixin/schema.map %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/mixin/schema.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/mixin/types.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/multiroot/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/multiroot/balance.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/multiroot/deposit.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/multiroot/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/multiroot/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/multiroot/protocol-pimpl.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/multiroot/protocol-pimpl.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/multiroot/protocol.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/multiroot/protocol.map %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/multiroot/protocol.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/multiroot/withdraw.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/performance/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/performance/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/performance/gen.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/performance/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/performance/test-50k.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/performance/test.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/performance/time.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/performance/time.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/polymorphism/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/polymorphism/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/polymorphism/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/polymorphism/supermen-pimpl.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/polymorphism/supermen-pimpl.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/polymorphism/supermen.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/polymorphism/supermen.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/polyroot/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/polyroot/batman.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/polyroot/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/polyroot/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/polyroot/person.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/polyroot/superman.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/polyroot/supermen-pimpl.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/polyroot/supermen-pimpl.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/polyroot/supermen.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/wildcard/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/wildcard/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/wildcard/email.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/wildcard/email.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/parser/wildcard/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/binary/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/binary/boost/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/binary/boost/boost-archive-extraction.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/binary/boost/boost-archive-insertion.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/binary/boost/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/binary/boost/library-prologue.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/binary/boost/library.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/binary/boost/library.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/binary/boost/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/binary/cdr/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/binary/cdr/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/binary/cdr/library.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/binary/cdr/library.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/binary/cdr/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/binary/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/binary/xdr/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/binary/xdr/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/binary/xdr/library.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/binary/xdr/library.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/binary/xdr/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/caching/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/caching/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/caching/library.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/caching/library.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/caching/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/compression/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/compression/compressed-format-target.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/compression/compressed-format-target.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/compression/compressed-input-source.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/compression/compressed-input-source.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/compression/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/compression/library.xml.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/compression/library.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/compression/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/calendar/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/calendar/calendar.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/calendar/calendar.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/calendar/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/calendar/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/calendar/xml-schema-custom.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/calendar/xml-schema-custom.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/comments/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/comments/dom-parse.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/comments/dom-parse.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/comments/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/comments/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/comments/people.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/comments/people.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/comments/xml-schema-custom.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/comments/xml-schema-custom.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/contacts/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/contacts/contacts-custom.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/contacts/contacts-custom.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/contacts/contacts.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/contacts/contacts.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/contacts/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/contacts/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/double/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/double/double-custom.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/double/double-custom.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/double/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/double/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/double/order.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/mixed/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/mixed/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/mixed/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/mixed/people-custom.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/mixed/people-custom.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/mixed/people.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/mixed/people.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/taxonomy/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/taxonomy/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/taxonomy/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/taxonomy/people-custom-fwd.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/taxonomy/people-custom.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/taxonomy/people-custom.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/taxonomy/people.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/taxonomy/people.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/wildcard/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/wildcard/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/wildcard/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/wildcard/wildcard-custom.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/wildcard/wildcard-custom.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/wildcard/wildcard.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/custom/wildcard/wildcard.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/embedded/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/embedded/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/embedded/grammar-input-stream.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/embedded/grammar-input-stream.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/embedded/library.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/embedded/library.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/embedded/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/embedded/xsdbin.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/hello/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/hello/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/hello/hello.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/hello/hello.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/hello/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/library/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/library/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/library/library.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/library/library.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/library/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/messaging/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/messaging/balance.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/messaging/deposit.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/messaging/dom-parse.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/messaging/dom-parse.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/messaging/dom-serialize.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/messaging/dom-serialize.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/messaging/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/messaging/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/messaging/protocol.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/messaging/withdraw.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/mixed/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/mixed/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/mixed/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/mixed/text.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/mixed/text.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/multiroot/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/multiroot/balance.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/multiroot/deposit.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/multiroot/dom-parse.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/multiroot/dom-parse.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/multiroot/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/multiroot/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/multiroot/protocol.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/multiroot/withdraw.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/order/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/order/element/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/order/element/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/order/element/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/order/element/transactions.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/order/element/transactions.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/order/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/order/mixed/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/order/mixed/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/order/mixed/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/order/mixed/text.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/order/mixed/text.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/performance/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/performance/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/performance/gen.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/performance/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/performance/parsing.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/performance/serialization.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/performance/test-50k.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/performance/test.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/performance/time.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/performance/time.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/polymorphism/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/polymorphism/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/polymorphism/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/polymorphism/supermen.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/polymorphism/supermen.xsd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/secure/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/secure/driver.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/secure/library.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/secure/library.xsd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/secure/makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/secure/secure-dom-parser.cxx +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/secure/secure-dom-parser.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/streaming/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/streaming/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/streaming/grammar-input-stream.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/streaming/grammar-input-stream.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/streaming/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/streaming/parser.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/streaming/parser.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/streaming/position.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/streaming/position.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/streaming/serializer.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/streaming/serializer.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/wildcard/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/wildcard/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/wildcard/email.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/wildcard/email.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/wildcard/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/xpath/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/xpath/dom-parse.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/xpath/dom-parse.hxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/xpath/driver.cxx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/xpath/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/xpath/people.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cxx/tree/xpath/people.xsd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/makefile %%PORTDOCS%%%%DOCSDIR%%/FLOSSE %%PORTDOCS%%%%DOCSDIR%%/GPLv2 %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/custom-literals.xsd %%PORTDOCS%%%%DOCSDIR%%/cxx/parser/guide/cxx-parser-guide.pdf %%PORTDOCS%%%%DOCSDIR%%/cxx/parser/guide/cxx-parser-guide.ps %%PORTDOCS%%%%DOCSDIR%%/cxx/parser/guide/figure-1.png %%PORTDOCS%%%%DOCSDIR%%/cxx/parser/guide/index.xhtml %%PORTDOCS%%%%DOCSDIR%%/cxx/tree/guide/cxx-tree-guide.pdf %%PORTDOCS%%%%DOCSDIR%%/cxx/tree/guide/cxx-tree-guide.ps %%PORTDOCS%%%%DOCSDIR%%/cxx/tree/guide/index.xhtml %%PORTDOCS%%%%DOCSDIR%%/cxx/tree/manual/cxx-tree-manual.pdf %%PORTDOCS%%%%DOCSDIR%%/cxx/tree/manual/cxx-tree-manual.ps %%PORTDOCS%%%%DOCSDIR%%/cxx/tree/manual/index.xhtml %%PORTDOCS%%%%DOCSDIR%%/cxx/tree/reference/footer.html %%PORTDOCS%%%%DOCSDIR%%/cxx/tree/reference/libxsd.doxygen %%PORTDOCS%%%%DOCSDIR%%/cxx/tree/reference/makefile %%PORTDOCS%%%%DOCSDIR%%/default.css %%PORTDOCS%%%%DOCSDIR%%/xsd.xhtml