From owner-svn-ports-head@freebsd.org Tue Sep 24 16:08:22 2019 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 D6344129E69; Tue, 24 Sep 2019 16:08:22 +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 46d5hQ5MbMz4cPw; Tue, 24 Sep 2019 16:08:22 +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 97AB41B85; Tue, 24 Sep 2019 16:08:22 +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 x8OG8M5X060424; Tue, 24 Sep 2019 16:08:22 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8OG8LQx060419; Tue, 24 Sep 2019 16:08:21 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201909241608.x8OG8LQx060419@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Tue, 24 Sep 2019 16:08:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512719 - in head/net-im: . ruqola X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/net-im: . ruqola X-SVN-Commit-Revision: 512719 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: Tue, 24 Sep 2019 16:08:22 -0000 Author: tcberner Date: Tue Sep 24 16:08:21 2019 New Revision: 512719 URL: https://svnweb.freebsd.org/changeset/ports/512719 Log: net-im/ruqola: A RocketChat client written in QML Added: head/net-im/ruqola/ head/net-im/ruqola/Makefile (contents, props changed) head/net-im/ruqola/distinfo (contents, props changed) head/net-im/ruqola/pkg-descr (contents, props changed) head/net-im/ruqola/pkg-plist (contents, props changed) Modified: head/net-im/Makefile Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Tue Sep 24 14:51:29 2019 (r512718) +++ head/net-im/Makefile Tue Sep 24 16:08:21 2019 (r512719) @@ -153,6 +153,7 @@ SUBDIR += rubygem-lita SUBDIR += rubygem-termtter SUBDIR += rubygem-tinder + SUBDIR += ruqola SUBDIR += sayaka SUBDIR += scudcloud SUBDIR += sendxmpp Added: head/net-im/ruqola/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/ruqola/Makefile Tue Sep 24 16:08:21 2019 (r512719) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= ruqola +DISTVERSION= 1.0.0-246 +DISTVERSIONSUFFIX= -g3b35804a +CATEGORIES= net-im kde + +MAINTAINER= kde@FreeBSD +COMMENT= Rocketchat client + +LIB_DEPENDS= libqt5keychain.so:security/qtkeychain \ + libsecret-1.so:security/libsecret + +USES= cmake gnome localbase:ldflags kde:5 qt:5 +USE_GNOME= glib20 +USE_KDE= ecm coreaddons crash i18n kirigami2 notifications syntaxhighlighting +USE_QT= core dbus declarative declarative gui network networkauth \ + websockets widgets \ + buildtools_build qmake_build +USE_GITHUB= yes +GH_ACCOUNT= KDE +GH_TAGNAME= 3b35804a + +.include Added: head/net-im/ruqola/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/ruqola/distinfo Tue Sep 24 16:08:21 2019 (r512719) @@ -0,0 +1,3 @@ +TIMESTAMP = 1569338717 +SHA256 (KDE-ruqola-1.0.0-246-g3b35804a-3b35804a_GH0.tar.gz) = 670145a789d98a96b0df3066a47550b4e8e54aee52d12a36f29c3045d8ff1679 +SIZE (KDE-ruqola-1.0.0-246-g3b35804a-3b35804a_GH0.tar.gz) = 459584 Added: head/net-im/ruqola/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/ruqola/pkg-descr Tue Sep 24 16:08:21 2019 (r512719) @@ -0,0 +1,3 @@ +RocketChat client written in QML. + +WWW: https://github.com/kde/ruqola Added: head/net-im/ruqola/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/ruqola/pkg-plist Tue Sep 24 16:08:21 2019 (r512719) @@ -0,0 +1,14 @@ +bin/ruqola +lib/librocketchatrestapi-qt5.so.0 +lib/librocketchatrestapi-qt5.so.1.0.42 +lib/libruqolacore.so.0 +lib/libruqolacore.so.1.0.42 +%%QT_PLUGINDIR%%/ruqolaplugins/ruqola_passwordauthenticationplugin.so +share/applications/org.kde.ruqola.desktop +share/doc/HTML/en/ruqola/index.cache.bz2 +share/doc/HTML/en/ruqola/index.docbook +share/icons/hicolor/22x22/apps/ruqola.png +share/icons/hicolor/32x32/apps/ruqola.png +share/icons/hicolor/48x48/apps/ruqola.png +share/metainfo/org.kde.ruqola.appdata.xml +share/qlogging-categories5/ruqola.categories