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.6.0. Merge from wip/l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f46658dd5911
branches:  trunk
changeset: 532429:f46658dd5911
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Aug 19 01:36:22 2007 +0000

description:
Update libupnp to 1.6.0.  Merge from wip/libupnp.
No functionally changes since RC1.

diffstat:

 net/libupnp/Makefile         |   25 +-
 net/libupnp/PLIST            |  523 +++++++++++++++++++++---------------------
 net/libupnp/buildlink3.mk    |    8 +-
 net/libupnp/distinfo         |   14 +-
 net/libupnp/patches/patch-aa |   22 +
 net/libupnp/patches/patch-ac |   34 ++
 net/libupnp/patches/patch-ae |   12 +
 net/libupnp/patches/patch-ag |   12 +
 net/libupnp/patches/patch-ah |    6 +-
 9 files changed, 366 insertions(+), 290 deletions(-)

diffs (truncated from 734 to 300 lines):

diff -r 7b4abd5ab00c -r f46658dd5911 net/libupnp/Makefile
--- a/net/libupnp/Makefile      Sat Aug 18 23:39:26 2007 +0000
+++ b/net/libupnp/Makefile      Sun Aug 19 01:36:22 2007 +0000
@@ -1,36 +1,23 @@
-# $NetBSD: Makefile,v 1.5 2007/06/19 01:40:13 rh Exp $
+# $NetBSD: Makefile,v 1.6 2007/08/19 01:36:22 obache Exp $
 #
 
-DISTNAME=              libupnp-1.6.0-rc1
-PKGNAME=               ${DISTNAME:S/-rc1/rc1/}
+DISTNAME=              libupnp-1.6.0
 CATEGORIES=            net
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=pupnp/}
 EXTRACT_SUFX=          .tar.bz2
 
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=            obache%NetBSD.org@localhost
 HOMEPAGE=              http://pupnp.sourceforge.net/
 COMMENT=               Portable Universal Plug and Play (UPnP) SDK
 
-WRKSRC=                        ${WRKDIR}/${DISTNAME:S/-rc1//}
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c
 USE_TOOLS+=            pkg-config
-USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 
+CONFIGURE_ARGS+=       --with-documentation
+
 PKGCONFIG_OVERRIDE+=   libupnp.pc.in
 
-post-install:
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGNAME_NOREV}
-.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 7b4abd5ab00c -r f46658dd5911 net/libupnp/PLIST
--- a/net/libupnp/PLIST Sat Aug 18 23:39:26 2007 +0000
+++ b/net/libupnp/PLIST Sun Aug 19 01:36:22 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2007/06/19 01:40:13 rh Exp $
+@comment $NetBSD: PLIST,v 1.4 2007/08/19 01:36:22 obache Exp $
 include/upnp/FreeList.h
 include/upnp/LinkedList.h
 include/upnp/ThreadPool.h
@@ -14,260 +14,269 @@
 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



Home | Main Index | Thread Index | Old Index