pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/chat



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Jul 26 20:24:48 UTC 2018

Modified Files:
        pkgsrc/chat: Makefile
Added Files:
        pkgsrc/chat/tootstream: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.199 -r1.200 pkgsrc/chat/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/chat/tootstream/DESCR \
    pkgsrc/chat/tootstream/Makefile pkgsrc/chat/tootstream/PLIST \
    pkgsrc/chat/tootstream/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/Makefile
diff -u pkgsrc/chat/Makefile:1.199 pkgsrc/chat/Makefile:1.200
--- pkgsrc/chat/Makefile:1.199  Wed Jul 25 17:00:57 2018
+++ pkgsrc/chat/Makefile        Thu Jul 26 20:24:48 2018
@@ -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

Added files:

Index: pkgsrc/chat/tootstream/DESCR
diff -u /dev/null pkgsrc/chat/tootstream/DESCR:1.1
--- /dev/null   Thu Jul 26 20:24:48 2018
+++ pkgsrc/chat/tootstream/DESCR        Thu Jul 26 20:24:48 2018
@@ -0,0 +1,7 @@
+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.
Index: pkgsrc/chat/tootstream/Makefile
diff -u /dev/null pkgsrc/chat/tootstream/Makefile:1.1
--- /dev/null   Thu Jul 26 20:24:48 2018
+++ pkgsrc/chat/tootstream/Makefile     Thu Jul 26 20:24:48 2018
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2018/07/26 20:24:48 nia Exp $
+
+DISTNAME=      tootstream-0.3.4
+CATEGORIES=    chat www
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=magicalraccoon/}
+
+MAINTAINER=    nia%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/magicalraccoon/tootstream
+COMMENT=       Command line interface for interacting with Mastodon instances
+LICENSE=       mit
+
+EXTRACT_USING= bsdtar
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+DEPENDS+=      ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click
+DEPENDS+=      ${PYPKGPREFIX}-colored-[0-9]*:../../textproc/py-colored
+DEPENDS+=      ${PYPKGPREFIX}-emoji-[0-9]*:../../converters/py-emoji
+DEPENDS+=      ${PYPKGPREFIX}-humanize-[0-9]*:../../textproc/py-humanize
+DEPENDS+=      ${PYPKGPREFIX}-mastodon-[0-9]*:../../chat/py-mastodon
+DEPENDS+=      ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/chat/tootstream/PLIST
diff -u /dev/null pkgsrc/chat/tootstream/PLIST:1.1
--- /dev/null   Thu Jul 26 20:24:48 2018
+++ pkgsrc/chat/tootstream/PLIST        Thu Jul 26 20:24:48 2018
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1 2018/07/26 20:24:48 nia Exp $
+bin/tootstream
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/tootstream/__init__.py
+${PYSITELIB}/tootstream/__init__.pyc
+${PYSITELIB}/tootstream/__init__.pyo
+${PYSITELIB}/tootstream/toot.py
+${PYSITELIB}/tootstream/toot.pyc
+${PYSITELIB}/tootstream/toot.pyo
+${PYSITELIB}/tootstream/toot_parser.py
+${PYSITELIB}/tootstream/toot_parser.pyc
+${PYSITELIB}/tootstream/toot_parser.pyo
Index: pkgsrc/chat/tootstream/distinfo
diff -u /dev/null pkgsrc/chat/tootstream/distinfo:1.1
--- /dev/null   Thu Jul 26 20:24:48 2018
+++ pkgsrc/chat/tootstream/distinfo     Thu Jul 26 20:24:48 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/07/26 20:24:48 nia Exp $
+
+SHA1 (tootstream-0.3.4.tar.gz) = ebeb5d39aaa836a57c7e52a0b78678181afbd030
+RMD160 (tootstream-0.3.4.tar.gz) = 04e36ac3cbc6ab5ed4958b47bf90feb8ef32e519
+SHA512 (tootstream-0.3.4.tar.gz) = 261c8dc7bad6203c8df8781c2d9e4884f6e1e82228e32bf181b27d072541ecd4b2c29cfdd55643bf3eedd46b890c40e3570010974489a78e690bcbf6e398b6a2
+Size (tootstream-0.3.4.tar.gz) = 24627 bytes



Home | Main Index | Thread Index | Old Index