Index: head/net-im/Makefile =================================================================== --- head/net-im/Makefile (revision 501739) +++ head/net-im/Makefile (revision 501740) @@ -1,199 +1,200 @@ # $FreeBSD$ PORTREVISION= 1 # COMMENT = Instant messaging SUBDIR += centerim SUBDIR += centerim-devel SUBDIR += chattahoochie SUBDIR += climm SUBDIR += coccinella SUBDIR += convey SUBDIR += corebird SUBDIR += coyim SUBDIR += cutegram SUBDIR += diligent SUBDIR += dino SUBDIR += echat SUBDIR += ejabberd SUBDIR += ekiga SUBDIR += empathy SUBDIR += farsight2 SUBDIR += farstream SUBDIR += finch SUBDIR += folks SUBDIR += fractal SUBDIR += freetalk SUBDIR += fugu SUBDIR += gajim SUBDIR += gitterdone SUBDIR += gloox SUBDIR += icmpchat SUBDIR += icqlib SUBDIR += jabber.el SUBDIR += jabberd SUBDIR += jarl SUBDIR += jggtrans SUBDIR += jitsi SUBDIR += kaccounts-integration SUBDIR += kaccounts-providers + SUBDIR += kaidan SUBDIR += kde-telepathy SUBDIR += kopete SUBDIR += ktp-accounts-kcm SUBDIR += ktp-approver SUBDIR += ktp-auth-handler SUBDIR += ktp-call-ui SUBDIR += ktp-common-internals SUBDIR += ktp-contact-list SUBDIR += ktp-contact-runner SUBDIR += ktp-desktop-applets SUBDIR += ktp-filetransfer-handler SUBDIR += ktp-kded-module SUBDIR += ktp-send-file SUBDIR += ktp-text-ui SUBDIR += libaccounts-glib SUBDIR += libaccounts-qt5 SUBDIR += libmesode SUBDIR += libnice SUBDIR += libnice-gst010 SUBDIR += libnice-gst1 SUBDIR += libpurple SUBDIR += libqmatrixclient SUBDIR += libqtelegram-ae SUBDIR += libsignon-glib SUBDIR += libstrophe SUBDIR += libtelepathy SUBDIR += licq SUBDIR += licq-icq SUBDIR += licq-jabber SUBDIR += licq-osd SUBDIR += licq-qt-gui SUBDIR += linux-telegram-desktop SUBDIR += loudmouth SUBDIR += matterbridge SUBDIR += matterircd SUBDIR += mbpurple SUBDIR += mcabber SUBDIR += meanwhile SUBDIR += mikutter SUBDIR += mtxclient SUBDIR += mu-conference SUBDIR += nheko SUBDIR += openfire SUBDIR += oysttyer SUBDIR += p5-AnyEvent-XMPP SUBDIR += p5-DJabberd SUBDIR += p5-Jabber-Connection SUBDIR += p5-Jabber-Lite SUBDIR += p5-Jabber-SimpleSend SUBDIR += p5-Net-AOLIM SUBDIR += p5-Net-Async-XMPP SUBDIR += p5-Net-ICQ2000 SUBDIR += p5-Net-Jabber SUBDIR += p5-Net-NetSend SUBDIR += p5-Net-OSCAR SUBDIR += p5-Net-Stomp SUBDIR += p5-Net-XMPP SUBDIR += p5-Net-XMPP2 SUBDIR += p5-Protocol-XMPP SUBDIR += p5-SOAP-Transport-JABBER SUBDIR += pecl-stomp2 SUBDIR += pidgin SUBDIR += pidgin-birthday-reminder SUBDIR += pidgin-bs SUBDIR += pidgin-fetion SUBDIR += pidgin-guifications SUBDIR += pidgin-hotkeys SUBDIR += pidgin-icyque SUBDIR += pidgin-latex SUBDIR += pidgin-libnotify SUBDIR += pidgin-manualsize SUBDIR += pidgin-osd SUBDIR += pidgin-pidgimpd SUBDIR += pidgin-privacy-please SUBDIR += pidgin-rocketchat SUBDIR += pidgin-sipe SUBDIR += pidgin-skypeweb SUBDIR += pidgin-twitter SUBDIR += pidgin-window_merge SUBDIR += poezio SUBDIR += profanity SUBDIR += prosody SUBDIR += prosody-modules SUBDIR += proxy65 SUBDIR += psi SUBDIR += purple-discord SUBDIR += purple-facebook SUBDIR += purple-hangouts SUBDIR += purple-slack SUBDIR += py-fbmq SUBDIR += py-jabber SUBDIR += py-jabberbot SUBDIR += py-libturpial SUBDIR += py-matrix-synapse SUBDIR += py-nbxmpp SUBDIR += py-punjab SUBDIR += py-python-telegram-bot SUBDIR += py-skype4py SUBDIR += py-slackclient SUBDIR += py-sleekxmpp SUBDIR += py-slixmpp SUBDIR += py-telepot SUBDIR += py-toxcore-c SUBDIR += py-unmessage SUBDIR += py-xmpppy SUBDIR += py-xmpppy-irc SUBDIR += qTox SUBDIR += qq SUBDIR += quaternion SUBDIR += qxmpp-qt5 SUBDIR += ricochet SUBDIR += rubygem-discordrb-webhooks-blackst0ne SUBDIR += rubygem-hipchat SUBDIR += rubygem-lita SUBDIR += rubygem-termtter SUBDIR += rubygem-tinder SUBDIR += sayaka SUBDIR += scudcloud SUBDIR += sendxmpp SUBDIR += slack-term SUBDIR += spectral SUBDIR += ssh-chat SUBDIR += talkatu SUBDIR += teamwords SUBDIR += telegram SUBDIR += telegram-desktop SUBDIR += telegram-purple SUBDIR += telegramqml SUBDIR += telepathy-accounts-signon SUBDIR += telepathy-farsight SUBDIR += telepathy-farstream SUBDIR += telepathy-gabble SUBDIR += telepathy-glib SUBDIR += telepathy-haze SUBDIR += telepathy-idle SUBDIR += telepathy-logger SUBDIR += telepathy-logger-qt5 SUBDIR += telepathy-mission-control SUBDIR += telepathy-python SUBDIR += telepathy-qt SUBDIR += telepathy-rakia SUBDIR += telepathy-salut SUBDIR += telepathy-sofiasip SUBDIR += tkabber SUBDIR += tkabber-plugins SUBDIR += toot SUBDIR += tox SUBDIR += toxbot SUBDIR += toxic SUBDIR += toxins SUBDIR += twirssi SUBDIR += twitmail SUBDIR += uTox SUBDIR += vqcc-gtk SUBDIR += xmpp-client SUBDIR += yoono SUBDIR += zephyr .include Index: head/net-im/kaidan/Makefile =================================================================== --- head/net-im/kaidan/Makefile (nonexistent) +++ head/net-im/kaidan/Makefile (revision 501740) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= kaidan +DISTVERSIONPREFIX= v +DISTVERSION= 0.4.0-rc1 +CATEGORIES= net-im kde + +MAINTAINER= kde@FreeBSD.org +COMMENT= A user-friendly XMPP client for every device + +LIB_DEPENDS= libqxmpp.so:net-im/qxmpp-qt5 + +USES= cmake desktop-file-utils kde:5 pkgconfig qt:5 +USE_KDE= ecm kirigami2 +USE_QT= core declarative gui network quickcontrols2 sql svg widgets xml \ + buildtools_build qmake_build +USE_GITHUB= yes +GH_ACCOUNT= KDE + +.include Property changes on: head/net-im/kaidan/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/kaidan/distinfo =================================================================== --- head/net-im/kaidan/distinfo (nonexistent) +++ head/net-im/kaidan/distinfo (revision 501740) @@ -0,0 +1,3 @@ +TIMESTAMP = 1557947676 +SHA256 (KDE-kaidan-v0.4.0-rc1_GH0.tar.gz) = 531ed076fc94e657ee6414fc6ecab2b90be5c80c70ac2f036f92661753924639 +SIZE (KDE-kaidan-v0.4.0-rc1_GH0.tar.gz) = 244747 Property changes on: head/net-im/kaidan/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/kaidan/pkg-descr =================================================================== --- head/net-im/kaidan/pkg-descr (nonexistent) +++ head/net-im/kaidan/pkg-descr (revision 501740) @@ -0,0 +1,5 @@ +Kaidan is a simple, user-friendly Jabber/XMPP client providing a modern +user interface using Kirigami and QtQuick. The back-end of Kaidan is +written in C++ using the QXmpp XMPP client library and Qt 5. + +WWW: https://github.com/KDE/kaidan Property changes on: head/net-im/kaidan/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/kaidan/pkg-plist =================================================================== --- head/net-im/kaidan/pkg-plist (nonexistent) +++ head/net-im/kaidan/pkg-plist (revision 501740) @@ -0,0 +1,10 @@ +bin/kaidan +share/applications/kaidan.desktop +share/icons/hicolor/128x128/apps/kaidan.png +share/icons/hicolor/scalable/apps/kaidan.svg +%%DATADIR%%/images/banner.png +%%DATADIR%%/images/chat.png +%%DATADIR%%/images/images.qrc +%%DATADIR%%/images/kaidan.svg +%%DATADIR%%/images/message_checkmark.svg +share/metainfo/im.kaidan.kaidan.appdata.xml Property changes on: head/net-im/kaidan/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property