pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/libupnp Update libupnp to 1.4.6. Changes include ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9aede3ebbd2b
branches:  trunk
changeset: 529535:9aede3ebbd2b
user:      rh <rh%pkgsrc.org@localhost>
date:      Thu Jun 07 08:08:16 2007 +0000

description:
Update libupnp to 1.4.6.  Changes include tons of bugfixes and portability
fixes.  This version now also comes with full API reference documentation.

diffstat:

 net/libupnp/Makefile         |   16 ++-
 net/libupnp/PLIST            |  258 ++++++++++++++++++++++++++++++++++++++++++-
 net/libupnp/distinfo         |   18 +-
 net/libupnp/patches/patch-aa |   16 +-
 net/libupnp/patches/patch-ab |   25 +---
 net/libupnp/patches/patch-ac |   56 +++++++--
 net/libupnp/patches/patch-af |   30 ++--
 net/libupnp/patches/patch-ag |   16 +-
 8 files changed, 364 insertions(+), 71 deletions(-)

diffs (truncated from 525 to 300 lines):

diff -r b65c8066ee2f -r 9aede3ebbd2b net/libupnp/Makefile
--- a/net/libupnp/Makefile      Thu Jun 07 07:50:57 2007 +0000
+++ b/net/libupnp/Makefile      Thu Jun 07 08:08:16 2007 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2006/10/13 01:36:07 obache Exp $
+# $NetBSD: Makefile,v 1.4 2007/06/07 08:08:16 rh Exp $
 #
 
-DISTNAME=              libupnp-1.3.1
+DISTNAME=              libupnp-1.4.6
 CATEGORIES=            net
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=pupnp/}
+EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://pupnp.sourceforge.net/
@@ -30,5 +31,16 @@
        ${LN} -s /usr/include/net/if.h ${BUILDLINK_DIR}/include/linux/if.h
 .endif
 
