diff --git a/net/libupnp/Makefile b/net/libupnp/Makefile index 21319201c18c..3bf5e3eecf91 100644 --- a/net/libupnp/Makefile +++ b/net/libupnp/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2015/03/15 17:09:00 hiramatsu Exp $ -# +# $NetBSD: Makefile,v 1.24 2019/09/02 12:58:54 nia Exp $ -DISTNAME= libupnp-1.6.19 +DISTNAME= libupnp-1.8.4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pupnp/} EXTRACT_SUFX= .tar.bz2 @@ -11,13 +10,10 @@ HOMEPAGE= http://pupnp.sourceforge.net/ COMMENT= Portable Universal Plug and Play (UPnP) SDK LICENSE= modified-bsd -USE_LANGUAGES= c USE_TOOLS+= pkg-config USE_LIBTOOL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-documentation - PKGCONFIG_OVERRIDE+= libupnp.pc.in TEST_TARGET= check @@ -25,6 +21,5 @@ TEST_TARGET= check CFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS .include "options.mk" - .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/libupnp/PLIST b/net/libupnp/PLIST index 1a1ce66be3e6..6a15079f28bd 100644 --- a/net/libupnp/PLIST +++ b/net/libupnp/PLIST @@ -1,8 +1,17 @@ -@comment $NetBSD: PLIST,v 1.9 2013/11/21 08:07:55 obache Exp $ -include/upnp/FreeList.h -include/upnp/LinkedList.h -include/upnp/ThreadPool.h -include/upnp/TimerThread.h +@comment $NetBSD: PLIST,v 1.10 2019/09/02 12:58:54 nia Exp $ +include/upnp/ActionComplete.h +include/upnp/ActionRequest.h +include/upnp/Callback.h +include/upnp/Discovery.h +include/upnp/Event.h +include/upnp/EventSubscribe.h +include/upnp/FileInfo.h +include/upnp/StateVarComplete.h +include/upnp/StateVarRequest.h +include/upnp/SubscriptionRequest.h +include/upnp/TemplateInclude.h +include/upnp/TemplateSource.h +include/upnp/TemplateUndef.h include/upnp/UpnpGlobal.h include/upnp/UpnpInet.h include/upnp/UpnpIntTypes.h @@ -12,271 +21,12 @@ include/upnp/UpnpUniStd.h include/upnp/ithread.h include/upnp/ixml.h include/upnp/ixmldebug.h +include/upnp/list.h +include/upnp/poison.h include/upnp/upnp.h include/upnp/upnpconfig.h include/upnp/upnpdebug.h include/upnp/upnptools.h lib/libixml.la -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}/examples/sample_util.c -share/doc/${PKGNAME}/examples/sample_util.h -share/doc/${PKGNAME}/examples/tv_ctrlpt.c -share/doc/${PKGNAME}/examples/tv_ctrlpt.h -share/doc/${PKGNAME}/examples/tv_ctrlpt_main.c -share/doc/${PKGNAME}/examples/tv_device.c -share/doc/${PKGNAME}/examples/tv_device.h -share/doc/${PKGNAME}/examples/tv_device_main.c -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_UNACCEPTED-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 diff --git a/net/libupnp/distinfo b/net/libupnp/distinfo index e11d64ea54fc..2f9d6d9df817 100644 --- a/net/libupnp/distinfo +++ b/net/libupnp/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.22 2015/11/04 00:35:10 agc Exp $ +$NetBSD: distinfo,v 1.23 2019/09/02 12:58:54 nia Exp $ -SHA1 (libupnp-1.6.19.tar.bz2) = ee9e16ff42808521b62b7fc664fc9cba479ede88 -RMD160 (libupnp-1.6.19.tar.bz2) = 9879bc7e2e31b50b36ca752c70a00b3abc6de23f -SHA512 (libupnp-1.6.19.tar.bz2) = 97af62a7483cc19cfe80157cbc3383c1b4b7c9c39b848f4ed063784b74df0b9b0527f7b467e01451e0a44dbf9e8a9eab510619146a6ee1e3dce46f3e4af6e661 -Size (libupnp-1.6.19.tar.bz2) = 1213439 bytes +SHA1 (libupnp-1.8.4.tar.bz2) = 93e7b3c94cf53eb59533b4b7b137ef5cc651e28b +RMD160 (libupnp-1.8.4.tar.bz2) = b31fe48c65c4730eaf4fd523de299ca7e5ac8218 +SHA512 (libupnp-1.8.4.tar.bz2) = 403d7b6408a33330fc59fbe6284cc7bca10a675c41b323bba6b9c6461c8a82fbb39f4a1a07d1a3b55f049c637830ebf21bd825cd6c2f4eb17265018ccee9cbb6 +Size (libupnp-1.8.4.tar.bz2) = 676576 bytes SHA1 (patch-aa) = b3d00b441b3c0ae9aa0769223a4eaf6baa71a71c -SHA1 (patch-upnp_sample_Makefile.in) = 63675848b7289f414f3d78968aef69130addce28 diff --git a/net/libupnp/patches/patch-upnp_sample_Makefile.in b/net/libupnp/patches/patch-upnp_sample_Makefile.in deleted file mode 100644 index f6a97d124019..000000000000 --- a/net/libupnp/patches/patch-upnp_sample_Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-upnp_sample_Makefile.in,v 1.1 2014/03/28 05:51:13 obache Exp $ - -* install(1) from GNU coreutils dislike overwrite with same contents. - https://sourceforge.net/p/pupnp/bugs/120/ - ---- upnp/sample/Makefile.in.orig 2013-11-15 16:19:11.000000000 +0000 -+++ upnp/sample/Makefile.in -@@ -628,7 +628,7 @@ clean-libtool: - -rm -rf .libs _libs - install-examplesDATA: $(examples_DATA) - @$(NORMAL_INSTALL) -- @list='$(examples_DATA)'; test -n "$(examplesdir)" || list=; \ -+ @list='$(examples_DATA:O:u)'; test -n "$(examplesdir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(examplesdir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(examplesdir)" || exit 1; \