diff options
author | nia <nia@pkgsrc.org> | 2018-07-26 20:24:48 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2018-07-26 20:24:48 +0000 |
commit | 0caf93b162bc70c871984d2d863b3ecc2c2963be (patch) | |
tree | b3179f7c3db3da4ab6813b539dc98b208d112433 /chat/Makefile | |
parent | 3235be5504324e8697376c19163c9a8e1e87b01d (diff) | |
download | pkgsrc-0caf93b162bc70c871984d2d863b3ecc2c2963be.tar.gz |
chat/tootstream: Import tootstream-0.3.4
Tootstream is a command line interface for interacting with instances
on the distributed social network known as 'the Fediverse' using the
Mastodon.social API.
It is inspired by the Twitter client "Rainbowstream".
OAuth and two-factor authentication are supported.
Diffstat (limited to 'chat/Makefile')
-rw-r--r-- | chat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/Makefile b/chat/Makefile index db72b21fb5b..a8433f8dd2a 100644 --- a/chat/Makefile +++ b/chat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.199 2018/07/25 17:00:57 nia Exp $ +# $NetBSD: Makefile,v 1.200 2018/07/26 20:24:48 nia Exp $ # COMMENT= Communication programs @@ -136,6 +136,7 @@ SUBDIR+= tkabber SUBDIR+= tkicb SUBDIR+= tkirc SUBDIR+= tkirc2 +SUBDIR+= tootstream SUBDIR+= unrealircd SUBDIR+= vicq SUBDIR+= weechat |