Index: head/net-im/Makefile =================================================================== --- head/net-im/Makefile (revision 400039) +++ head/net-im/Makefile (revision 400040) @@ -1,191 +1,192 @@ # $FreeBSD$ # COMMENT = Instant messaging SUBDIR += ayttm SUBDIR += bsflite SUBDIR += centerim SUBDIR += centerim-devel SUBDIR += chattahoochie SUBDIR += cicquin SUBDIR += cjc SUBDIR += climm SUBDIR += coccinella SUBDIR += convey SUBDIR += corebird SUBDIR += echat SUBDIR += ejabberd SUBDIR += ekiga SUBDIR += emesene SUBDIR += empathy SUBDIR += farsight2 SUBDIR += farstream SUBDIR += finch SUBDIR += folks SUBDIR += freetalk SUBDIR += fugu SUBDIR += gajim SUBDIR += gale SUBDIR += gloox SUBDIR += hotot SUBDIR += hs-haskell-xmpp SUBDIR += icb SUBDIR += icmpchat SUBDIR += icqlib SUBDIR += imspector SUBDIR += jabber SUBDIR += jabber-pyicq SUBDIR += jabber.el SUBDIR += jabberd SUBDIR += jarl SUBDIR += jggtrans SUBDIR += jitsi SUBDIR += kde-telepathy SUBDIR += kmess-kde4 SUBDIR += kopete-kde4 SUBDIR += ktp-accounts-kcm SUBDIR += ktp-approver SUBDIR += ktp-auth-handler SUBDIR += ktp-common-internals SUBDIR += ktp-contact-list SUBDIR += ktp-contact-runner SUBDIR += ktp-desktop-applets SUBDIR += ktp-filetransfer-handler SUBDIR += ktp-kded-integration-module SUBDIR += ktp-send-file SUBDIR += ktp-text-ui SUBDIR += libaccounts-glib SUBDIR += libaccounts-qt5 SUBDIR += libjreen SUBDIR += libnice SUBDIR += libnice-gst010 SUBDIR += libnice-gst1 SUBDIR += libpurple SUBDIR += libstrophe SUBDIR += libtelepathy SUBDIR += libyahoo2 SUBDIR += licq SUBDIR += licq-icq SUBDIR += licq-jabber SUBDIR += licq-msn SUBDIR += licq-osd SUBDIR += licq-qt-gui SUBDIR += linux-instantbird SUBDIR += loudmouth SUBDIR += mbpurple SUBDIR += mcabber SUBDIR += meanwhile SUBDIR += mikutter SUBDIR += mu-conference SUBDIR += naim SUBDIR += openfire SUBDIR += p5-AnyEvent-XMPP SUBDIR += p5-DJabberd SUBDIR += p5-Jabber-Connection SUBDIR += p5-Jabber-Lite SUBDIR += p5-Jabber-SimpleSend SUBDIR += p5-Net-AIM 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 += papyon SUBDIR += pebrot SUBDIR += pecl-stomp SUBDIR += pidgin SUBDIR += pidgin-birthday-reminder SUBDIR += pidgin-bs SUBDIR += pidgin-fetion SUBDIR += pidgin-guifications SUBDIR += pidgin-hotkeys SUBDIR += pidgin-latex SUBDIR += pidgin-libnotify SUBDIR += pidgin-manualsize SUBDIR += pidgin-osd SUBDIR += pidgin-pidgimpd SUBDIR += pidgin-privacy-please SUBDIR += pidgin-rhythmbox SUBDIR += pidgin-sipe SUBDIR += pidgin-skype SUBDIR += pidgin-skypeweb SUBDIR += pidgin-twitter SUBDIR += plasma-applet-ktp SUBDIR += poezio SUBDIR += pork SUBDIR += profanity SUBDIR += prosody SUBDIR += proxy65 SUBDIR += psi SUBDIR += psimedia SUBDIR += pwytter SUBDIR += py-jabber SUBDIR += py-jabberbot SUBDIR += py-libturpial SUBDIR += py-nbxmpp SUBDIR += py-punjab SUBDIR += py-pyxmpp SUBDIR += py-skype4py SUBDIR += py-slackclient SUBDIR += py-sleekxmpp SUBDIR += py-twistedWords SUBDIR += py-xmpppy SUBDIR += py-xmpppy-irc SUBDIR += py-xmpppy-yahoo SUBDIR += qTox SUBDIR += qq SUBDIR += qwit SUBDIR += qwit-devel SUBDIR += qxmpp SUBDIR += ramblercontacts SUBDIR += rubygem-earthquake SUBDIR += rubygem-hipchat SUBDIR += rubygem-lita SUBDIR += rubygem-termtter SUBDIR += rubygem-tinder SUBDIR += sayaka SUBDIR += sendxmpp SUBDIR += sigram SUBDIR += skype SUBDIR += skype-devel SUBDIR += skype4 + SUBDIR += teamwords SUBDIR += telegram SUBDIR += telegram-purple SUBDIR += telepathy-butterfly SUBDIR += telepathy-farsight SUBDIR += telepathy-farstream SUBDIR += telepathy-gabble SUBDIR += telepathy-glib SUBDIR += telepathy-haze SUBDIR += telepathy-idle SUBDIR += telepathy-logger SUBDIR += telepathy-logger-qt4 SUBDIR += telepathy-mission-control SUBDIR += telepathy-python SUBDIR += telepathy-qt4 SUBDIR += telepathy-rakia SUBDIR += telepathy-salut SUBDIR += telepathy-sofiasip SUBDIR += tkabber SUBDIR += tkabber-plugins SUBDIR += tox SUBDIR += toxic SUBDIR += ttytter SUBDIR += turpial SUBDIR += twirssi SUBDIR += twitmail SUBDIR += uTox SUBDIR += vacuum-im SUBDIR += vqcc-gtk SUBDIR += xmpp-client SUBDIR += yoono SUBDIR += zephyr .include Index: head/net-im/teamwords/Makefile =================================================================== --- head/net-im/teamwords/Makefile (nonexistent) +++ head/net-im/teamwords/Makefile (revision 400040) @@ -0,0 +1,38 @@ +# Created by: Kris Moore +# $FreeBSD$ + +PORTNAME= teamwords +PORTVERSION= 0.2.1 +DISTVERSIONPREFIX= v +CATEGORIES= net-im + +MAINTAINER= kmoore@FreeBSD.org +COMMENT= Unofficial Qt Slack client + +LICENSE= LGPL3 + +USE_LDCONFIG= yes +USE_QT5= core gui network svg linguist \ + buildtools x11extras +USES= qmake tar:xz + +QMAKE_ARGS= CONFIG+="configure" + +USE_GITHUB= yes +GH_ACCOUNT= MiT-Ufa +GH_PROJECT= TeamWords +PLIST_FILES= bin/teamwords \ + share/applications/teamwords.desktop \ + share/icons/teamwords.png +SUB_FILES= teamwords.desktop + +.include + +do-install: + ${STRIP_CMD} ${WRKSRC}/teamwords + ${INSTALL} ${WRKSRC}/teamwords ${STAGEDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKDIR}/${SUB_FILES} ${STAGEDIR}${PREFIX}/share/applications/ + ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons + ${INSTALL_DATA} ${WRKSRC}/images/png/Slack.png ${STAGEDIR}${PREFIX}/share/icons/teamwords.png + +.include Property changes on: head/net-im/teamwords/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/teamwords/distinfo =================================================================== --- head/net-im/teamwords/distinfo (nonexistent) +++ head/net-im/teamwords/distinfo (revision 400040) @@ -0,0 +1,2 @@ +SHA256 (MiT-Ufa-TeamWords-v0.2.1_GH0.tar.xz) = d079cf46f254a159f2a6a7405eddfb38a0e27866285f93ff41c97662dcc193a7 +SIZE (MiT-Ufa-TeamWords-v0.2.1_GH0.tar.xz) = 3349113 Property changes on: head/net-im/teamwords/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/teamwords/files/teamwords.desktop.in =================================================================== --- head/net-im/teamwords/files/teamwords.desktop.in (nonexistent) +++ head/net-im/teamwords/files/teamwords.desktop.in (revision 400040) @@ -0,0 +1,11 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=TeamWords +GenericName=Slack Client +Comment=A simple Qt5 based Slack Client +Exec=%%PREFIX%%/bin/teamwords +Icon=%%PREFIX%%/share/icons/teamwords.png +StartupNotify=false +Terminal=false +Type=Application +Categories=Application;Network; Property changes on: head/net-im/teamwords/files/teamwords.desktop.in ___________________________________________________________________ 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/teamwords/pkg-descr =================================================================== --- head/net-im/teamwords/pkg-descr (nonexistent) +++ head/net-im/teamwords/pkg-descr (revision 400040) @@ -0,0 +1,3 @@ +TeamWords is unofficial cross-platform desktop client for Slack. + +WWW: https://github.com/MiT-Ufa/TeamWords Property changes on: head/net-im/teamwords/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