From owner-svn-ports-head@freebsd.org Sat Mar 21 16:11:37 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A247D2661B3; Sat, 21 Mar 2020 16:11:37 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48l5HY2676z3D1C; Sat, 21 Mar 2020 16:11:37 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 134E1F3F7; Sat, 21 Mar 2020 16:11:37 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02LGBalG033559; Sat, 21 Mar 2020 16:11:36 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02LGBa6I033551; Sat, 21 Mar 2020 16:11:36 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202003211611.02LGBa6I033551@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 21 Mar 2020 16:11:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528858 - in head/net: . kdsoap X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/net: . kdsoap X-SVN-Commit-Revision: 528858 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Mar 2020 16:11:37 -0000 Author: tcberner Date: Sat Mar 21 16:11:35 2020 New Revision: 528858 URL: https://svnweb.freebsd.org/changeset/ports/528858 Log: New port: net/kdsoap -- Qt-based client-side and server-side SOAP component KD Soap is a Qt-based client-side and server-side SOAP component. It can be used to create client applications for web services and also provides the means to create web services without the need for any further component such as a dedicated web server. KD Soap targets C++ programmers who use Qt in their applications. WWW: https://www.kdab.com/kdab-products/kd-soap Added: head/net/kdsoap/ head/net/kdsoap/Makefile (contents, props changed) head/net/kdsoap/distinfo (contents, props changed) head/net/kdsoap/pkg-descr (contents, props changed) head/net/kdsoap/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sat Mar 21 15:56:34 2020 (r528857) +++ head/net/Makefile Sat Mar 21 16:11:35 2020 (r528858) @@ -305,6 +305,7 @@ SUBDIR += kdav SUBDIR += kdenetwork SUBDIR += kdenetwork-filesharing + SUBDIR += kdsoap SUBDIR += kea SUBDIR += kf5-kcalendarcore SUBDIR += kf5-kcontacts Added: head/net/kdsoap/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/kdsoap/Makefile Sat Mar 21 16:11:35 2020 (r528858) @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= kdsoap +DISTVERSION= 1.9.0 +CATEGORIES= net kde +MASTER_SITES= https://github.com/KDAB/${PORTNAME}/releases/download/${DISTVERSION}/ + +MAINTAINER= kde@FreeBSD.org +COMMENT= Qt-based client-side and server-side SOAP component + +USES= cmake compiler:c++11-lang qt:5 +USE_QT= core network widgets xml \ + buildtools_build qmake_build + +.include Added: head/net/kdsoap/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/kdsoap/distinfo Sat Mar 21 16:11:35 2020 (r528858) @@ -0,0 +1,3 @@ +TIMESTAMP = 1584803805 +SHA256 (kdsoap-1.9.0.tar.gz) = e3b9626d5cb08f41a709fa35031ce17bfdd075b7387baf14ecf8a9ca10994828 +SIZE (kdsoap-1.9.0.tar.gz) = 1480479 Added: head/net/kdsoap/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/kdsoap/pkg-descr Sat Mar 21 16:11:35 2020 (r528858) @@ -0,0 +1,9 @@ +KD Soap is a Qt-based client-side and server-side SOAP component. + +It can be used to create client applications for web services and also provides +the means to create web services without the need for any further component +such as a dedicated web server. + +KD Soap targets C++ programmers who use Qt in their applications. + +WWW: https://www.kdab.com/kdab-products/kd-soap Added: head/net/kdsoap/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/kdsoap/pkg-plist Sat Mar 21 16:11:35 2020 (r528858) @@ -0,0 +1,69 @@ +bin/kdwsdl2cpp +include/KDSoapClient/KDDateTime +include/KDSoapClient/KDDateTime.h +include/KDSoapClient/KDQName +include/KDSoapClient/KDQName.h +include/KDSoapClient/KDSoap +include/KDSoapClient/KDSoap.h +include/KDSoapClient/KDSoapAuthentication +include/KDSoapClient/KDSoapAuthentication.h +include/KDSoapClient/KDSoapClient +include/KDSoapClient/KDSoapClientInterface +include/KDSoapClient/KDSoapClientInterface.h +include/KDSoapClient/KDSoapEndpointReference +include/KDSoapClient/KDSoapEndpointReference.h +include/KDSoapClient/KDSoapFaultException +include/KDSoapClient/KDSoapFaultException.h +include/KDSoapClient/KDSoapGlobal +include/KDSoapClient/KDSoapGlobal.h +include/KDSoapClient/KDSoapHeaders +include/KDSoapClient/KDSoapJob +include/KDSoapClient/KDSoapJob.h +include/KDSoapClient/KDSoapMessage +include/KDSoapClient/KDSoapMessage.h +include/KDSoapClient/KDSoapMessageAddressingProperties +include/KDSoapClient/KDSoapMessageAddressingProperties.h +include/KDSoapClient/KDSoapNamespaceManager +include/KDSoapClient/KDSoapNamespaceManager.h +include/KDSoapClient/KDSoapPendingCall +include/KDSoapClient/KDSoapPendingCall.h +include/KDSoapClient/KDSoapPendingCallWatcher +include/KDSoapClient/KDSoapPendingCallWatcher.h +include/KDSoapClient/KDSoapSslHandler +include/KDSoapClient/KDSoapSslHandler.h +include/KDSoapClient/KDSoapUdpClient +include/KDSoapClient/KDSoapUdpClient.h +include/KDSoapClient/KDSoapValue +include/KDSoapClient/KDSoapValue.h +include/KDSoapClient/KDSoapValueList +include/KDSoapServer/KDSoapDelayedResponseHandle +include/KDSoapServer/KDSoapDelayedResponseHandle.h +include/KDSoapServer/KDSoapServer +include/KDSoapServer/KDSoapServer.h +include/KDSoapServer/KDSoapServerAuthInterface +include/KDSoapServer/KDSoapServerAuthInterface.h +include/KDSoapServer/KDSoapServerCustomVerbRequestInterface +include/KDSoapServer/KDSoapServerCustomVerbRequestInterface.h +include/KDSoapServer/KDSoapServerGlobal +include/KDSoapServer/KDSoapServerGlobal.h +include/KDSoapServer/KDSoapServerObjectInterface +include/KDSoapServer/KDSoapServerObjectInterface.h +include/KDSoapServer/KDSoapServerRawXMLInterface +include/KDSoapServer/KDSoapServerRawXMLInterface.h +include/KDSoapServer/KDSoapThreadPool +include/KDSoapServer/KDSoapThreadPool.h +lib/cmake/KDSoap/KDSoapConfig.cmake +lib/cmake/KDSoap/KDSoapConfigVersion.cmake +lib/cmake/KDSoap/KDSoapMacros.cmake +lib/cmake/KDSoap/KDSoapTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KDSoap/KDSoapTargets.cmake +lib/libkdsoap-server.so +lib/libkdsoap-server.so.1.9.0 +lib/libkdsoap.so +lib/libkdsoap.so.1.9.0 +share/doc/KDSoap/LICENSE.GPL.txt +share/doc/KDSoap/LICENSE.txt +share/doc/KDSoap/README.txt +share/doc/KDSoap/kdsoap.pri +share/doc/KDSoap/kdwsdl2cpp.pri +share/mkspecs/features/kdsoap.prf