From owner-svn-ports-all@freebsd.org Sat Mar 16 14:02:39 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F366152DD6E; Sat, 16 Mar 2019 14:02:39 +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 3D08189E05; Sat, 16 Mar 2019 14:02:39 +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 30F98230CD; Sat, 16 Mar 2019 14:02:39 +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 x2GE2djK016229; Sat, 16 Mar 2019 14:02:39 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2GE2c52016226; Sat, 16 Mar 2019 14:02:38 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201903161402.x2GE2c52016226@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 16 Mar 2019 14:02:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495873 - head/net-im/qxmpp-qt5 X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/net-im/qxmpp-qt5 X-SVN-Commit-Revision: 495873 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3D08189E05 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Mar 2019 14:02:40 -0000 Author: tcberner Date: Sat Mar 16 14:02:38 2019 New Revision: 495873 URL: https://svnweb.freebsd.org/changeset/ports/495873 Log: net-im/qxmpp-qt5: unbundle from net-im/qxmpp (Qt4 deprecation) Approved by: portmgr (implicit) Added: head/net-im/qxmpp-qt5/distinfo - copied unchanged from r495872, head/net-im/qxmpp/distinfo head/net-im/qxmpp-qt5/pkg-descr - copied unchanged from r495872, head/net-im/qxmpp/pkg-descr head/net-im/qxmpp-qt5/pkg-plist - copied unchanged from r495872, head/net-im/qxmpp/pkg-plist Modified: head/net-im/qxmpp-qt5/Makefile Modified: head/net-im/qxmpp-qt5/Makefile ============================================================================== --- head/net-im/qxmpp-qt5/Makefile Sat Mar 16 12:47:20 2019 (r495872) +++ head/net-im/qxmpp-qt5/Makefile Sat Mar 16 14:02:38 2019 (r495873) @@ -1,11 +1,33 @@ # $FreeBSD$ -PORTREVISION= 2 +PORTNAME= qxmpp +PORTVERSION= 0.9.3 +DISTVERSIONPREFIX= v +PORTREVISION= 1 +CATEGORIES= net-im PKGNAMESUFFIX= -qt5 -CONFLICTS= qxmpp-[0-9]* +MAINTAINER= ports@FreeBSD.org +COMMENT= QXmpp is an xmpp client library based on Qt & C++ -QXMPP_SLAVE= yes -MASTERDIR= ${.CURDIR}/../../net-im/qxmpp +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE.LGPL -.include "${MASTERDIR}/Makefile" +CONFLICTS?= ${PORTNAME}-[0-9]* + +USES= compiler:c++11-lang libtool pathfix pkgconfig qmake qt:5 +USE_QT= core gui network xml buildtools_build +PLIST_SUB= QDNS="@comment " + +QMAKE_ARGS= QXMPP_NO_TESTS=1 + +USE_GITHUB= yes +GH_ACCOUNT= qxmpp-project + +PLIST_SUB+= VERSION=${PORTVERSION} VERSION_MAJOR=${PORTVERSION:R} + +pre-configure: + ${REINPLACE_CMD} -e 's|pkgconfig|../libdata/pkgconfig|g' \ + ${WRKSRC}/src/src.pro + +.include Copied: head/net-im/qxmpp-qt5/distinfo (from r495872, head/net-im/qxmpp/distinfo) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/qxmpp-qt5/distinfo Sat Mar 16 14:02:38 2019 (r495873, copy of r495872, head/net-im/qxmpp/distinfo) @@ -0,0 +1,2 @@ +SHA256 (qxmpp-project-qxmpp-v0.9.3_GH0.tar.gz) = 13f5162a1df720702c6ae15a476a4cb8ea3e57d861a992c4de9147909765e6de +SIZE (qxmpp-project-qxmpp-v0.9.3_GH0.tar.gz) = 300764 Copied: head/net-im/qxmpp-qt5/pkg-descr (from r495872, head/net-im/qxmpp/pkg-descr) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/qxmpp-qt5/pkg-descr Sat Mar 16 14:02:38 2019 (r495873, copy of r495872, head/net-im/qxmpp/pkg-descr) @@ -0,0 +1,10 @@ +QXmpp is pretty intuitive and easy to use. It uses Qt extensively. +Qt is the only third party library it is dependent on. Users need +to a have working knowledge of C++ and Qt basics (Signals and Slots +and Qt data types). The underlying TCP socket and the XMPP RFCs +(RFC3920 and RFC3921) have been encapsulated into classes and +functions. Therefore the user would not be bothered with these +details. But it is always recommended to the advanced users to read +and enjoy the low level details. + +WWW: https://github.com/qxmpp-project/qxmpp/ Copied: head/net-im/qxmpp-qt5/pkg-plist (from r495872, head/net-im/qxmpp/pkg-plist) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/qxmpp-qt5/pkg-plist Sat Mar 16 14:02:38 2019 (r495873, copy of r495872, head/net-im/qxmpp/pkg-plist) @@ -0,0 +1,70 @@ +include/qxmpp/QXmppArchiveIq.h +include/qxmpp/QXmppArchiveManager.h +include/qxmpp/QXmppBindIq.h +include/qxmpp/QXmppBookmarkManager.h +include/qxmpp/QXmppBookmarkSet.h +include/qxmpp/QXmppByteStreamIq.h +include/qxmpp/QXmppCallManager.h +include/qxmpp/QXmppClient.h +include/qxmpp/QXmppClientExtension.h +include/qxmpp/QXmppConfiguration.h +include/qxmpp/QXmppConstants.h +include/qxmpp/QXmppDataForm.h +include/qxmpp/QXmppDialback.h +include/qxmpp/QXmppDiscoveryIq.h +include/qxmpp/QXmppDiscoveryManager.h +include/qxmpp/QXmppElement.h +include/qxmpp/QXmppEntityTimeIq.h +include/qxmpp/QXmppEntityTimeManager.h +include/qxmpp/QXmppGlobal.h +include/qxmpp/QXmppIbbIq.h +include/qxmpp/QXmppIncomingClient.h +include/qxmpp/QXmppIncomingServer.h +include/qxmpp/QXmppInvokable.h +include/qxmpp/QXmppIq.h +include/qxmpp/QXmppJingleIq.h +include/qxmpp/QXmppLogger.h +include/qxmpp/QXmppMessage.h +include/qxmpp/QXmppMessageReceiptManager.h +include/qxmpp/QXmppMucIq.h +include/qxmpp/QXmppMucManager.h +include/qxmpp/QXmppNonSASLAuth.h +include/qxmpp/QXmppOutgoingClient.h +include/qxmpp/QXmppOutgoingServer.h +include/qxmpp/QXmppPasswordChecker.h +include/qxmpp/QXmppPingIq.h +include/qxmpp/QXmppPresence.h +include/qxmpp/QXmppPubSubIq.h +include/qxmpp/QXmppRegisterIq.h +include/qxmpp/QXmppRemoteMethod.h +include/qxmpp/QXmppResultSet.h +include/qxmpp/QXmppRosterIq.h +include/qxmpp/QXmppRosterManager.h +include/qxmpp/QXmppRpcIq.h +include/qxmpp/QXmppRpcManager.h +include/qxmpp/QXmppRtcpPacket.h +include/qxmpp/QXmppRtpChannel.h +include/qxmpp/QXmppRtpPacket.h +include/qxmpp/QXmppServer.h +include/qxmpp/QXmppServerExtension.h +include/qxmpp/QXmppServerPlugin.h +include/qxmpp/QXmppSessionIq.h +include/qxmpp/QXmppSocks.h +include/qxmpp/QXmppStanza.h +include/qxmpp/QXmppStream.h +include/qxmpp/QXmppStreamFeatures.h +include/qxmpp/QXmppStun.h +include/qxmpp/QXmppTransferManager.h +include/qxmpp/QXmppTransferManager_p.h +include/qxmpp/QXmppUtils.h +include/qxmpp/QXmppVCardIq.h +include/qxmpp/QXmppVCardManager.h +include/qxmpp/QXmppVersionIq.h +include/qxmpp/QXmppVersionManager.h +%%QDNS%%include/qxmpp/qdnslookup.h +%%QDNS%%include/qxmpp/qdnslookup_p.h +lib/libqxmpp.so +lib/libqxmpp.so.0 +lib/libqxmpp.so.%%VERSION_MAJOR%% +lib/libqxmpp.so.%%VERSION%% +libdata/pkgconfig/qxmpp.pc