Index: head/net-im/Makefile =================================================================== --- head/net-im/Makefile (revision 555793) +++ head/net-im/Makefile (revision 555794) @@ -1,183 +1,184 @@ # $FreeBSD$ # COMMENT = Instant messaging SUBDIR += 6cord SUBDIR += beebeep SUBDIR += centerim SUBDIR += chatterino2 SUBDIR += climm SUBDIR += coccinella SUBDIR += convey SUBDIR += cordless SUBDIR += coyim SUBDIR += cutegram SUBDIR += diligent SUBDIR += dino SUBDIR += echat SUBDIR += ejabberd SUBDIR += ekiga SUBDIR += farstream SUBDIR += finch SUBDIR += folks SUBDIR += fractal SUBDIR += freetalk SUBDIR += gajim SUBDIR += gitterdone SUBDIR += gloox SUBDIR += icmpchat SUBDIR += icqlib SUBDIR += jabber.el SUBDIR += jabberd SUBDIR += jarl SUBDIR += jggtrans SUBDIR += jicofo SUBDIR += jitsi-videobridge 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-gst1 SUBDIR += libpurple SUBDIR += libqmatrixclient SUBDIR += libqtelegram-ae SUBDIR += libquotient SUBDIR += libsignon-glib SUBDIR += libstrophe SUBDIR += licq SUBDIR += licq-icq SUBDIR += licq-jabber SUBDIR += licq-osd SUBDIR += licq-qt-gui SUBDIR += loudmouth SUBDIR += matterbridge SUBDIR += matterhorn SUBDIR += matterircd SUBDIR += mbpurple SUBDIR += mcabber SUBDIR += meanwhile SUBDIR += mikutter SUBDIR += mtxclient + SUBDIR += neochat SUBDIR += nextcloud-talk SUBDIR += nheko SUBDIR += openfire SUBDIR += oysttyer SUBDIR += p5-AnyEvent-XMPP SUBDIR += p5-DJabberd SUBDIR += p5-Jabber-Lite SUBDIR += p5-Jabber-SimpleSend SUBDIR += p5-Net-AOLIM SUBDIR += p5-Net-Async-XMPP 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-bs SUBDIR += pidgin-fetion SUBDIR += pidgin-hotkeys SUBDIR += pidgin-icyque SUBDIR += pidgin-latex SUBDIR += pidgin-libnotify SUBDIR += pidgin-manualsize SUBDIR += pidgin-sipe SUBDIR += pidgin-skypeweb SUBDIR += pidgin-twitter SUBDIR += pidgin-window_merge SUBDIR += profanity SUBDIR += prosody SUBDIR += prosody-modules SUBDIR += psi SUBDIR += purple-discord SUBDIR += purple-facebook SUBDIR += purple-hangouts SUBDIR += purple-plugin-pack SUBDIR += purple-rocketchat SUBDIR += purple-slack SUBDIR += py-fbmq SUBDIR += py-matrix-synapse SUBDIR += py-nbxmpp SUBDIR += py-punjab SUBDIR += py-python-telegram-bot SUBDIR += py-slackclient SUBDIR += py-sleekxmpp SUBDIR += py-slixmpp SUBDIR += py-telepot SUBDIR += py-toxcore-c SUBDIR += py-unmessage SUBDIR += qTox 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 += ruqola SUBDIR += sayaka SUBDIR += scli SUBDIR += scudcloud SUBDIR += sendxmpp SUBDIR += signal-cli SUBDIR += slack-term SUBDIR += spectral SUBDIR += ssh-chat SUBDIR += sshout SUBDIR += talkatu SUBDIR += teamwords SUBDIR += telegram SUBDIR += telegram-cli SUBDIR += telegram-desktop SUBDIR += telegram-purple SUBDIR += telegramqml SUBDIR += telepathy-accounts-signon SUBDIR += telepathy-farstream SUBDIR += telepathy-gabble SUBDIR += telepathy-glib SUBDIR += telepathy-idle SUBDIR += telepathy-logger SUBDIR += telepathy-logger-qt5 SUBDIR += telepathy-mission-control SUBDIR += telepathy-qt SUBDIR += telepathy-salut SUBDIR += telepathy-sofiasip SUBDIR += tkabber SUBDIR += tkabber-plugins SUBDIR += toot SUBDIR += tox SUBDIR += toxbot SUBDIR += toxic SUBDIR += toxins SUBDIR += tut SUBDIR += twirssi SUBDIR += twitmail SUBDIR += uTox SUBDIR += vqcc-gtk SUBDIR += xmpp-client SUBDIR += zoom .include Index: head/net-im/neochat/Makefile =================================================================== --- head/net-im/neochat/Makefile (nonexistent) +++ head/net-im/neochat/Makefile (revision 555794) @@ -0,0 +1,34 @@ +# $FreeBSD$ + +PORTNAME= neochat +PORTVERSION= 0.1.0 +CATEGORIES= net-im + +MAINTAINER= adridg@FreeBSD.org +COMMENT= Glossy Matrix IM client based on KDE technologies + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-only.txt + +LIB_DEPENDS= libcmark.so:textproc/cmark \ + libqt5keychain.so:security/qtkeychain +BUILD_DEPENDS= libquotient>=0.6.2:net-im/libquotient + +USES= cmake compiler:c++17-lang gl kde:5 pkgconfig qt:5 tar:bz2 +USE_GL= gl +USE_QT= core dbus declarative graphicaleffects gui imageformats \ + multimedia network quickcontrols quickcontrols2 \ + svg widgets xml \ + buildtools_build linguist_build qmake_build +USE_KDE= config i18n kirigami2 notifications \ + ecm_build + +COMMIT= 1c6f1f7353dee450228d14a44f4d23968a4d890d +DISTFILES= ${PORTNAME}-${COMMIT}.tar.bz2:neochat +MASTER_SITES= https://invent.kde.org/network/${PORTNAME}/-/archive/${COMMIT}/:neochat + +# This is a hack before the first KDE release service release, since we're +# fetching GIT hashes rather than a tidy tarball. +WRKSRC= ${WRKDIR}/${PORTNAME}-${COMMIT} + +.include Property changes on: head/net-im/neochat/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/neochat/distinfo =================================================================== --- head/net-im/neochat/distinfo (nonexistent) +++ head/net-im/neochat/distinfo (revision 555794) @@ -0,0 +1,3 @@ +TIMESTAMP = 1605890058 +SHA256 (neochat-1c6f1f7353dee450228d14a44f4d23968a4d890d.tar.bz2) = 67a2f558f137ee9babdd4e6b029e950819f5481d2e1edc706c35fa3c425b2c3d +SIZE (neochat-1c6f1f7353dee450228d14a44f4d23968a4d890d.tar.bz2) = 131918 Property changes on: head/net-im/neochat/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/neochat/files/patch-CMakeLists.txt =================================================================== --- head/net-im/neochat/files/patch-CMakeLists.txt (nonexistent) +++ head/net-im/neochat/files/patch-CMakeLists.txt (revision 555794) @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2020-11-20 16:39:59 UTC ++++ CMakeLists.txt +@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1) + + project(Neochat) + +-set(KF5_MIN_VERSION "5.76.0") ++set(KF5_MIN_VERSION "5.75.0") + set(QT_MIN_VERSION "5.15.0") + + find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE) Property changes on: head/net-im/neochat/files/patch-CMakeLists.txt ___________________________________________________________________ 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/neochat/pkg-descr =================================================================== --- head/net-im/neochat/pkg-descr (nonexistent) +++ head/net-im/neochat/pkg-descr (revision 555794) @@ -0,0 +1,5 @@ +Neochat is a client for Matrix, the decentralized communication protocol +for instant messaging. It is a fork of Spectral, using KDE frameworks, +most notably Kirigami, KConfig and KI18n. + +WWW: https://invent.kde.org/network/neochat Property changes on: head/net-im/neochat/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/neochat/pkg-plist =================================================================== --- head/net-im/neochat/pkg-plist (nonexistent) +++ head/net-im/neochat/pkg-plist (revision 555794) @@ -0,0 +1,5 @@ +bin/neochat +share/applications/org.kde.neochat.desktop +share/icons/hicolor/scalable/apps/neochat.svg +share/knotifications5/neochat.notifyrc +share/metainfo/org.kde.neochat.appdata.xml Property changes on: head/net-im/neochat/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