Index: head/net-im/Makefile =================================================================== --- head/net-im/Makefile (revision 371181) +++ head/net-im/Makefile (revision 371182) @@ -1,173 +1,174 @@ # $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 += echat SUBDIR += ejabberd SUBDIR += ekiga SUBDIR += emesene SUBDIR += empathy SUBDIR += farsight2 SUBDIR += finch SUBDIR += folks SUBDIR += folks04 SUBDIR += freetalk SUBDIR += fugu SUBDIR += gajim SUBDIR += gale SUBDIR += gloox SUBDIR += hotot 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-filetransfer-handler SUBDIR += ktp-kded-integration-module SUBDIR += ktp-send-file SUBDIR += ktp-text-ui SUBDIR += libjreen SUBDIR += libnice SUBDIR += libpurple 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-audacious-remote 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-twitter SUBDIR += plasma-applet-ktp SUBDIR += pork SUBDIR += prosody 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-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 += sendxmpp SUBDIR += skype SUBDIR += skype-devel SUBDIR += skype4 SUBDIR += telepathy-butterfly SUBDIR += telepathy-farsight 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-salut SUBDIR += telepathy-sofiasip SUBDIR += tg SUBDIR += tkabber SUBDIR += tkabber-plugins SUBDIR += tkabbur SUBDIR += tox SUBDIR += toxic SUBDIR += ttytter SUBDIR += turpial SUBDIR += twirssi SUBDIR += twitmail SUBDIR += uTox SUBDIR += vacuum-im SUBDIR += venom SUBDIR += vqcc-gtk SUBDIR += yoono SUBDIR += zephyr .include Index: head/net-im/qTox/Makefile =================================================================== --- head/net-im/qTox/Makefile (nonexistent) +++ head/net-im/qTox/Makefile (revision 371182) @@ -0,0 +1,34 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= qTox +PORTVERSION= 0.141018 +CATEGORIES= net-im + +MAINTAINER= yuri@rawbw.com +COMMENT= Qt 5 based Tox client + +LICENSE= GPLv3 + +BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox +LIB_DEPENDS= libopencv_highgui.so:${PORTSDIR}/graphics/opencv +RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox + +USE_GITHUB= yes +GH_ACCOUNT= tux3 +GH_TAGNAME= ${GH_COMMIT} +GH_COMMIT= bf35c5e + +USE_QT5= core gui network opengl xml widgets buildtools_build +USES= compiler:c++11-lib openal:soft qmake + +PLIST_FILES= bin/qtox \ + share/applications/qTox.desktop \ + share/pixmaps/qtox.png + +pre-configure: + ${CP} ${WRKSRC}/img/icon.png ${WRKSRC}/img/qtox.png + ${REINPLACE_CMD} '/Comment/s,=.*,=${COMMENT},' \ + ${WRKSRC}/qTox.desktop + +.include Property changes on: head/net-im/qTox/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/qTox/distinfo =================================================================== --- head/net-im/qTox/distinfo (nonexistent) +++ head/net-im/qTox/distinfo (revision 371182) @@ -0,0 +1,2 @@ +SHA256 (qTox-0.141018.tar.gz) = a05fd310551f3c3f09f23d463990d7727cf345f0f148f1ae359a17f1a0fa204d +SIZE (qTox-0.141018.tar.gz) = 2588328 Property changes on: head/net-im/qTox/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/qTox/files/patch-emoticonswidget.cpp =================================================================== --- head/net-im/qTox/files/patch-emoticonswidget.cpp (nonexistent) +++ head/net-im/qTox/files/patch-emoticonswidget.cpp (revision 371182) @@ -0,0 +1,12 @@ +--- src/widget/emoticonswidget.cpp ++++ src/widget/emoticonswidget.cpp +@@ -25,6 +25,8 @@ + #include + #include + ++#include ++ + EmoticonsWidget::EmoticonsWidget(QWidget *parent) : + QMenu(parent) + { + Property changes on: head/net-im/qTox/files/patch-emoticonswidget.cpp ___________________________________________________________________ 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/qTox/files/patch-qtox.pro =================================================================== --- head/net-im/qTox/files/patch-qtox.pro (nonexistent) +++ head/net-im/qTox/files/patch-qtox.pro (revision 371182) @@ -0,0 +1,18 @@ +--- qtox.pro.orig 2014-10-18 16:44:41 UTC ++++ qtox.pro +@@ -186,3 +186,15 @@ + src/cameraworker.cpp \ + src/widget/videosurface.cpp \ + src/netvideosource.cpp ++ ++unix { ++ target.path = $$PREFIX/bin ++ ++ desktop.files = qTox.desktop ++ desktop.path = $$PREFIX/share/applications ++ ++ icon.files = img/qtox.png ++ icon.path = $$PREFIX/share/pixmaps ++ ++ INSTALLS = target desktop icon ++} Property changes on: head/net-im/qTox/files/patch-qtox.pro ___________________________________________________________________ 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/qTox/pkg-descr =================================================================== --- head/net-im/qTox/pkg-descr (nonexistent) +++ head/net-im/qTox/pkg-descr (revision 371182) @@ -0,0 +1,3 @@ +qTox is a graphical user interface for Tox written using Qt 5. + +WWW: https://wiki.tox.im/QTox Property changes on: head/net-im/qTox/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