Index: head/net-im/Makefile =================================================================== --- head/net-im/Makefile (revision 463555) +++ head/net-im/Makefile (revision 463556) @@ -1,208 +1,209 @@ # $FreeBSD$ # COMMENT = Instant messaging SUBDIR += centerim SUBDIR += centerim-devel SUBDIR += chattahoochie SUBDIR += cjc SUBDIR += climm SUBDIR += coccinella SUBDIR += convey SUBDIR += corebird SUBDIR += cutegram SUBDIR += diligent 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 += gitterdone SUBDIR += gloox SUBDIR += hotot SUBDIR += hs-haskell-xmpp SUBDIR += icmpchat SUBDIR += icqlib SUBDIR += imspector SUBDIR += jabber 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 += libmesode SUBDIR += libnice SUBDIR += libnice-gst010 SUBDIR += libnice-gst1 SUBDIR += libpurple SUBDIR += libqtelegram-ae SUBDIR += libsignon-glib 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-telegram-desktop SUBDIR += loudmouth SUBDIR += mastodon SUBDIR += mbpurple SUBDIR += mcabber SUBDIR += meanwhile SUBDIR += mikutter SUBDIR += mu-conference 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 += papyon SUBDIR += pebrot SUBDIR += pecl-stomp SUBDIR += pecl-stomp2 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-rocketchat SUBDIR += pidgin-sipe SUBDIR += pidgin-skype SUBDIR += pidgin-skypeweb SUBDIR += pidgin-twitter SUBDIR += plasma-applet-ktp SUBDIR += poezio SUBDIR += profanity SUBDIR += prosody SUBDIR += prosody-modules SUBDIR += proxy65 SUBDIR += psi SUBDIR += psimedia SUBDIR += purple-discord SUBDIR += purple-facebook SUBDIR += purple-hangouts 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-pyxmpp SUBDIR += py-skype4py SUBDIR += py-slackclient SUBDIR += py-sleekxmpp SUBDIR += py-telepot SUBDIR += py-toxcore-c SUBDIR += py-unmessage SUBDIR += py-xmpppy SUBDIR += py-xmpppy-irc SUBDIR += py-xmpppy-yahoo SUBDIR += qTox SUBDIR += qq SUBDIR += qxmpp SUBDIR += qxmpp-qt5 SUBDIR += ramblercontacts SUBDIR += ricochet SUBDIR += ring-daemon SUBDIR += ring-gnome SUBDIR += ring-libclient SUBDIR += rubygem-earthquake SUBDIR += rubygem-hipchat SUBDIR += rubygem-hipchat15 SUBDIR += rubygem-lita SUBDIR += rubygem-termtter SUBDIR += rubygem-tinder SUBDIR += sayaka SUBDIR += scudcloud SUBDIR += sendxmpp SUBDIR += skype SUBDIR += skype-devel SUBDIR += skype4 + SUBDIR += slack-term SUBDIR += teamwords SUBDIR += telegram SUBDIR += telegram-desktop SUBDIR += telegram-purple SUBDIR += telegramqml SUBDIR += telepathy-accounts-signon 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-qt5 SUBDIR += telepathy-rakia SUBDIR += telepathy-salut SUBDIR += telepathy-sofiasip SUBDIR += tkabber SUBDIR += tkabber-plugins SUBDIR += tox SUBDIR += toxic 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/slack-term/Makefile =================================================================== --- head/net-im/slack-term/Makefile (nonexistent) +++ head/net-im/slack-term/Makefile (revision 463556) @@ -0,0 +1,40 @@ +# $FreeBSD$ + +PORTNAME= slack-term +DISTVERSIONPREFIX= v +DISTVERSION= 0.3.2 +CATEGORIES= net-im + +MAINTAINER= dg@syrec.org +COMMENT= Slack client for your terminal + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= go:lang/go + +USE_GITHUB= yes +GH_ACCOUNT= erroneousboat +GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} + +SUB_FILES= pkg-message +SUB_LIST= PORTNAME=${PORTNAME} + +PORTDOCS= README.md + +PLIST_FILES= bin/slack-term + +OPTIONS_DEFINE= DOCS + +do-build: + @cd ${WRKSRC}/${GH_SUBDIR} && \ + ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} go build -o ${PORTNAME} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +.include Property changes on: head/net-im/slack-term/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/slack-term/distinfo =================================================================== --- head/net-im/slack-term/distinfo (nonexistent) +++ head/net-im/slack-term/distinfo (revision 463556) @@ -0,0 +1,3 @@ +TIMESTAMP = 1520092585 +SHA256 (erroneousboat-slack-term-v0.3.2_GH0.tar.gz) = c46306ece42032ef64ae45399b6aff450575656a870ca4dd53561cad7f29a429 +SIZE (erroneousboat-slack-term-v0.3.2_GH0.tar.gz) = 221460 Property changes on: head/net-im/slack-term/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/slack-term/files/pkg-message.in =================================================================== --- head/net-im/slack-term/files/pkg-message.in (nonexistent) +++ head/net-im/slack-term/files/pkg-message.in (revision 463556) @@ -0,0 +1,14 @@ +============================================================================== + +To do the initial %%PORTNAME%% configuration, get a Slack token from +https://api.slack.com/docs/oauth-test-tokens and create ~/slack-term.json with +the following format: + +{ + "slack_token": "yourslacktokenhere" +} + +See %%DOCSDIR%%/README.md or the online documentation for more configuration +options. + +============================================================================== Property changes on: head/net-im/slack-term/files/pkg-message.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/slack-term/pkg-descr =================================================================== --- head/net-im/slack-term/pkg-descr (nonexistent) +++ head/net-im/slack-term/pkg-descr (revision 463556) @@ -0,0 +1,4 @@ +slack-term is a terminal-based Slack client with configurable key mappings +and customizable theme. + +WWW: https://github.com/erroneousboat/slack-term Property changes on: head/net-im/slack-term/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