summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorpettai <pettai>2010-03-15 18:45:36 +0000
committerpettai <pettai>2010-03-15 18:45:36 +0000
commitfcd9ddfc63dd54a0ea40b962a241cb6d273fc89e (patch)
tree773e7ca4416bdfc0a705a6e29e97e49020944872 /textproc
parent83d29a99f6af849f36bf4e541bda78d6e751b92a (diff)
downloadpkgsrc-fcd9ddfc63dd54a0ea40b962a241cb6d273fc89e.tar.gz
OpenSAML requires this lower-level library that provides a higher level
interface to XML processing, particularly in light of signing and encryption. This package includes two alternate library versions, one with security support, and one so-called "lite" version without that support.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/xmltooling/DESCR4
-rw-r--r--textproc/xmltooling/Makefile26
-rw-r--r--textproc/xmltooling/PLIST899
-rw-r--r--textproc/xmltooling/buildlink3.mk14
-rw-r--r--textproc/xmltooling/distinfo5
5 files changed, 948 insertions, 0 deletions
diff --git a/textproc/xmltooling/DESCR b/textproc/xmltooling/DESCR
new file mode 100644
index 00000000000..2058960e33b
--- /dev/null
+++ b/textproc/xmltooling/DESCR
@@ -0,0 +1,4 @@
+OpenSAML requires this lower-level library that provides a higher level
+interface to XML processing, particularly in light of signing and encryption.
+This package includes two alternate library versions, one with security support,
+and one so-called "lite" version without that support.
diff --git a/textproc/xmltooling/Makefile b/textproc/xmltooling/Makefile
new file mode 100644
index 00000000000..89fff233a80
--- /dev/null
+++ b/textproc/xmltooling/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/03/15 18:45:36 pettai Exp $
+#
+
+DISTNAME= xmltooling-${PKGVERSION}
+PKGVERSION= 1.3.3
+CATEGORIES= textproc
+MASTER_SITES= http://shibboleth.internet2.edu/downloads/opensaml/cpp/2.3/
+
+MAINTAINER= pettai@NetBSD.org
+HOMEPAGE= http://shibboleth.internet2.edu/
+COMMENT= High level interface for XML processing library
+LICENSE= apache-2.0
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --disable-doxygen-doc
+
+USE_LIBTOOL= yes
+USE_LANGUAGES= c c++
+
+.include "../../devel/log4shib/buildlink3.mk"
+.include "../../textproc/xerces-c/buildlink3.mk"
+.include "../../security/xml-security-c/buildlink3.mk"
+.include "../../www/curl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/xmltooling/PLIST b/textproc/xmltooling/PLIST
new file mode 100644
index 00000000000..94eded58854
--- /dev/null
+++ b/textproc/xmltooling/PLIST
@@ -0,0 +1,899 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/03/15 18:45:36 pettai Exp $
+include/xmltooling/AbstractAttributeExtensibleXMLObject.h
+include/xmltooling/AbstractComplexElement.h
+include/xmltooling/AbstractDOMCachingXMLObject.h
+include/xmltooling/AbstractSimpleElement.h
+include/xmltooling/AbstractXMLObject.h
+include/xmltooling/AttributeExtensibleXMLObject.h
+include/xmltooling/ConcreteXMLObjectBuilder.h
+include/xmltooling/ElementExtensibleXMLObject.h
+include/xmltooling/ElementProxy.h
+include/xmltooling/Lockable.h
+include/xmltooling/Namespace.h
+include/xmltooling/PluginManager.h
+include/xmltooling/QName.h
+include/xmltooling/XMLObject.h
+include/xmltooling/XMLObjectBuilder.h
+include/xmltooling/XMLToolingConfig.h
+include/xmltooling/base.h
+include/xmltooling/char_traits.h
+include/xmltooling/config_pub.h
+include/xmltooling/encryption/Decrypter.h
+include/xmltooling/encryption/EncryptedKeyResolver.h
+include/xmltooling/encryption/Encrypter.h
+include/xmltooling/encryption/Encryption.h
+include/xmltooling/exceptions.h
+include/xmltooling/impl/AnyElement.h
+include/xmltooling/impl/UnknownElement.h
+include/xmltooling/io/AbstractXMLObjectMarshaller.h
+include/xmltooling/io/AbstractXMLObjectUnmarshaller.h
+include/xmltooling/io/GenericRequest.h
+include/xmltooling/io/GenericResponse.h
+include/xmltooling/io/HTTPRequest.h
+include/xmltooling/io/HTTPResponse.h
+include/xmltooling/logging.h
+include/xmltooling/security/AbstractPKIXTrustEngine.h
+include/xmltooling/security/BasicX509Credential.h
+include/xmltooling/security/ChainingTrustEngine.h
+include/xmltooling/security/Credential.h
+include/xmltooling/security/CredentialContext.h
+include/xmltooling/security/CredentialCriteria.h
+include/xmltooling/security/CredentialResolver.h
+include/xmltooling/security/KeyInfoCredentialContext.h
+include/xmltooling/security/KeyInfoResolver.h
+include/xmltooling/security/OpenSSLCredential.h
+include/xmltooling/security/OpenSSLCryptoX509CRL.h
+include/xmltooling/security/OpenSSLTrustEngine.h
+include/xmltooling/security/SecurityHelper.h
+include/xmltooling/security/SignatureTrustEngine.h
+include/xmltooling/security/TrustEngine.h
+include/xmltooling/security/X509Credential.h
+include/xmltooling/security/X509TrustEngine.h
+include/xmltooling/security/XSECCryptoX509CRL.h
+include/xmltooling/signature/ContentReference.h
+include/xmltooling/signature/KeyInfo.h
+include/xmltooling/signature/Signature.h
+include/xmltooling/signature/SignatureValidator.h
+include/xmltooling/soap/HTTPSOAPTransport.h
+include/xmltooling/soap/OpenSSLSOAPTransport.h
+include/xmltooling/soap/SOAP.h
+include/xmltooling/soap/SOAPClient.h
+include/xmltooling/soap/SOAPTransport.h
+include/xmltooling/unicode.h
+include/xmltooling/util/CurlURLInputStream.h
+include/xmltooling/util/DateTime.h
+include/xmltooling/util/NDC.h
+include/xmltooling/util/ParserPool.h
+include/xmltooling/util/PathResolver.h
+include/xmltooling/util/Predicates.h
+include/xmltooling/util/ReloadableXMLFile.h
+include/xmltooling/util/ReplayCache.h
+include/xmltooling/util/StorageService.h
+include/xmltooling/util/TemplateEngine.h
+include/xmltooling/util/Threads.h
+include/xmltooling/util/URLEncoder.h
+include/xmltooling/util/XMLConstants.h
+include/xmltooling/util/XMLHelper.h
+include/xmltooling/util/XMLObjectChildrenList.h
+include/xmltooling/validation/Validator.h
+include/xmltooling/validation/ValidatorSuite.h
+include/xmltooling/version.h
+lib/libxmltooling-lite.a
+lib/libxmltooling-lite.so
+lib/libxmltooling-lite.so.4
+lib/libxmltooling-lite.so.4.0.3
+lib/libxmltooling.a
+lib/libxmltooling.so
+lib/libxmltooling.so.4
+lib/libxmltooling.so.4.0.3
+share/doc/${PKGNAME}/CURL.LICENSE
+share/doc/${PKGNAME}/LICENSE.txt
+share/doc/${PKGNAME}/LOG4CPP.LICENSE
+share/doc/${PKGNAME}/NOTICE.txt
+share/doc/${PKGNAME}/OPENSSL.LICENSE
+share/doc/${PKGNAME}/README.txt
+share/doc/${PKGNAME}/api/html/a00001.html
+share/doc/${PKGNAME}/api/html/a00002.html
+share/doc/${PKGNAME}/api/html/a00003.html
+share/doc/${PKGNAME}/api/html/a00004.html
+share/doc/${PKGNAME}/api/html/a00005.html
+share/doc/${PKGNAME}/api/html/a00006.html
+share/doc/${PKGNAME}/api/html/a00007.html
+share/doc/${PKGNAME}/api/html/a00008.html
+share/doc/${PKGNAME}/api/html/a00009.html
+share/doc/${PKGNAME}/api/html/a00010.html
+share/doc/${PKGNAME}/api/html/a00011.html
+share/doc/${PKGNAME}/api/html/a00012.html
+share/doc/${PKGNAME}/api/html/a00013.html
+share/doc/${PKGNAME}/api/html/a00014.html
+share/doc/${PKGNAME}/api/html/a00015.html
+share/doc/${PKGNAME}/api/html/a00016.html
+share/doc/${PKGNAME}/api/html/a00017.html
+share/doc/${PKGNAME}/api/html/a00018.html
+share/doc/${PKGNAME}/api/html/a00019.html
+share/doc/${PKGNAME}/api/html/a00020.html
+share/doc/${PKGNAME}/api/html/a00021.html
+share/doc/${PKGNAME}/api/html/a00022.html
+share/doc/${PKGNAME}/api/html/a00023.html
+share/doc/${PKGNAME}/api/html/a00024.html
+share/doc/${PKGNAME}/api/html/a00025.html
+share/doc/${PKGNAME}/api/html/a00026.html
+share/doc/${PKGNAME}/api/html/a00027.html
+share/doc/${PKGNAME}/api/html/a00028.html
+share/doc/${PKGNAME}/api/html/a00029.html
+share/doc/${PKGNAME}/api/html/a00030.html
+share/doc/${PKGNAME}/api/html/a00031.html
+share/doc/${PKGNAME}/api/html/a00032.html
+share/doc/${PKGNAME}/api/html/a00033.html
+share/doc/${PKGNAME}/api/html/a00034.html
+share/doc/${PKGNAME}/api/html/a00035.html
+share/doc/${PKGNAME}/api/html/a00036.html
+share/doc/${PKGNAME}/api/html/a00037.html
+share/doc/${PKGNAME}/api/html/a00038.html
+share/doc/${PKGNAME}/api/html/a00039.html
+share/doc/${PKGNAME}/api/html/a00040.html
+share/doc/${PKGNAME}/api/html/a00041.html
+share/doc/${PKGNAME}/api/html/a00042.html
+share/doc/${PKGNAME}/api/html/a00043.html
+share/doc/${PKGNAME}/api/html/a00044.html
+share/doc/${PKGNAME}/api/html/a00045.html
+share/doc/${PKGNAME}/api/html/a00046.html
+share/doc/${PKGNAME}/api/html/a00047.html
+share/doc/${PKGNAME}/api/html/a00048.html
+share/doc/${PKGNAME}/api/html/a00049.html
+share/doc/${PKGNAME}/api/html/a00050.html
+share/doc/${PKGNAME}/api/html/a00051.html
+share/doc/${PKGNAME}/api/html/a00052.html
+share/doc/${PKGNAME}/api/html/a00053.html
+share/doc/${PKGNAME}/api/html/a00054.html
+share/doc/${PKGNAME}/api/html/a00055.html
+share/doc/${PKGNAME}/api/html/a00056.html
+share/doc/${PKGNAME}/api/html/a00057.html
+share/doc/${PKGNAME}/api/html/a00058.html
+share/doc/${PKGNAME}/api/html/a00059.html
+share/doc/${PKGNAME}/api/html/a00060.html
+share/doc/${PKGNAME}/api/html/a00061.html
+share/doc/${PKGNAME}/api/html/a00062.html
+share/doc/${PKGNAME}/api/html/a00063.html
+share/doc/${PKGNAME}/api/html/a00064.html
+share/doc/${PKGNAME}/api/html/a00065.html
+share/doc/${PKGNAME}/api/html/a00066.html
+share/doc/${PKGNAME}/api/html/a00067.html
+share/doc/${PKGNAME}/api/html/a00068.html
+share/doc/${PKGNAME}/api/html/a00069.html
+share/doc/${PKGNAME}/api/html/a00070.html
+share/doc/${PKGNAME}/api/html/a00071.html
+share/doc/${PKGNAME}/api/html/a00072.html
+share/doc/${PKGNAME}/api/html/a00073.html
+share/doc/${PKGNAME}/api/html/a00074.html
+share/doc/${PKGNAME}/api/html/a00075.html
+share/doc/${PKGNAME}/api/html/a00076.html
+share/doc/${PKGNAME}/api/html/a00077.html
+share/doc/${PKGNAME}/api/html/a00078.html
+share/doc/${PKGNAME}/api/html/a00079.html
+share/doc/${PKGNAME}/api/html/a00080.html
+share/doc/${PKGNAME}/api/html/a00081.html
+share/doc/${PKGNAME}/api/html/a00082.html
+share/doc/${PKGNAME}/api/html/a00083.html
+share/doc/${PKGNAME}/api/html/a00084.html
+share/doc/${PKGNAME}/api/html/a00085.html
+share/doc/${PKGNAME}/api/html/a00086.html
+share/doc/${PKGNAME}/api/html/a00087.html
+share/doc/${PKGNAME}/api/html/a00088.html
+share/doc/${PKGNAME}/api/html/a00089.html
+share/doc/${PKGNAME}/api/html/a00090.html
+share/doc/${PKGNAME}/api/html/a00091.html
+share/doc/${PKGNAME}/api/html/a00092.html
+share/doc/${PKGNAME}/api/html/a00093.html
+share/doc/${PKGNAME}/api/html/a00094.html
+share/doc/${PKGNAME}/api/html/a00095.html
+share/doc/${PKGNAME}/api/html/a00096.html
+share/doc/${PKGNAME}/api/html/a00097.html
+share/doc/${PKGNAME}/api/html/a00098.html
+share/doc/${PKGNAME}/api/html/a00099.html
+share/doc/${PKGNAME}/api/html/a00100.html
+share/doc/${PKGNAME}/api/html/a00101.html
+share/doc/${PKGNAME}/api/html/a00102.html
+share/doc/${PKGNAME}/api/html/a00103.html
+share/doc/${PKGNAME}/api/html/a00104.html
+share/doc/${PKGNAME}/api/html/a00105.html
+share/doc/${PKGNAME}/api/html/a00106.html
+share/doc/${PKGNAME}/api/html/a00107.html
+share/doc/${PKGNAME}/api/html/a00108.html
+share/doc/${PKGNAME}/api/html/a00109.html
+share/doc/${PKGNAME}/api/html/a00110.html
+share/doc/${PKGNAME}/api/html/a00111.html
+share/doc/${PKGNAME}/api/html/a00112.html
+share/doc/${PKGNAME}/api/html/a00113.html
+share/doc/${PKGNAME}/api/html/a00114.html
+share/doc/${PKGNAME}/api/html/a00115.html
+share/doc/${PKGNAME}/api/html/a00116.html
+share/doc/${PKGNAME}/api/html/a00117.html
+share/doc/${PKGNAME}/api/html/a00118.html
+share/doc/${PKGNAME}/api/html/a00119.html
+share/doc/${PKGNAME}/api/html/a00120.html
+share/doc/${PKGNAME}/api/html/a00121.html
+share/doc/${PKGNAME}/api/html/a00122.html
+share/doc/${PKGNAME}/api/html/a00123.html
+share/doc/${PKGNAME}/api/html/a00124.html
+share/doc/${PKGNAME}/api/html/a00125.html
+share/doc/${PKGNAME}/api/html/a00126.html
+share/doc/${PKGNAME}/api/html/a00127.html
+share/doc/${PKGNAME}/api/html/a00128.html
+share/doc/${PKGNAME}/api/html/a00129.html
+share/doc/${PKGNAME}/api/html/a00130.html
+share/doc/${PKGNAME}/api/html/a00131.html
+share/doc/${PKGNAME}/api/html/a00132.html
+share/doc/${PKGNAME}/api/html/a00133.html
+share/doc/${PKGNAME}/api/html/a00134.html
+share/doc/${PKGNAME}/api/html/a00135.html
+share/doc/${PKGNAME}/api/html/a00136.html
+share/doc/${PKGNAME}/api/html/a00137.html
+share/doc/${PKGNAME}/api/html/a00138.html
+share/doc/${PKGNAME}/api/html/a00139.html
+share/doc/${PKGNAME}/api/html/a00140.html
+share/doc/${PKGNAME}/api/html/a00141.html
+share/doc/${PKGNAME}/api/html/a00142.html
+share/doc/${PKGNAME}/api/html/a00143.html
+share/doc/${PKGNAME}/api/html/a00144.html
+share/doc/${PKGNAME}/api/html/a00145.html
+share/doc/${PKGNAME}/api/html/a00146.html
+share/doc/${PKGNAME}/api/html/a00147.html
+share/doc/${PKGNAME}/api/html/a00148.html
+share/doc/${PKGNAME}/api/html/a00149.html
+share/doc/${PKGNAME}/api/html/a00150.html
+share/doc/${PKGNAME}/api/html/a00151.html
+share/doc/${PKGNAME}/api/html/a00152.html
+share/doc/${PKGNAME}/api/html/a00153.html
+share/doc/${PKGNAME}/api/html/a00154.html
+share/doc/${PKGNAME}/api/html/a00155.html
+share/doc/${PKGNAME}/api/html/a00156.html
+share/doc/${PKGNAME}/api/html/a00157.html
+share/doc/${PKGNAME}/api/html/a00158.html
+share/doc/${PKGNAME}/api/html/a00159.html
+share/doc/${PKGNAME}/api/html/a00160.html
+share/doc/${PKGNAME}/api/html/a00161.html
+share/doc/${PKGNAME}/api/html/a00162.html
+share/doc/${PKGNAME}/api/html/a00163.html
+share/doc/${PKGNAME}/api/html/a00164.html
+share/doc/${PKGNAME}/api/html/a00165.html
+share/doc/${PKGNAME}/api/html/a00166.html
+share/doc/${PKGNAME}/api/html/a00167.html
+share/doc/${PKGNAME}/api/html/a00168.html
+share/doc/${PKGNAME}/api/html/a00169.html
+share/doc/${PKGNAME}/api/html/a00170.html
+share/doc/${PKGNAME}/api/html/a00171.html
+share/doc/${PKGNAME}/api/html/a00172.html
+share/doc/${PKGNAME}/api/html/a00173.html
+share/doc/${PKGNAME}/api/html/a00174.html
+share/doc/${PKGNAME}/api/html/a00175.html
+share/doc/${PKGNAME}/api/html/a00176.html
+share/doc/${PKGNAME}/api/html/a00177.html
+share/doc/${PKGNAME}/api/html/a00178.html
+share/doc/${PKGNAME}/api/html/a00179.html
+share/doc/${PKGNAME}/api/html/a00180.html
+share/doc/${PKGNAME}/api/html/a00181.html
+share/doc/${PKGNAME}/api/html/a00182.html
+share/doc/${PKGNAME}/api/html/a00183.html
+share/doc/${PKGNAME}/api/html/a00184.html
+share/doc/${PKGNAME}/api/html/a00185.html
+share/doc/${PKGNAME}/api/html/a00186.html
+share/doc/${PKGNAME}/api/html/a00187.html
+share/doc/${PKGNAME}/api/html/a00188.html
+share/doc/${PKGNAME}/api/html/a00189.html
+share/doc/${PKGNAME}/api/html/a00190.html
+share/doc/${PKGNAME}/api/html/a00191.html
+share/doc/${PKGNAME}/api/html/a00192.html
+share/doc/${PKGNAME}/api/html/a00193.html
+share/doc/${PKGNAME}/api/html/a00194.html
+share/doc/${PKGNAME}/api/html/a00195.html
+share/doc/${PKGNAME}/api/html/a00196.html
+share/doc/${PKGNAME}/api/html/a00197.html
+share/doc/${PKGNAME}/api/html/a00198.html
+share/doc/${PKGNAME}/api/html/a00199.html
+share/doc/${PKGNAME}/api/html/a00200.html
+share/doc/${PKGNAME}/api/html/a00201.html
+share/doc/${PKGNAME}/api/html/a00202.html
+share/doc/${PKGNAME}/api/html/a00203.html
+share/doc/${PKGNAME}/api/html/a00204.html
+share/doc/${PKGNAME}/api/html/a00205.html
+share/doc/${PKGNAME}/api/html/a00206.html
+share/doc/${PKGNAME}/api/html/a00207.html
+share/doc/${PKGNAME}/api/html/a00208.html
+share/doc/${PKGNAME}/api/html/a00209.html
+share/doc/${PKGNAME}/api/html/a00210.html
+share/doc/${PKGNAME}/api/html/a00211.html
+share/doc/${PKGNAME}/api/html/a00212.html
+share/doc/${PKGNAME}/api/html/a00213.html
+share/doc/${PKGNAME}/api/html/a00214.html
+share/doc/${PKGNAME}/api/html/a00216.html
+share/doc/${PKGNAME}/api/html/a00217.html
+share/doc/${PKGNAME}/api/html/a00218.html
+share/doc/${PKGNAME}/api/html/a00219.html
+share/doc/${PKGNAME}/api/html/a00220.html
+share/doc/${PKGNAME}/api/html/a00221.html
+share/doc/${PKGNAME}/api/html/a00222.html
+share/doc/${PKGNAME}/api/html/a00340.html
+share/doc/${PKGNAME}/api/html/a00340.png
+share/doc/${PKGNAME}/api/html/a00341.html
+share/doc/${PKGNAME}/api/html/a00341.png
+share/doc/${PKGNAME}/api/html/a00342.html
+share/doc/${PKGNAME}/api/html/a00342.png
+share/doc/${PKGNAME}/api/html/a00343.html
+share/doc/${PKGNAME}/api/html/a00343.png
+share/doc/${PKGNAME}/api/html/a00344.html
+share/doc/${PKGNAME}/api/html/a00345.html
+share/doc/${PKGNAME}/api/html/a00345.png
+share/doc/${PKGNAME}/api/html/a00346.html
+share/doc/${PKGNAME}/api/html/a00346.png
+share/doc/${PKGNAME}/api/html/a00347.html
+share/doc/${PKGNAME}/api/html/a00347.png
+share/doc/${PKGNAME}/api/html/a00348.html
+share/doc/${PKGNAME}/api/html/a00348.png
+share/doc/${PKGNAME}/api/html/a00349.html
+share/doc/${PKGNAME}/api/html/a00349.png
+share/doc/${PKGNAME}/api/html/a00350.html
+share/doc/${PKGNAME}/api/html/a00351.html
+share/doc/${PKGNAME}/api/html/a00352.html
+share/doc/${PKGNAME}/api/html/a00353.html
+share/doc/${PKGNAME}/api/html/a00353.png
+share/doc/${PKGNAME}/api/html/a00354.html
+share/doc/${PKGNAME}/api/html/a00354.png
+share/doc/${PKGNAME}/api/html/a00355.html
+share/doc/${PKGNAME}/api/html/a00355.png
+share/doc/${PKGNAME}/api/html/a00356.html
+share/doc/${PKGNAME}/api/html/a00356.png
+share/doc/${PKGNAME}/api/html/a00357.html
+share/doc/${PKGNAME}/api/html/a00357.png
+share/doc/${PKGNAME}/api/html/a00358.html
+share/doc/${PKGNAME}/api/html/a00358.png
+share/doc/${PKGNAME}/api/html/a00359.html
+share/doc/${PKGNAME}/api/html/a00359.png
+share/doc/${PKGNAME}/api/html/a00360.html
+share/doc/${PKGNAME}/api/html/a00360.png
+share/doc/${PKGNAME}/api/html/a00361.html
+share/doc/${PKGNAME}/api/html/a00361.png
+share/doc/${PKGNAME}/api/html/a00362.html
+share/doc/${PKGNAME}/api/html/a00362.png
+share/doc/${PKGNAME}/api/html/a00363.html
+share/doc/${PKGNAME}/api/html/a00363.png
+share/doc/${PKGNAME}/api/html/a00364.html
+share/doc/${PKGNAME}/api/html/a00364.png
+share/doc/${PKGNAME}/api/html/a00365.html
+share/doc/${PKGNAME}/api/html/a00366.html
+share/doc/${PKGNAME}/api/html/a00367.html
+share/doc/${PKGNAME}/api/html/a00368.html
+share/doc/${PKGNAME}/api/html/a00368.png
+share/doc/${PKGNAME}/api/html/a00369.html
+share/doc/${PKGNAME}/api/html/a00370.html
+share/doc/${PKGNAME}/api/html/a00371.html
+share/doc/${PKGNAME}/api/html/a00371.png
+share/doc/${PKGNAME}/api/html/a00372.html
+share/doc/${PKGNAME}/api/html/a00372.png
+share/doc/${PKGNAME}/api/html/a00373.html
+share/doc/${PKGNAME}/api/html/a00374.html
+share/doc/${PKGNAME}/api/html/a00374.png
+share/doc/${PKGNAME}/api/html/a00375.html
+share/doc/${PKGNAME}/api/html/a00376.html
+share/doc/${PKGNAME}/api/html/a00376.png
+share/doc/${PKGNAME}/api/html/a00377.html
+share/doc/${PKGNAME}/api/html/a00377.png
+share/doc/${PKGNAME}/api/html/a00378.html
+share/doc/${PKGNAME}/api/html/a00379.html
+share/doc/${PKGNAME}/api/html/a00380.html
+share/doc/${PKGNAME}/api/html/a00380.png
+share/doc/${PKGNAME}/api/html/a00381.html
+share/doc/${PKGNAME}/api/html/a00381.png
+share/doc/${PKGNAME}/api/html/a00382.html
+share/doc/${PKGNAME}/api/html/a00382.png
+share/doc/${PKGNAME}/api/html/a00383.html
+share/doc/${PKGNAME}/api/html/a00383.png
+share/doc/${PKGNAME}/api/html/a00384.html
+share/doc/${PKGNAME}/api/html/a00384.png
+share/doc/${PKGNAME}/api/html/a00385.html
+share/doc/${PKGNAME}/api/html/a00385.png
+share/doc/${PKGNAME}/api/html/a00386.html
+share/doc/${PKGNAME}/api/html/a00386.png
+share/doc/${PKGNAME}/api/html/a00387.html
+share/doc/${PKGNAME}/api/html/a00387.png
+share/doc/${PKGNAME}/api/html/a00388.html
+share/doc/${PKGNAME}/api/html/a00388.png
+share/doc/${PKGNAME}/api/html/a00389.html
+share/doc/${PKGNAME}/api/html/a00389.png
+share/doc/${PKGNAME}/api/html/a00390.html
+share/doc/${PKGNAME}/api/html/a00390.png
+share/doc/${PKGNAME}/api/html/a00391.html
+share/doc/${PKGNAME}/api/html/a00392.html
+share/doc/${PKGNAME}/api/html/a00392.png
+share/doc/${PKGNAME}/api/html/a00393.html
+share/doc/${PKGNAME}/api/html/a00394.html
+share/doc/${PKGNAME}/api/html/a00395.html
+share/doc/${PKGNAME}/api/html/a00396.html
+share/doc/${PKGNAME}/api/html/a00396.png
+share/doc/${PKGNAME}/api/html/a00397.html
+share/doc/${PKGNAME}/api/html/a00397.png
+share/doc/${PKGNAME}/api/html/a00398.html
+share/doc/${PKGNAME}/api/html/a00398.png
+share/doc/${PKGNAME}/api/html/a00399.html
+share/doc/${PKGNAME}/api/html/a00399.png
+share/doc/${PKGNAME}/api/html/a00400.html
+share/doc/${PKGNAME}/api/html/a00400.png
+share/doc/${PKGNAME}/api/html/a00401.html
+share/doc/${PKGNAME}/api/html/a00401.png
+share/doc/${PKGNAME}/api/html/a00402.html
+share/doc/${PKGNAME}/api/html/a00402.png
+share/doc/${PKGNAME}/api/html/a00403.html
+share/doc/${PKGNAME}/api/html/a00403.png
+share/doc/${PKGNAME}/api/html/a00404.html
+share/doc/${PKGNAME}/api/html/a00404.png
+share/doc/${PKGNAME}/api/html/a00405.html
+share/doc/${PKGNAME}/api/html/a00405.png
+share/doc/${PKGNAME}/api/html/a00406.html
+share/doc/${PKGNAME}/api/html/a00406.png
+share/doc/${PKGNAME}/api/html/a00407.html
+share/doc/${PKGNAME}/api/html/a00407.png
+share/doc/${PKGNAME}/api/html/a00408.html
+share/doc/${PKGNAME}/api/html/a00408.png
+share/doc/${PKGNAME}/api/html/a00409.html
+share/doc/${PKGNAME}/api/html/a00409.png
+share/doc/${PKGNAME}/api/html/a00410.html
+share/doc/${PKGNAME}/api/html/a00410.png
+share/doc/${PKGNAME}/api/html/a00411.html
+share/doc/${PKGNAME}/api/html/a00411.png
+share/doc/${PKGNAME}/api/html/a00412.html
+share/doc/${PKGNAME}/api/html/a00412.png
+share/doc/${PKGNAME}/api/html/a00413.html
+share/doc/${PKGNAME}/api/html/a00413.png
+share/doc/${PKGNAME}/api/html/a00414.html
+share/doc/${PKGNAME}/api/html/a00414.png
+share/doc/${PKGNAME}/api/html/a00415.html
+share/doc/${PKGNAME}/api/html/a00415.png
+share/doc/${PKGNAME}/api/html/a00416.html
+share/doc/${PKGNAME}/api/html/a00416.png
+share/doc/${PKGNAME}/api/html/a00417.html
+share/doc/${PKGNAME}/api/html/a00417.png
+share/doc/${PKGNAME}/api/html/a00418.html
+share/doc/${PKGNAME}/api/html/a00418.png
+share/doc/${PKGNAME}/api/html/a00419.html
+share/doc/${PKGNAME}/api/html/a00420.html
+share/doc/${PKGNAME}/api/html/a00421.html
+share/doc/${PKGNAME}/api/html/a00421.png
+share/doc/${PKGNAME}/api/html/a00422.html
+share/doc/${PKGNAME}/api/html/a00422.png
+share/doc/${PKGNAME}/api/html/a00423.html
+share/doc/${PKGNAME}/api/html/a00423.png
+share/doc/${PKGNAME}/api/html/a00424.html
+share/doc/${PKGNAME}/api/html/a00424.png
+share/doc/${PKGNAME}/api/html/a00425.html
+share/doc/${PKGNAME}/api/html/a00425.png
+share/doc/${PKGNAME}/api/html/a00426.html
+share/doc/${PKGNAME}/api/html/a00426.png
+share/doc/${PKGNAME}/api/html/a00427.html
+share/doc/${PKGNAME}/api/html/a00427.png
+share/doc/${PKGNAME}/api/html/a00428.html
+share/doc/${PKGNAME}/api/html/a00428.png
+share/doc/${PKGNAME}/api/html/a00429.html
+share/doc/${PKGNAME}/api/html/a00429.png
+share/doc/${PKGNAME}/api/html/a00430.html
+share/doc/${PKGNAME}/api/html/a00430.png
+share/doc/${PKGNAME}/api/html/a00431.html
+share/doc/${PKGNAME}/api/html/a00431.png
+share/doc/${PKGNAME}/api/html/a00432.html
+share/doc/${PKGNAME}/api/html/a00433.html
+share/doc/${PKGNAME}/api/html/a00433.png
+share/doc/${PKGNAME}/api/html/a00434.html
+share/doc/${PKGNAME}/api/html/a00434.png
+share/doc/${PKGNAME}/api/html/a00435.html
+share/doc/${PKGNAME}/api/html/a00435.png
+share/doc/${PKGNAME}/api/html/a00436.html
+share/doc/${PKGNAME}/api/html/a00436.png
+share/doc/${PKGNAME}/api/html/a00437.html
+share/doc/${PKGNAME}/api/html/a00437.png
+share/doc/${PKGNAME}/api/html/a00438.html
+share/doc/${PKGNAME}/api/html/a00438.png
+share/doc/${PKGNAME}/api/html/a00439.html
+share/doc/${PKGNAME}/api/html/a00439.png
+share/doc/${PKGNAME}/api/html/a00440.html
+share/doc/${PKGNAME}/api/html/a00440.png
+share/doc/${PKGNAME}/api/html/a00441.html
+share/doc/${PKGNAME}/api/html/a00442.html
+share/doc/${PKGNAME}/api/html/a00442.png
+share/doc/${PKGNAME}/api/html/a00443.html
+share/doc/${PKGNAME}/api/html/a00444.html
+share/doc/${PKGNAME}/api/html/a00444.png
+share/doc/${PKGNAME}/api/html/a00445.html
+share/doc/${PKGNAME}/api/html/a00445.png
+share/doc/${PKGNAME}/api/html/a00446.html
+share/doc/${PKGNAME}/api/html/a00446.png
+share/doc/${PKGNAME}/api/html/a00447.html
+share/doc/${PKGNAME}/api/html/a00447.png
+share/doc/${PKGNAME}/api/html/a00448.html
+share/doc/${PKGNAME}/api/html/a00448.png
+share/doc/${PKGNAME}/api/html/a00449.html
+share/doc/${PKGNAME}/api/html/a00450.html
+share/doc/${PKGNAME}/api/html/a00450.png
+share/doc/${PKGNAME}/api/html/a00451.html
+share/doc/${PKGNAME}/api/html/a00452.html
+share/doc/${PKGNAME}/api/html/a00453.html
+share/doc/${PKGNAME}/api/html/a00453.png
+share/doc/${PKGNAME}/api/html/a00454.html
+share/doc/${PKGNAME}/api/html/a00454.png
+share/doc/${PKGNAME}/api/html/a00455.html
+share/doc/${PKGNAME}/api/html/a00455.png
+share/doc/${PKGNAME}/api/html/a00456.html
+share/doc/${PKGNAME}/api/html/a00456.png
+share/doc/${PKGNAME}/api/html/a00457.html
+share/doc/${PKGNAME}/api/html/a00457.png
+share/doc/${PKGNAME}/api/html/a00458.html
+share/doc/${PKGNAME}/api/html/a00458.png
+share/doc/${PKGNAME}/api/html/a00459.html
+share/doc/${PKGNAME}/api/html/a00459.png
+share/doc/${PKGNAME}/api/html/a00460.html
+share/doc/${PKGNAME}/api/html/a00460.png
+share/doc/${PKGNAME}/api/html/a00461.html
+share/doc/${PKGNAME}/api/html/a00462.html
+share/doc/${PKGNAME}/api/html/a00463.html
+share/doc/${PKGNAME}/api/html/a00463.png
+share/doc/${PKGNAME}/api/html/a00464.html
+share/doc/${PKGNAME}/api/html/a00464.png
+share/doc/${PKGNAME}/api/html/a00465.html
+share/doc/${PKGNAME}/api/html/a00465.png
+share/doc/${PKGNAME}/api/html/a00466.html
+share/doc/${PKGNAME}/api/html/a00466.png
+share/doc/${PKGNAME}/api/html/a00467.html
+share/doc/${PKGNAME}/api/html/a00467.png
+share/doc/${PKGNAME}/api/html/a00468.html
+share/doc/${PKGNAME}/api/html/a00468.png
+share/doc/${PKGNAME}/api/html/a00469.html
+share/doc/${PKGNAME}/api/html/a00469.png
+share/doc/${PKGNAME}/api/html/a00470.html
+share/doc/${PKGNAME}/api/html/a00470.png
+share/doc/${PKGNAME}/api/html/a00471.html
+share/doc/${PKGNAME}/api/html/a00471.png
+share/doc/${PKGNAME}/api/html/a00472.html
+share/doc/${PKGNAME}/api/html/a00473.html
+share/doc/${PKGNAME}/api/html/a00473.png
+share/doc/${PKGNAME}/api/html/a00474.html
+share/doc/${PKGNAME}/api/html/a00474.png
+share/doc/${PKGNAME}/api/html/a00475.html
+share/doc/${PKGNAME}/api/html/a00476.html
+share/doc/${PKGNAME}/api/html/a00476.png
+share/doc/${PKGNAME}/api/html/a00477.html
+share/doc/${PKGNAME}/api/html/a00477.png
+share/doc/${PKGNAME}/api/html/a00478.html
+share/doc/${PKGNAME}/api/html/a00478.png
+share/doc/${PKGNAME}/api/html/a00479.html
+share/doc/${PKGNAME}/api/html/a00479.png
+share/doc/${PKGNAME}/api/html/a00480.html
+share/doc/${PKGNAME}/api/html/a00481.html
+share/doc/${PKGNAME}/api/html/a00481.png
+share/doc/${PKGNAME}/api/html/a00482.html
+share/doc/${PKGNAME}/api/html/a00482.png
+share/doc/${PKGNAME}/api/html/a00483.html
+share/doc/${PKGNAME}/api/html/a00483.png
+share/doc/${PKGNAME}/api/html/a00484.html
+share/doc/${PKGNAME}/api/html/a00484.png
+share/doc/${PKGNAME}/api/html/a00485.html
+share/doc/${PKGNAME}/api/html/a00486.html
+share/doc/${PKGNAME}/api/html/a00487.html
+share/doc/${PKGNAME}/api/html/a00487.png
+share/doc/${PKGNAME}/api/html/a00488.html
+share/doc/${PKGNAME}/api/html/a00488.png
+share/doc/${PKGNAME}/api/html/a00489.html
+share/doc/${PKGNAME}/api/html/a00490.html
+share/doc/${PKGNAME}/api/html/a00490.png
+share/doc/${PKGNAME}/api/html/a00491.html
+share/doc/${PKGNAME}/api/html/a00491.png
+share/doc/${PKGNAME}/api/html/a00492.html
+share/doc/${PKGNAME}/api/html/a00492.png
+share/doc/${PKGNAME}/api/html/a00493.html
+share/doc/${PKGNAME}/api/html/a00493.png
+share/doc/${PKGNAME}/api/html/a00494.html
+share/doc/${PKGNAME}/api/html/a00494.png
+share/doc/${PKGNAME}/api/html/a00495.html
+share/doc/${PKGNAME}/api/html/a00496.html
+share/doc/${PKGNAME}/api/html/a00496.png
+share/doc/${PKGNAME}/api/html/a00497.html
+share/doc/${PKGNAME}/api/html/a00498.html
+share/doc/${PKGNAME}/api/html/a00498.png
+share/doc/${PKGNAME}/api/html/a00499.html
+share/doc/${PKGNAME}/api/html/a00499.png
+share/doc/${PKGNAME}/api/html/a00500.html
+share/doc/${PKGNAME}/api/html/a00500.png
+share/doc/${PKGNAME}/api/html/a00501.html
+share/doc/${PKGNAME}/api/html/a00501.png
+share/doc/${PKGNAME}/api/html/a00502.html
+share/doc/${PKGNAME}/api/html/a00503.html
+share/doc/${PKGNAME}/api/html/a00504.html
+share/doc/${PKGNAME}/api/html/a00505.html
+share/doc/${PKGNAME}/api/html/a00506.html
+share/doc/${PKGNAME}/api/html/a00507.html
+share/doc/${PKGNAME}/api/html/a00508.html
+share/doc/${PKGNAME}/api/html/a00508.png
+share/doc/${PKGNAME}/api/html/a00509.html
+share/doc/${PKGNAME}/api/html/a00510.html
+share/doc/${PKGNAME}/api/html/a00510.png
+share/doc/${PKGNAME}/api/html/a00511.html
+share/doc/${PKGNAME}/api/html/a00511.png
+share/doc/${PKGNAME}/api/html/a00512.html
+share/doc/${PKGNAME}/api/html/a00512.png
+share/doc/${PKGNAME}/api/html/a00513.html
+share/doc/${PKGNAME}/api/html/a00513.png
+share/doc/${PKGNAME}/api/html/a00514.html
+share/doc/${PKGNAME}/api/html/a00514.png
+share/doc/${PKGNAME}/api/html/a00515.html
+share/doc/${PKGNAME}/api/html/a00515.png
+share/doc/${PKGNAME}/api/html/a00516.html
+share/doc/${PKGNAME}/api/html/a00516.png
+share/doc/${PKGNAME}/api/html/a00517.html
+share/doc/${PKGNAME}/api/html/a00517.png
+share/doc/${PKGNAME}/api/html/a00518.html
+share/doc/${PKGNAME}/api/html/a00518.png
+share/doc/${PKGNAME}/api/html/a00519.html
+share/doc/${PKGNAME}/api/html/a00519.png
+share/doc/${PKGNAME}/api/html/a00520.html
+share/doc/${PKGNAME}/api/html/a00520.png
+share/doc/${PKGNAME}/api/html/a00521.html
+share/doc/${PKGNAME}/api/html/a00521.png
+share/doc/${PKGNAME}/api/html/a00522.html
+share/doc/${PKGNAME}/api/html/a00523.html
+share/doc/${PKGNAME}/api/html/a00524.html
+share/doc/${PKGNAME}/api/html/a00524.png
+share/doc/${PKGNAME}/api/html/a00525.html
+share/doc/${PKGNAME}/api/html/a00525.png
+share/doc/${PKGNAME}/api/html/a00526.html
+share/doc/${PKGNAME}/api/html/a00527.html
+share/doc/${PKGNAME}/api/html/a00527.png
+share/doc/${PKGNAME}/api/html/a00528.html
+share/doc/${PKGNAME}/api/html/a00528.png
+share/doc/${PKGNAME}/api/html/a00529.html
+share/doc/${PKGNAME}/api/html/a00529.png
+share/doc/${PKGNAME}/api/html/a00530.html
+share/doc/${PKGNAME}/api/html/a00530.png
+share/doc/${PKGNAME}/api/html/a00531.html
+share/doc/${PKGNAME}/api/html/a00531.png
+share/doc/${PKGNAME}/api/html/a00532.html
+share/doc/${PKGNAME}/api/html/a00532.png
+share/doc/${PKGNAME}/api/html/a00533.html
+share/doc/${PKGNAME}/api/html/a00533.png
+share/doc/${PKGNAME}/api/html/a00534.html
+share/doc/${PKGNAME}/api/html/a00534.png
+share/doc/${PKGNAME}/api/html/a00535.html
+share/doc/${PKGNAME}/api/html/a00535.png
+share/doc/${PKGNAME}/api/html/a00536.html
+share/doc/${PKGNAME}/api/html/a00536.png
+share/doc/${PKGNAME}/api/html/a00537.html
+share/doc/${PKGNAME}/api/html/a00537.png
+share/doc/${PKGNAME}/api/html/a00538.html
+share/doc/${PKGNAME}/api/html/a00538.png
+share/doc/${PKGNAME}/api/html/a00539.html
+share/doc/${PKGNAME}/api/html/a00539.png
+share/doc/${PKGNAME}/api/html/a00540.html
+share/doc/${PKGNAME}/api/html/a00540.png
+share/doc/${PKGNAME}/api/html/a00541.html
+share/doc/${PKGNAME}/api/html/a00541.png
+share/doc/${PKGNAME}/api/html/a00542.html
+share/doc/${PKGNAME}/api/html/a00542.png
+share/doc/${PKGNAME}/api/html/a00543.html
+share/doc/${PKGNAME}/api/html/a00543.png
+share/doc/${PKGNAME}/api/html/a00544.html
+share/doc/${PKGNAME}/api/html/a00544.png
+share/doc/${PKGNAME}/api/html/a00545.html
+share/doc/${PKGNAME}/api/html/a00546.html
+share/doc/${PKGNAME}/api/html/a00547.html
+share/doc/${PKGNAME}/api/html/a00547.png
+share/doc/${PKGNAME}/api/html/a00548.html
+share/doc/${PKGNAME}/api/html/a00548.png
+share/doc/${PKGNAME}/api/html/a00549.html
+share/doc/${PKGNAME}/api/html/a00550.html
+share/doc/${PKGNAME}/api/html/a00551.html
+share/doc/${PKGNAME}/api/html/a00551.png
+share/doc/${PKGNAME}/api/html/a00552.html
+share/doc/${PKGNAME}/api/html/a00553.html
+share/doc/${PKGNAME}/api/html/a00553.png
+share/doc/${PKGNAME}/api/html/a00554.html
+share/doc/${PKGNAME}/api/html/a00554.png
+share/doc/${PKGNAME}/api/html/a00555.html
+share/doc/${PKGNAME}/api/html/a00555.png
+share/doc/${PKGNAME}/api/html/a00556.html
+share/doc/${PKGNAME}/api/html/a00556.png
+share/doc/${PKGNAME}/api/html/a00557.html
+share/doc/${PKGNAME}/api/html/a00557.png
+share/doc/${PKGNAME}/api/html/a00558.html
+share/doc/${PKGNAME}/api/html/a00558.png
+share/doc/${PKGNAME}/api/html/a00559.html
+share/doc/${PKGNAME}/api/html/a00559.png
+share/doc/${PKGNAME}/api/html/a00560.html
+share/doc/${PKGNAME}/api/html/a00560.png
+share/doc/${PKGNAME}/api/html/a00561.html
+share/doc/${PKGNAME}/api/html/a00561.png
+share/doc/${PKGNAME}/api/html/a00562.html
+share/doc/${PKGNAME}/api/html/a00563.html
+share/doc/${PKGNAME}/api/html/a00564.html
+share/doc/${PKGNAME}/api/html/a00565.html
+share/doc/${PKGNAME}/api/html/a00566.html
+share/doc/${PKGNAME}/api/html/a00567.html
+share/doc/${PKGNAME}/api/html/a00568.html
+share/doc/${PKGNAME}/api/html/a00569.html
+share/doc/${PKGNAME}/api/html/a00570.html
+share/doc/${PKGNAME}/api/html/a00573.html
+share/doc/${PKGNAME}/api/html/a00574.html
+share/doc/${PKGNAME}/api/html/a00575.html
+share/doc/${PKGNAME}/api/html/a00576.html
+share/doc/${PKGNAME}/api/html/a00577.html
+share/doc/${PKGNAME}/api/html/a00578.html
+share/doc/${PKGNAME}/api/html/a00579.html
+share/doc/${PKGNAME}/api/html/a00580.html
+share/doc/${PKGNAME}/api/html/a00581.html
+share/doc/${PKGNAME}/api/html/a00583.html
+share/doc/${PKGNAME}/api/html/a00584.html
+share/doc/${PKGNAME}/api/html/a00585.html
+share/doc/${PKGNAME}/api/html/a00586.html
+share/doc/${PKGNAME}/api/html/a00587.html
+share/doc/${PKGNAME}/api/html/a00588.html
+share/doc/${PKGNAME}/api/html/a00589.html
+share/doc/${PKGNAME}/api/html/a00590.html
+share/doc/${PKGNAME}/api/html/a00591.html
+share/doc/${PKGNAME}/api/html/a00592.html
+share/doc/${PKGNAME}/api/html/a00593.html
+share/doc/${PKGNAME}/api/html/a00595.html
+share/doc/${PKGNAME}/api/html/a00596.html
+share/doc/${PKGNAME}/api/html/a00597.html
+share/doc/${PKGNAME}/api/html/a00598.html
+share/doc/${PKGNAME}/api/html/a00599.html
+share/doc/${PKGNAME}/api/html/a00600.html
+share/doc/${PKGNAME}/api/html/a00601.html
+share/doc/${PKGNAME}/api/html/a00602.html
+share/doc/${PKGNAME}/api/html/a00603.html
+share/doc/${PKGNAME}/api/html/a00604.html
+share/doc/${PKGNAME}/api/html/a00605.html
+share/doc/${PKGNAME}/api/html/a00606.html
+share/doc/${PKGNAME}/api/html/a00607.html
+share/doc/${PKGNAME}/api/html/a00608.html
+share/doc/${PKGNAME}/api/html/a00609.html
+share/doc/${PKGNAME}/api/html/a00610.html
+share/doc/${PKGNAME}/api/html/a00611.html
+share/doc/${PKGNAME}/api/html/a00612.html
+share/doc/${PKGNAME}/api/html/a00613.html
+share/doc/${PKGNAME}/api/html/a00614.html
+share/doc/${PKGNAME}/api/html/a00615.html
+share/doc/${PKGNAME}/api/html/a00616.html
+share/doc/${PKGNAME}/api/html/a00617.html
+share/doc/${PKGNAME}/api/html/a00618.html
+share/doc/${PKGNAME}/api/html/a00619.html
+share/doc/${PKGNAME}/api/html/a00620.html
+share/doc/${PKGNAME}/api/html/a00621.html
+share/doc/${PKGNAME}/api/html/a00622.html
+share/doc/${PKGNAME}/api/html/a00623.html
+share/doc/${PKGNAME}/api/html/a00624.html
+share/doc/${PKGNAME}/api/html/a00625.html
+share/doc/${PKGNAME}/api/html/a00626.html
+share/doc/${PKGNAME}/api/html/a00627.html
+share/doc/${PKGNAME}/api/html/a00628.html
+share/doc/${PKGNAME}/api/html/a00629.html
+share/doc/${PKGNAME}/api/html/a00630.html
+share/doc/${PKGNAME}/api/html/a00631.html
+share/doc/${PKGNAME}/api/html/a00632.html
+share/doc/${PKGNAME}/api/html/a00633.html
+share/doc/${PKGNAME}/api/html/a00634.html
+share/doc/${PKGNAME}/api/html/a00635.html
+share/doc/${PKGNAME}/api/html/a00636.html
+share/doc/${PKGNAME}/api/html/a00637.html
+share/doc/${PKGNAME}/api/html/a00638.html
+share/doc/${PKGNAME}/api/html/a00639.html
+share/doc/${PKGNAME}/api/html/a00641.html
+share/doc/${PKGNAME}/api/html/a00642.html
+share/doc/${PKGNAME}/api/html/a00643.html
+share/doc/${PKGNAME}/api/html/a00644.html
+share/doc/${PKGNAME}/api/html/a00646.html
+share/doc/${PKGNAME}/api/html/a00647.html
+share/doc/${PKGNAME}/api/html/a00648.html
+share/doc/${PKGNAME}/api/html/a00649.html
+share/doc/${PKGNAME}/api/html/annotated.html
+share/doc/${PKGNAME}/api/html/deprecated.html
+share/doc/${PKGNAME}/api/html/dir_0004854526a5444b7594a1fbb7e035ee.html
+share/doc/${PKGNAME}/api/html/dir_12a9afb51cd63beaadea22580c0b61da.html
+share/doc/${PKGNAME}/api/html/dir_51f714c6a70863b7c0469613bb0a822a.html
+share/doc/${PKGNAME}/api/html/dir_940a5edf5be4a6cf7acb7c1519495ed3.html
+share/doc/${PKGNAME}/api/html/dir_94b6bca0d98893a28e2c7d81e4b28025.html
+share/doc/${PKGNAME}/api/html/dir_a807292344df13485c1d91f7764717f6.html
+share/doc/${PKGNAME}/api/html/dir_abf6af7d5a23d82ab89ecf2e9989a663.html
+share/doc/${PKGNAME}/api/html/dir_d6c220adad56b697900c4d7abcb3be76.html
+share/doc/${PKGNAME}/api/html/dir_ee679361a1cd1a1bb409d3a56c679d90.html
+share/doc/${PKGNAME}/api/html/dirs.html
+share/doc/${PKGNAME}/api/html/doxygen.css
+share/doc/${PKGNAME}/api/html/doxygen.png
+share/doc/${PKGNAME}/api/html/files.html
+share/doc/${PKGNAME}/api/html/ftv2blank.png
+share/doc/${PKGNAME}/api/html/ftv2doc.png
+share/doc/${PKGNAME}/api/html/ftv2folderclosed.png
+share/doc/${PKGNAME}/api/html/ftv2folderopen.png
+share/doc/${PKGNAME}/api/html/ftv2lastnode.png
+share/doc/${PKGNAME}/api/html/ftv2link.png
+share/doc/${PKGNAME}/api/html/ftv2mlastnode.png
+share/doc/${PKGNAME}/api/html/ftv2mnode.png
+share/doc/${PKGNAME}/api/html/ftv2node.png
+share/doc/${PKGNAME}/api/html/ftv2plastnode.png
+share/doc/${PKGNAME}/api/html/ftv2pnode.png
+share/doc/${PKGNAME}/api/html/ftv2vertline.png
+share/doc/${PKGNAME}/api/html/functions.html
+share/doc/${PKGNAME}/api/html/functions_0x62.html
+share/doc/${PKGNAME}/api/html/functions_0x63.html
+share/doc/${PKGNAME}/api/html/functions_0x64.html
+share/doc/${PKGNAME}/api/html/functions_0x65.html
+share/doc/${PKGNAME}/api/html/functions_0x66.html
+share/doc/${PKGNAME}/api/html/functions_0x67.html
+share/doc/${PKGNAME}/api/html/functions_0x68.html
+share/doc/${PKGNAME}/api/html/functions_0x69.html
+share/doc/${PKGNAME}/api/html/functions_0x6a.html
+share/doc/${PKGNAME}/api/html/functions_0x6b.html
+share/doc/${PKGNAME}/api/html/functions_0x6c.html
+share/doc/${PKGNAME}/api/html/functions_0x6d.html
+share/doc/${PKGNAME}/api/html/functions_0x6e.html
+share/doc/${PKGNAME}/api/html/functions_0x6f.html
+share/doc/${PKGNAME}/api/html/functions_0x70.html
+share/doc/${PKGNAME}/api/html/functions_0x71.html
+share/doc/${PKGNAME}/api/html/functions_0x72.html
+share/doc/${PKGNAME}/api/html/functions_0x73.html
+share/doc/${PKGNAME}/api/html/functions_0x74.html
+share/doc/${PKGNAME}/api/html/functions_0x75.html
+share/doc/${PKGNAME}/api/html/functions_0x76.html
+share/doc/${PKGNAME}/api/html/functions_0x77.html
+share/doc/${PKGNAME}/api/html/functions_0x78.html
+share/doc/${PKGNAME}/api/html/functions_0x7e.html
+share/doc/${PKGNAME}/api/html/functions_enum.html
+share/doc/${PKGNAME}/api/html/functions_func.html
+share/doc/${PKGNAME}/api/html/functions_func_0x62.html
+share/doc/${PKGNAME}/api/html/functions_func_0x63.html
+share/doc/${PKGNAME}/api/html/functions_func_0x64.html
+share/doc/${PKGNAME}/api/html/functions_func_0x65.html
+share/doc/${PKGNAME}/api/html/functions_func_0x66.html
+share/doc/${PKGNAME}/api/html/functions_func_0x67.html
+share/doc/${PKGNAME}/api/html/functions_func_0x68.html
+share/doc/${PKGNAME}/api/html/functions_func_0x69.html
+share/doc/${PKGNAME}/api/html/functions_func_0x6a.html
+share/doc/${PKGNAME}/api/html/functions_func_0x6b.html
+share/doc/${PKGNAME}/api/html/functions_func_0x6c.html
+share/doc/${PKGNAME}/api/html/functions_func_0x6d.html
+share/doc/${PKGNAME}/api/html/functions_func_0x6e.html
+share/doc/${PKGNAME}/api/html/functions_func_0x6f.html
+share/doc/${PKGNAME}/api/html/functions_func_0x70.html
+share/doc/${PKGNAME}/api/html/functions_func_0x71.html
+share/doc/${PKGNAME}/api/html/functions_func_0x72.html
+share/doc/${PKGNAME}/api/html/functions_func_0x73.html
+share/doc/${PKGNAME}/api/html/functions_func_0x74.html
+share/doc/${PKGNAME}/api/html/functions_func_0x75.html
+share/doc/${PKGNAME}/api/html/functions_func_0x76.html
+share/doc/${PKGNAME}/api/html/functions_func_0x77.html
+share/doc/${PKGNAME}/api/html/functions_func_0x78.html
+share/doc/${PKGNAME}/api/html/functions_func_0x7e.html
+share/doc/${PKGNAME}/api/html/functions_type.html
+share/doc/${PKGNAME}/api/html/functions_vars.html
+share/doc/${PKGNAME}/api/html/globals.html
+share/doc/${PKGNAME}/api/html/globals_defs.html
+share/doc/${PKGNAME}/api/html/globals_enum.html
+share/doc/${PKGNAME}/api/html/globals_func.html
+share/doc/${PKGNAME}/api/html/globals_type.html
+share/doc/${PKGNAME}/api/html/globals_vars.html
+share/doc/${PKGNAME}/api/html/hierarchy.html
+share/doc/${PKGNAME}/api/html/index.html
+share/doc/${PKGNAME}/api/html/main.html
+share/doc/${PKGNAME}/api/html/namespacemembers.html
+share/doc/${PKGNAME}/api/html/namespacemembers_enum.html
+share/doc/${PKGNAME}/api/html/namespacemembers_func.html
+share/doc/${PKGNAME}/api/html/namespacemembers_type.html
+share/doc/${PKGNAME}/api/html/namespacemembers_vars.html
+share/doc/${PKGNAME}/api/html/namespaces.html
+share/doc/${PKGNAME}/api/html/pages.html
+share/doc/${PKGNAME}/api/html/tab_b.gif
+share/doc/${PKGNAME}/api/html/tab_l.gif
+share/doc/${PKGNAME}/api/html/tab_r.gif
+share/doc/${PKGNAME}/api/html/tabs.css
+share/doc/${PKGNAME}/api/html/tree.html
+share/doc/${PKGNAME}/api/xmltooling.tag
+share/xml/xmltooling/catalog.xml
+share/xml/xmltooling/soap-envelope.xsd
+share/xml/xmltooling/xenc-schema.xsd
+share/xml/xmltooling/xml.xsd
+share/xml/xmltooling/xmldsig-core-schema.xsd
+share/xml/xmltooling/xmltooling.xsd
diff --git a/textproc/xmltooling/buildlink3.mk b/textproc/xmltooling/buildlink3.mk
new file mode 100644
index 00000000000..a4251802fde
--- /dev/null
+++ b/textproc/xmltooling/buildlink3.mk
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/03/15 18:45:36 pettai Exp $
+#
+
+BUILDLINK_TREE+= xmltooling
+
+.if !defined(XMLTOOLING_C_BUILDLINK3_MK)
+XMLTOOLING_C_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.xmltooling+= xmltooling>=1.3.3
+BUILDLINK_PKGSRCDIR.xmltooling?= ../../textproc/xmltooling
+
+.endif # XMLTOOLING_C_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -xmltooling
diff --git a/textproc/xmltooling/distinfo b/textproc/xmltooling/distinfo
new file mode 100644
index 00000000000..f056b5ab94e
--- /dev/null
+++ b/textproc/xmltooling/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/03/15 18:45:36 pettai Exp $
+
+SHA1 (xmltooling-1.3.3.tar.gz) = 394aecf4d6a79c10efb904b2fcac7f628cc65069
+RMD160 (xmltooling-1.3.3.tar.gz) = f23b4d5a1e3dc0ef1781c2f2c6cba29a09d35c90
+Size (xmltooling-1.3.3.tar.gz) = 1475368 bytes