Index: head/net-im/Makefile =================================================================== --- head/net-im/Makefile (revision 500098) +++ head/net-im/Makefile (revision 500099) @@ -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 += 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 += skype4 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/coyim/Makefile =================================================================== --- head/net-im/coyim/Makefile (nonexistent) +++ head/net-im/coyim/Makefile (revision 500099) @@ -0,0 +1,63 @@ +# $FreeBSD$ + +PORTNAME= coyim +DISTVERSIONPREFIX= v +DISTVERSION= 0.3.11 +CATEGORIES= net-im + +MAINTAINER= support@coy.im +COMMENT= Safe and secure by default chat client + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= go:lang/go +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 + +USES= gnome pkgconfig + +USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango + +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls + +USE_GITHUB= yes +GH_ACCOUNT= coyim +GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} + +SUB_LIST= PORTNAME=${PORTNAME} + +PLIST_FILES= bin/coyim \ + share/applications/coyim.desktop \ + share/pixmaps/coyim.png + +GTK_BUILD_TAG= "$$(pkg-config --modversion gtk+-3.0 | ${TR} . _ | cut -d '_' -f 1-2)" + +COYIM_ICON= coyim.png +COYIM_ICON_SRC= ${WRKSRC}/build/mac-bundle/coy.iconset/icon_32x32@2x.png +COYIM_DESKTOP= ${WRKSRC}/build/coyim.desktop + +INSTALLATION_DIRS+= share/applications share/pixmaps + +do-build: + cd ${WRKSRC}/${GH_SUBDIR} && \ + ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} \ + go build -tags ${GTK_BUILD_TAG} -o ${PORTNAME} + +post-build: + @${REINPLACE_CMD} -e '/^#/d' \ + -e '/^$$/d' \ + ${COYIM_DESKTOP} + ${ECHO} "Exec=${PREFIX}/bin/coyim" >> ${COYIM_DESKTOP} + ${ECHO} "Icon=${COYIM_ICON}" >> ${COYIM_DESKTOP} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_DATA} ${COYIM_DESKTOP} ${STAGEDIR}${PREFIX}/share/applications/ + ${INSTALL_DATA} ${COYIM_ICON_SRC} ${STAGEDIR}${PREFIX}/share/pixmaps/${COYIM_ICON} + +.include Property changes on: head/net-im/coyim/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/coyim/distinfo =================================================================== --- head/net-im/coyim/distinfo (nonexistent) +++ head/net-im/coyim/distinfo (revision 500099) @@ -0,0 +1,3 @@ +TIMESTAMP = 1555206035 +SHA256 (coyim-coyim-v0.3.11_GH0.tar.gz) = 4717901462f027578369358c8772eb5b14e22f053fc30e4c9dbcc2b053374a41 +SIZE (coyim-coyim-v0.3.11_GH0.tar.gz) = 3803018 Property changes on: head/net-im/coyim/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ 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/coyim/files/patch-vendor_github.com_gotk3_gotk3_pango_fontconfig.go.h =================================================================== --- head/net-im/coyim/files/patch-vendor_github.com_gotk3_gotk3_pango_fontconfig.go.h (nonexistent) +++ head/net-im/coyim/files/patch-vendor_github.com_gotk3_gotk3_pango_fontconfig.go.h (revision 500099) @@ -0,0 +1,12 @@ +Do proper type conversion for FreeBSD's fontconfig(3). + +--- vendor/github.com/gotk3/gotk3/pango/fontconfig.go.h.orig 2019-04-14 03:24:49 UTC ++++ vendor/github.com/gotk3/gotk3/pango/fontconfig.go.h +@@ -2,6 +2,6 @@ + #include + + static int addFont(char* font) { +- FcBool fontAddStatus = FcConfigAppFontAddFile(FcConfigGetCurrent(), font); ++ FcBool fontAddStatus = FcConfigAppFontAddFile(FcConfigGetCurrent(), (unsigned char*)font); + return fontAddStatus; + } Property changes on: head/net-im/coyim/files/patch-vendor_github.com_gotk3_gotk3_pango_fontconfig.go.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ 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/coyim/pkg-descr =================================================================== --- head/net-im/coyim/pkg-descr (nonexistent) +++ head/net-im/coyim/pkg-descr (revision 500099) @@ -0,0 +1,5 @@ +CoyIM is a chat client that is safe and secure by default: no +settings to change, no plugins to install, no computer configuration +to change. + +WWW: https://coy.im Property changes on: head/net-im/coyim/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ 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