pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/toot



Module Name:    pkgsrc
Committed By:   vins
Date:           Tue Dec  6 12:52:01 UTC 2022

Added Files:
        pkgsrc/chat/toot: DESCR Makefile PLIST distinfo

Log Message:
chat/toot: import package from wip.

toot is a command line and TUI client for interacting with instances
on the distributed social network known as 'the Fediverse' using the
Mastodon.social API.


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

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

Added files:

Index: pkgsrc/chat/toot/DESCR
diff -u /dev/null pkgsrc/chat/toot/DESCR:1.1
--- /dev/null   Tue Dec  6 12:52:01 2022
+++ pkgsrc/chat/toot/DESCR      Tue Dec  6 12:52:01 2022
@@ -0,0 +1,13 @@
+toot is a command line and TUI client for interacting with instances
+on the distributed social network known as 'the Fediverse' using the
+Mastodon.social API.
+
+Supported features:
+* Regular and two-factor authentication
+* Posting, replying, deleting, favouriting, reblogging & pinning statuses
+* Media uploads, spoiler text, sensitive content
+* Searching by account or hash tag
+* Following, muting and blocking accounts
+* Simple switching between multiple Mastodon accounts
+
+
Index: pkgsrc/chat/toot/Makefile
diff -u /dev/null pkgsrc/chat/toot/Makefile:1.1
--- /dev/null   Tue Dec  6 12:52:01 2022
+++ pkgsrc/chat/toot/Makefile   Tue Dec  6 12:52:01 2022
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2022/12/06 12:52:01 vins Exp $
+
+DISTNAME=      toot-0.30.1
+CATEGORIES=    chat www
+MASTER_SITES=  ${MASTER_SITE_PYPI:=t/toot/}
+
+MAINTAINER=    vins%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/ihabunek/toot
+COMMENT=       Command line client for the Mastodon social network API
+LICENSE=       gnu-gpl-v3
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+DEPENDS+=      ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
+DEPENDS+=      ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+DEPENDS+=      ${PYPKGPREFIX}-urwid-[0-9]*:../../devel/py-urwid
+DEPENDS+=      ${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/chat/toot/PLIST
diff -u /dev/null pkgsrc/chat/toot/PLIST:1.1
--- /dev/null   Tue Dec  6 12:52:01 2022
+++ pkgsrc/chat/toot/PLIST      Tue Dec  6 12:52:01 2022
@@ -0,0 +1,71 @@
+@comment $NetBSD: PLIST,v 1.1 2022/12/06 12:52:01 vins Exp $
+bin/toot
+${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}/toot/__init__.py
+${PYSITELIB}/toot/__init__.pyc
+${PYSITELIB}/toot/__init__.pyo
+${PYSITELIB}/toot/api.py
+${PYSITELIB}/toot/api.pyc
+${PYSITELIB}/toot/api.pyo
+${PYSITELIB}/toot/auth.py
+${PYSITELIB}/toot/auth.pyc
+${PYSITELIB}/toot/auth.pyo
+${PYSITELIB}/toot/commands.py
+${PYSITELIB}/toot/commands.pyc
+${PYSITELIB}/toot/commands.pyo
+${PYSITELIB}/toot/config.py
+${PYSITELIB}/toot/config.pyc
+${PYSITELIB}/toot/config.pyo
+${PYSITELIB}/toot/console.py
+${PYSITELIB}/toot/console.pyc
+${PYSITELIB}/toot/console.pyo
+${PYSITELIB}/toot/exceptions.py
+${PYSITELIB}/toot/exceptions.pyc
+${PYSITELIB}/toot/exceptions.pyo
+${PYSITELIB}/toot/http.py
+${PYSITELIB}/toot/http.pyc
+${PYSITELIB}/toot/http.pyo
+${PYSITELIB}/toot/logging.py
+${PYSITELIB}/toot/logging.pyc
+${PYSITELIB}/toot/logging.pyo
+${PYSITELIB}/toot/output.py
+${PYSITELIB}/toot/output.pyc
+${PYSITELIB}/toot/output.pyo
+${PYSITELIB}/toot/tui/__init__.py
+${PYSITELIB}/toot/tui/__init__.pyc
+${PYSITELIB}/toot/tui/__init__.pyo
+${PYSITELIB}/toot/tui/app.py
+${PYSITELIB}/toot/tui/app.pyc
+${PYSITELIB}/toot/tui/app.pyo
+${PYSITELIB}/toot/tui/compose.py
+${PYSITELIB}/toot/tui/compose.pyc
+${PYSITELIB}/toot/tui/compose.pyo
+${PYSITELIB}/toot/tui/constants.py
+${PYSITELIB}/toot/tui/constants.pyc
+${PYSITELIB}/toot/tui/constants.pyo
+${PYSITELIB}/toot/tui/entities.py
+${PYSITELIB}/toot/tui/entities.pyc
+${PYSITELIB}/toot/tui/entities.pyo
+${PYSITELIB}/toot/tui/overlays.py
+${PYSITELIB}/toot/tui/overlays.pyc
+${PYSITELIB}/toot/tui/overlays.pyo
+${PYSITELIB}/toot/tui/timeline.py
+${PYSITELIB}/toot/tui/timeline.pyc
+${PYSITELIB}/toot/tui/timeline.pyo
+${PYSITELIB}/toot/tui/utils.py
+${PYSITELIB}/toot/tui/utils.pyc
+${PYSITELIB}/toot/tui/utils.pyo
+${PYSITELIB}/toot/tui/widgets.py
+${PYSITELIB}/toot/tui/widgets.pyc
+${PYSITELIB}/toot/tui/widgets.pyo
+${PYSITELIB}/toot/utils.py
+${PYSITELIB}/toot/utils.pyc
+${PYSITELIB}/toot/utils.pyo
+${PYSITELIB}/toot/wcstring.py
+${PYSITELIB}/toot/wcstring.pyc
+${PYSITELIB}/toot/wcstring.pyo
Index: pkgsrc/chat/toot/distinfo
diff -u /dev/null pkgsrc/chat/toot/distinfo:1.1
--- /dev/null   Tue Dec  6 12:52:01 2022
+++ pkgsrc/chat/toot/distinfo   Tue Dec  6 12:52:01 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/12/06 12:52:01 vins Exp $
+
+BLAKE2s (toot-0.30.1.tar.gz) = fa721de0a583803b84e6f6c5bff33db373501d1428cd1a9fe22296d5a45d4d66
+SHA512 (toot-0.30.1.tar.gz) = 9a4668f90a1f85c068f5e7497e338ec1529ecfd921f1b89b2518f2d3166d6aa48d48acf955af75c8758779342b730d7c8e0d72ffe9e150ac2a3f0716c13504a9
+Size (toot-0.30.1.tar.gz) = 81997 bytes



Home | Main Index | Thread Index | Old Index