+post-install:
+.for doc in IXML_Programming_Guide UPnP_Programming_Guide
+       ${INSTALL_DATA} ${WRKSRC}/docs/dist/${doc}.pdf                  \
+                       ${PREFIX}/share/doc/${PKGNAME_NOREV}
+.endfor
+.for dir in ixml upnp
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGNAME_NOREV}/html/${dir}
+       ${INSTALL_DATA} ${WRKSRC}/docs/dist/${doc}/html/${dir}/*        \
+                       ${PREFIX}/share/doc/${PKGNAME_NOREV}/html/${dir}
+.endfor
+
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r b65c8066ee2f -r 9aede3ebbd2b net/libupnp/PLIST
--- a/net/libupnp/PLIST Thu Jun 07 07:50:57 2007 +0000
+++ b/net/libupnp/PLIST Thu Jun 07 08:08:16 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/06/03 23:29:24 rh Exp $
+@comment $NetBSD: PLIST,v 1.2 2007/06/07 08:08:16 rh Exp $
 include/upnp/FreeList.h
 include/upnp/LinkedList.h
 include/upnp/ThreadPool.h
@@ -13,4 +13,260 @@
 lib/libthreadutil.la
 lib/libupnp.la
 lib/pkgconfig/libupnp.pc
+share/doc/${PKGNAME}/IXML_Programming_Guide.pdf
+share/doc/${PKGNAME}/UPnP_Programming_Guide.pdf
+share/doc/${PKGNAME}/html/ixml/DOMInterfaces.html
+share/doc/${PKGNAME}/html/ixml/General.html
+share/doc/${PKGNAME}/html/ixml/IXMLAPI.html
+share/doc/${PKGNAME}/html/ixml/InterfaceitAttr.html
+share/doc/${PKGNAME}/html/ixml/InterfaceitCDATASection.html
+share/doc/${PKGNAME}/html/ixml/InterfaceitDocument.html
+share/doc/${PKGNAME}/html/ixml/InterfaceitElement.html
+share/doc/${PKGNAME}/html/ixml/InterfaceitNamedNodeMap.html
+share/doc/${PKGNAME}/html/ixml/InterfaceitNode.html
+share/doc/${PKGNAME}/html/ixml/InterfaceitNodeList.html
+share/doc/${PKGNAME}/html/ixml/Introduction.html
+share/doc/${PKGNAME}/html/ixml/License.html
+share/doc/${PKGNAME}/html/ixml/icon1.gif
+share/doc/${PKGNAME}/html/ixml/icon2.gif
+share/doc/${PKGNAME}/html/ixml/index.html
+share/doc/${PKGNAME}/html/ixml/ixmlAttr_free.html
+share/doc/${PKGNAME}/html/ixml/ixmlCDATASection_free.html
+share/doc/${PKGNAME}/html/ixml/ixmlCDATASection_init.html
+share/doc/${PKGNAME}/html/ixml/ixmlCloneDOMString.html
+share/doc/${PKGNAME}/html/ixml/ixmlDocument_createAttribute.html
+share/doc/${PKGNAME}/html/ixml/ixmlDocument_createAttributeEx.html
+share/doc/${PKGNAME}/html/ixml/ixmlDocument_createAttributeNS.html
+share/doc/${PKGNAME}/html/ixml/ixmlDocument_createAttributeNSEx.html
+share/doc/${PKGNAME}/html/ixml/ixmlDocument_createCDATASection.html
+share/doc/${PKGNAME}/html/ixml/ixmlDocument_createCDATASectionEx.html
+share/doc/${PKGNAME}/html/ixml/ixmlDocument_createDocument.html
+share/doc/${PKGNAME}/html/ixml/ixmlDocument_createDocumentEx.html
+share/doc/${PKGNAME}/html/ixml/ixmlDocument_createElement.html
+share/doc/${PKGNAME}/html/ixml/ixmlDocument_createElementEx.html
+share/doc/${PKGNAME}/html/ixml/ixmlDocument_createElementNS.html
+share/doc/${PKGNAME}/html/ixml/ixmlDocument_createElementNSEx.html
+share/doc/${PKGNAME}/html/ixml/ixmlDocument_createTextNode.html
+share/doc/${PKGNAME}/html/ixml/ixmlDocument_createTextNodeEx.html
+share/doc/${PKGNAME}/html/ixml/ixmlDocument_free.html
+share/doc/${PKGNAME}/html/ixml/ixmlDocument_getElementById.html
+share/doc/${PKGNAME}/html/ixml/ixmlDocument_getElementsByTagName.html
+share/doc/${PKGNAME}/html/ixml/ixmlDocument_getElementsByTagNameNS.html
+share/doc/${PKGNAME}/html/ixml/ixmlDocument_importNode.html
+share/doc/${PKGNAME}/html/ixml/ixmlDocument_init.html
+share/doc/${PKGNAME}/html/ixml/ixmlDocumenttoString.html
+share/doc/${PKGNAME}/html/ixml/ixmlElement_free.html
+share/doc/${PKGNAME}/html/ixml/ixmlElement_getAttribute.html
+share/doc/${PKGNAME}/html/ixml/ixmlElement_getAttributeNS.html
+share/doc/${PKGNAME}/html/ixml/ixmlElement_getAttributeNode.html
+share/doc/${PKGNAME}/html/ixml/ixmlElement_getAttributeNodeNS.html
+share/doc/${PKGNAME}/html/ixml/ixmlElement_getElementsByTagName.html
+share/doc/${PKGNAME}/html/ixml/ixmlElement_getElementsByTagNameNS.html
+share/doc/${PKGNAME}/html/ixml/ixmlElement_getTagName.html
+share/doc/${PKGNAME}/html/ixml/ixmlElement_hasAttribute.html
+share/doc/${PKGNAME}/html/ixml/ixmlElement_hasAttributeNS.html
+share/doc/${PKGNAME}/html/ixml/ixmlElement_init.html
+share/doc/${PKGNAME}/html/ixml/ixmlElement_removeAttribute.html
+share/doc/${PKGNAME}/html/ixml/ixmlElement_removeAttributeNS.html
+share/doc/${PKGNAME}/html/ixml/ixmlElement_removeAttributeNode.html
+share/doc/${PKGNAME}/html/ixml/ixmlElement_setAttribute.html
+share/doc/${PKGNAME}/html/ixml/ixmlElement_setAttributeNS.html
+share/doc/${PKGNAME}/html/ixml/ixmlElement_setAttributeNode.html
+share/doc/${PKGNAME}/html/ixml/ixmlElement_setAttributeNodeNS.html
+share/doc/${PKGNAME}/html/ixml/ixmlFreeDOMString.html
+share/doc/${PKGNAME}/html/ixml/ixmlLoadDocument.html
+share/doc/${PKGNAME}/html/ixml/ixmlLoadDocumentEx.html
+share/doc/${PKGNAME}/html/ixml/ixmlNamedNodeMap_free.html
+share/doc/${PKGNAME}/html/ixml/ixmlNamedNodeMap_getLength.html
+share/doc/${PKGNAME}/html/ixml/ixmlNamedNodeMap_getNamedItem.html
+share/doc/${PKGNAME}/html/ixml/ixmlNamedNodeMap_getNamedItemNS.html
+share/doc/${PKGNAME}/html/ixml/ixmlNamedNodeMap_item.html
+share/doc/${PKGNAME}/html/ixml/ixmlNamedNodeMap_removeNamedItem.html
+share/doc/${PKGNAME}/html/ixml/ixmlNamedNodeMap_removeNamedItemNS.html
+share/doc/${PKGNAME}/html/ixml/ixmlNamedNodeMap_setNamedItem.html
+share/doc/${PKGNAME}/html/ixml/ixmlNamedNodeMap_setNamedItemNS.html
+share/doc/${PKGNAME}/html/ixml/ixmlNodeList_free.html
+share/doc/${PKGNAME}/html/ixml/ixmlNodeList_item.html
+share/doc/${PKGNAME}/html/ixml/ixmlNodeList_length.html
+share/doc/${PKGNAME}/html/ixml/ixmlNode_appendChild.html
+share/doc/${PKGNAME}/html/ixml/ixmlNode_cloneNode.html
+share/doc/${PKGNAME}/html/ixml/ixmlNode_free.html
+share/doc/${PKGNAME}/html/ixml/ixmlNode_getAttributes.html
+share/doc/${PKGNAME}/html/ixml/ixmlNode_getChildNodes.html
+share/doc/${PKGNAME}/html/ixml/ixmlNode_getFirstChild.html
+share/doc/${PKGNAME}/html/ixml/ixmlNode_getLastChild.html
+share/doc/${PKGNAME}/html/ixml/ixmlNode_getLocalName.html
+share/doc/${PKGNAME}/html/ixml/ixmlNode_getNamespaceURI.html
+share/doc/${PKGNAME}/html/ixml/ixmlNode_getNextSibling.html
+share/doc/${PKGNAME}/html/ixml/ixmlNode_getNodeName.html
+share/doc/${PKGNAME}/html/ixml/ixmlNode_getNodeType.html
+share/doc/${PKGNAME}/html/ixml/ixmlNode_getNodeValue.html
+share/doc/${PKGNAME}/html/ixml/ixmlNode_getOwnerDocument.html
+share/doc/${PKGNAME}/html/ixml/ixmlNode_getParentNode.html
+share/doc/${PKGNAME}/html/ixml/ixmlNode_getPrefix.html
+share/doc/${PKGNAME}/html/ixml/ixmlNode_getPreviousSibling.html
+share/doc/${PKGNAME}/html/ixml/ixmlNode_hasAttributes.html
+share/doc/${PKGNAME}/html/ixml/ixmlNode_hasChildNodes.html
+share/doc/${PKGNAME}/html/ixml/ixmlNode_insertBefore.html
+share/doc/${PKGNAME}/html/ixml/ixmlNode_removeChild.html
+share/doc/${PKGNAME}/html/ixml/ixmlNode_replaceChild.html
+share/doc/${PKGNAME}/html/ixml/ixmlNode_setNodeValue.html
+share/doc/${PKGNAME}/html/ixml/ixmlNodetoString.html
+share/doc/${PKGNAME}/html/ixml/ixmlParseBuffer.html
+share/doc/${PKGNAME}/html/ixml/ixmlParseBufferEx.html
+share/doc/${PKGNAME}/html/ixml/ixmlPrintDocument.html
+share/doc/${PKGNAME}/html/ixml/ixmlPrintNode.html
+share/doc/${PKGNAME}/html/ixml/ixmlRelaxParser.html
+share/doc/${PKGNAME}/html/ixml/toc.html
+share/doc/${PKGNAME}/html/upnp/AboutCallbacks.html
+share/doc/${PKGNAME}/html/upnp/ConstantsStructuresandTypes.html
+share/doc/${PKGNAME}/html/upnp/Control.html
+share/doc/${PKGNAME}/html/upnp/ControlPointHTTPAPI.html
+share/doc/${PKGNAME}/html/upnp/Discovery.html
+share/doc/${PKGNAME}/html/upnp/Errorcodes.html
+share/doc/${PKGNAME}/html/upnp/Eventing.html
+share/doc/${PKGNAME}/html/upnp/General.html
+share/doc/${PKGNAME}/html/upnp/InitializationandRegistration.html
+share/doc/${PKGNAME}/html/upnp/Introduction.html
+share/doc/${PKGNAME}/html/upnp/License.html
+share/doc/${PKGNAME}/html/upnp/OptionalToolAPIs.html
+share/doc/${PKGNAME}/html/upnp/TheAPI.html
+share/doc/${PKGNAME}/html/upnp/UPNPREG_BUF_DESC.html
+share/doc/${PKGNAME}/html/upnp/UPNPREG_FILENAME_DESC.html
+share/doc/${PKGNAME}/html/upnp/UPNPREG_URL_DESC.html
+share/doc/${PKGNAME}/html/upnp/UPNP_CONTROL_ACTION_COMPLETE.html
+share/doc/${PKGNAME}/html/upnp/UPNP_CONTROL_ACTION_REQUEST.html
+share/doc/${PKGNAME}/html/upnp/UPNP_CONTROL_GET_VAR_COMPLETE.html
+share/doc/${PKGNAME}/html/upnp/UPNP_CONTROL_GET_VAR_REQUEST.html
+share/doc/${PKGNAME}/html/upnp/UPNP_DISCOVERY_ADVERTISEMENT_ALIVE.html
+share/doc/${PKGNAME}/html/upnp/UPNP_DISCOVERY_ADVERTISEMENT_BYEBYE.html
+share/doc/${PKGNAME}/html/upnp/UPNP_DISCOVERY_SEARCH_RESULT.html
+share/doc/${PKGNAME}/html/upnp/UPNP_DISCOVERY_SEARCH_TIMEOUT.html
+share/doc/${PKGNAME}/html/upnp/UPNP_EVENT_AUTORENEWAL_FAILED.html
+share/doc/${PKGNAME}/html/upnp/UPNP_EVENT_RECEIVED.html
+share/doc/${PKGNAME}/html/upnp/UPNP_EVENT_RENEWAL_COMPLETE.html
+share/doc/${PKGNAME}/html/upnp/UPNP_EVENT_SUBSCRIBE_COMPLETE.html
+share/doc/${PKGNAME}/html/upnp/UPNP_EVENT_SUBSCRIPTION_EXPIRED.html
+share/doc/${PKGNAME}/html/upnp/UPNP_EVENT_SUBSCRIPTION_REQUEST.html
+share/doc/${PKGNAME}/html/upnp/UPNP_EVENT_UNSUBSCRIBE_COMPLETE.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_ALREADY_REGISTERED-120.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_BAD_HTTPMSG-119.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_BAD_RESPONSE-113.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_CANCELED-210.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_EXT_NOT_XML-504.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_FILE_NOT_FOUND-502.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_FILE_READ_ERROR-503.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_FINISH-116.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_INIT-105.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_INIT_FAILED-117.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_INTERNAL_ERROR-911.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_INVALID_ACTION-115.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_INVALID_ARGUMENT-501.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_INVALID_DESC-107.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_INVALID_HANDLE-100.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_INVALID_PARAM-101.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_INVALID_SERVICE-111.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_INVALID_URL-108.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_LISTEN-206.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_NETWORK_ERROR-200.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_NOTIFY_UNACCEPTED-303.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_NOT_FOUND-507.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_OUTOF_HANDLE-102.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_OUTOF_MEMORY-104.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_OUTOF_SOCKET-205.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_SOCKET_BIND-203.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_SOCKET_CONNECT-204.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_SOCKET_ERROR-208.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_SOCKET_READ-202.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_SOCKET_WRITE-201.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_SUBSCRIBE_UNACCEPTED-301.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_SUCCESS0.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_TIMEDOUT-207.html
+share/doc/${PKGNAME}/html/upnp/UPNP_E_UNSUBSCRIBE_UNACCAPTED-302.html
+share/doc/${PKGNAME}/html/upnp/UPNP_S_ALL.html
+share/doc/${PKGNAME}/html/upnp/UPNP_S_DEVICE.html
+share/doc/${PKGNAME}/html/upnp/UPNP_S_ROOT.html
+share/doc/${PKGNAME}/html/upnp/UPNP_S_SERVICE.html
+share/doc/${PKGNAME}/html/upnp/UPnP_EventType.html
+share/doc/${PKGNAME}/html/upnp/UpnpAcceptSubscription.html
+share/doc/${PKGNAME}/html/upnp/UpnpAcceptSubscriptionExt.html
+share/doc/${PKGNAME}/html/upnp/UpnpAddToAction.html
+share/doc/${PKGNAME}/html/upnp/UpnpAddToActionResponse.html
+share/doc/${PKGNAME}/html/upnp/UpnpAddToPropertySet.html
+share/doc/${PKGNAME}/html/upnp/UpnpAddVirtualDir.html
+share/doc/${PKGNAME}/html/upnp/UpnpCancelHttpGet.html
+share/doc/${PKGNAME}/html/upnp/UpnpClient_Handle.html
+share/doc/${PKGNAME}/html/upnp/UpnpCloseHttpGet.html
+share/doc/${PKGNAME}/html/upnp/UpnpCloseHttpPost.html
+share/doc/${PKGNAME}/html/upnp/UpnpCreatePropertySet.html
+share/doc/${PKGNAME}/html/upnp/UpnpDevice_Handle.html
+share/doc/${PKGNAME}/html/upnp/UpnpDownloadUrlItem.html
+share/doc/${PKGNAME}/html/upnp/UpnpDownloadXmlDoc.html
+share/doc/${PKGNAME}/html/upnp/UpnpEnableWebserver.html
+share/doc/${PKGNAME}/html/upnp/UpnpFinish.html
+share/doc/${PKGNAME}/html/upnp/UpnpGetErrorMessage.html
+share/doc/${PKGNAME}/html/upnp/UpnpGetServerIpAddress.html
+share/doc/${PKGNAME}/html/upnp/UpnpGetServerPort.html
+share/doc/${PKGNAME}/html/upnp/UpnpGetServiceVarStatus.html
+share/doc/${PKGNAME}/html/upnp/UpnpGetServiceVarStatusAsync.html
+share/doc/${PKGNAME}/html/upnp/UpnpHttpGetProgress.html
+share/doc/${PKGNAME}/html/upnp/UpnpInit.html
+share/doc/${PKGNAME}/html/upnp/UpnpIsWebserverEnabled.html
+share/doc/${PKGNAME}/html/upnp/UpnpMakeAction.html
+share/doc/${PKGNAME}/html/upnp/UpnpMakeActionResponse.html
+share/doc/${PKGNAME}/html/upnp/UpnpNotify.html
+share/doc/${PKGNAME}/html/upnp/UpnpNotifyExt.html
+share/doc/${PKGNAME}/html/upnp/UpnpOpenHttpGet.html
+share/doc/${PKGNAME}/html/upnp/UpnpOpenHttpGetEx.html
+share/doc/${PKGNAME}/html/upnp/UpnpOpenHttpGetProxy.html
+share/doc/${PKGNAME}/html/upnp/UpnpOpenHttpPost.html
+share/doc/${PKGNAME}/html/upnp/UpnpReadHttpGet.html
+share/doc/${PKGNAME}/html/upnp/UpnpRegisterClient.html
+share/doc/${PKGNAME}/html/upnp/UpnpRegisterRootDevice.html
+share/doc/${PKGNAME}/html/upnp/UpnpRegisterRootDevice2.html
+share/doc/${PKGNAME}/html/upnp/UpnpRemoveAllVirtualDirs.html
+share/doc/${PKGNAME}/html/upnp/UpnpRemoveVirtualDir.html
+share/doc/${PKGNAME}/html/upnp/UpnpRenewSubscription.html
+share/doc/${PKGNAME}/html/upnp/UpnpRenewSubscriptionAsync.html
+share/doc/${PKGNAME}/html/upnp/UpnpResolveURL.html
+share/doc/${PKGNAME}/html/upnp/UpnpSearchAsync.html
+share/doc/${PKGNAME}/html/upnp/UpnpSendAction.html
+share/doc/${PKGNAME}/html/upnp/UpnpSendActionAsync.html
+share/doc/${PKGNAME}/html/upnp/UpnpSendActionEx.html
+share/doc/${PKGNAME}/html/upnp/UpnpSendActionExAsync.html
+share/doc/${PKGNAME}/html/upnp/UpnpSendAdvertisement.html
+share/doc/${PKGNAME}/html/upnp/UpnpSetContentLength.html
+share/doc/${PKGNAME}/html/upnp/UpnpSetMaxContentLength.html
+share/doc/${PKGNAME}/html/upnp/UpnpSetMaxSubscriptionTimeOut.html
+share/doc/${PKGNAME}/html/upnp/UpnpSetMaxSubscriptions.html
+share/doc/${PKGNAME}/html/upnp/UpnpSetVirtualDirCallbacks.html
+share/doc/${PKGNAME}/html/upnp/UpnpSetWebServerRootDir.html
+share/doc/${PKGNAME}/html/upnp/UpnpSubscribe.html
+share/doc/${PKGNAME}/html/upnp/UpnpSubscribeAsync.html
+share/doc/${PKGNAME}/html/upnp/UpnpUnRegisterClient.html
+share/doc/${PKGNAME}/html/upnp/UpnpUnRegisterRootDevice.html
+share/doc/${PKGNAME}/html/upnp/UpnpUnSubscribe.html
+share/doc/${PKGNAME}/html/upnp/UpnpUnSubscribeAsync.html
+share/doc/${PKGNAME}/html/upnp/UpnpVirtualDirCallbacks.html
+share/doc/${PKGNAME}/html/upnp/UpnpWriteHttpPost.html
+share/doc/${PKGNAME}/html/upnp/Upnp_Action_Request.html
+share/doc/${PKGNAME}/html/upnp/Upnp_DescType.html
+share/doc/${PKGNAME}/html/upnp/Upnp_Discovery.html
+share/doc/${PKGNAME}/html/upnp/Upnp_Event.html
+share/doc/${PKGNAME}/html/upnp/Upnp_Event_Subscribe.html
+share/doc/${PKGNAME}/html/upnp/Upnp_FunPtr.html
+share/doc/${PKGNAME}/html/upnp/Upnp_SID44.html
+share/doc/${PKGNAME}/html/upnp/Upnp_SType.html
+share/doc/${PKGNAME}/html/upnp/Upnp_State_Var_Complete.html
+share/doc/${PKGNAME}/html/upnp/Upnp_State_Var_Request.html
+share/doc/${PKGNAME}/html/upnp/Upnp_Subscription_Request.html
+share/doc/${PKGNAME}/html/upnp/WebServerAPI.html
+share/doc/${PKGNAME}/html/upnp/icon1.gif
+share/doc/${PKGNAME}/html/upnp/icon2.gif
+share/doc/${PKGNAME}/html/upnp/index.html
+share/doc/${PKGNAME}/html/upnp/toc.html
+@dirrm share/doc/${PKGNAME}/html/upnp
+@dirrm share/doc/${PKGNAME}/html/ixml



Home | Main Index | Thread Index | Old Index