Index: head/net-im/Makefile =================================================================== --- head/net-im/Makefile (revision 544682) +++ head/net-im/Makefile (revision 544683) @@ -1,193 +1,194 @@ # $FreeBSD$ # COMMENT = Instant messaging SUBDIR += 6cord SUBDIR += beebeep SUBDIR += centerim SUBDIR += centerim-devel SUBDIR += climm SUBDIR += coccinella SUBDIR += convey SUBDIR += cordless 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 += 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-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 += loudmouth SUBDIR += matterbridge SUBDIR += matterhorn SUBDIR += matterircd SUBDIR += mbpurple SUBDIR += mcabber SUBDIR += meanwhile SUBDIR += mikutter SUBDIR += mtxclient 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 += proxy65 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-skype4py SUBDIR += py-slackclient SUBDIR += py-sleekxmpp SUBDIR += py-slixmpp SUBDIR += py-telepot SUBDIR += py-toxcore-c SUBDIR += py-unmessage SUBDIR += py-xmpppy 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 += scudcloud + SUBDIR += scli SUBDIR += sendxmpp SUBDIR += signal-cli SUBDIR += slack-term SUBDIR += spectral SUBDIR += ssh-chat SUBDIR += sshout 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 += tut SUBDIR += twirssi SUBDIR += twitmail SUBDIR += uTox SUBDIR += vqcc-gtk SUBDIR += xmpp-client SUBDIR += zephyr .include Index: head/net-im/scli/Makefile =================================================================== --- head/net-im/scli/Makefile (nonexistent) +++ head/net-im/scli/Makefile (revision 544683) @@ -0,0 +1,41 @@ +# $FreeBSD$ + +PORTNAME= scli +DISTVERSION= g20200713 +CATEGORIES= net-im python +PATCH_SITES= https://github.com/isamert/scli/commit/ +PATCHFILES= 7be89ab90a2f467abeb363c44c5558c7397c38da.patch:-p1 + +MAINTAINER= 0mp@FreeBSD.org +COMMENT= Simple terminal user interface for the Signal messenger (using signal-cli) + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urwid>=0:devel/py-urwid@${PY_FLAVOR} \ + signal-cli>=0.6.8_1:net-im/signal-cli + +USES= python:run,3.5+ shebangfix +USE_GITHUB= yes +GH_ACCOUNT= isamert +GH_TAGNAME= 8e068d4 +SHEBANG_FILES= ${PORTNAME} + +NO_ARCH= yes +NO_BUILD= yes + +PLIST_FILES= bin/${PORTNAME} + +PORTDOCS= README.md screenshots/1.png screenshots/2.png screenshots/3.png + +OPTIONS_DEFINE= DOCS + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${COPYTREE_SHARE} screenshots ${STAGEDIR}${DOCSDIR}) + +.include Property changes on: head/net-im/scli/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/scli/distinfo =================================================================== --- head/net-im/scli/distinfo (nonexistent) +++ head/net-im/scli/distinfo (revision 544683) @@ -0,0 +1,5 @@ +TIMESTAMP = 1597144559 +SHA256 (isamert-scli-g20200713-8e068d4_GH0.tar.gz) = 6e0457b2ff3e72d4042a8fd3520463470e46463a60b2bc8f9ac8a90a56a9d6c8 +SIZE (isamert-scli-g20200713-8e068d4_GH0.tar.gz) = 110790 +SHA256 (7be89ab90a2f467abeb363c44c5558c7397c38da.patch) = d6654a38ccac7e922209549ec6ede94224d109ff7c4340cb07cfb9016fce345b +SIZE (7be89ab90a2f467abeb363c44c5558c7397c38da.patch) = 694 Property changes on: head/net-im/scli/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/scli/pkg-descr =================================================================== --- head/net-im/scli/pkg-descr (nonexistent) +++ head/net-im/scli/pkg-descr (revision 544683) @@ -0,0 +1,4 @@ +scli is a simple TUI (terminal user interface) for Signal, the messaging +platform. It relies on signal-cli to connect to Signal services and urwid. + +WWW: https://github.com/isamert/scli Property changes on: head/net-im/scli/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