aboutsummaryrefslogtreecommitdiff
path: root/net-im/toot
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 0.27.0Mateusz Piotrowski2020-06-272-4/+4
| | | | | | | | Release notes: https://github.com/ihabunek/toot/releases/tag/0.27.0 Notes: svn path=/head/; revision=540598
* net-im/toot: Update to 0.26.0Mateusz Piotrowski2020-04-162-5/+4
| | | | | | | | Release notes: https://github.com/ihabunek/toot/releases/tag/0.26.0 Notes: svn path=/head/; revision=531825
* Add missing runtime dependenciesMateusz Piotrowski2020-02-111-1/+3
| | | | | | | Reported by: arved Notes: svn path=/head/; revision=525814
* Update to 0.25.2Mateusz Piotrowski2020-02-012-12/+11
| | | | | | | | | While here, pet portfmt & portclippy. Reported by: Repology Notes: svn path=/head/; revision=524771
* Update to 0.24.0Mateusz Piotrowski2019-09-202-4/+4
| | | | | | | | | | | Changelog: https://github.com/ihabunek/toot/releases/tag/0.24.0 Reported by: portscout Event: EuroBSDcon 2019 Hackathon Notes: svn path=/head/; revision=512416
* net-im/toot: Remove unused MAKE_ENV assignmentMateusz Piotrowski2019-09-041-1/+0
| | | | Notes: svn path=/head/; revision=511087
* net-im/toot: Update to 0.23.1Mateusz Piotrowski2019-09-042-6/+6
| | | | | | | | | | | Changelogs: - https://github.com/ihabunek/toot/releases/tag/0.23.0 - https://github.com/ihabunek/toot/releases/tag/0.23.1 Also put variables in order. Notes: svn path=/head/; revision=511076
* net-im/toot: Update to 0.22.0Mateusz Piotrowski2019-08-022-5/+5
| | | | | | | | | | Changelog: https://github.com/ihabunek/toot/releases/tag/0.22.0 Reported by: portscout Notes: svn path=/head/; revision=507865
* net-im/toot: Update to 0.21.0Mateusz Piotrowski2019-02-272-6/+8
| | | | | | | | | | | | | | | - Add new runtime dependencies - Add more toot tests to the makefile - Changelogs: - https://github.com/ihabunek/toot/releases/tag/0.20.0 - https://github.com/ihabunek/toot/releases/tag/0.21.0 Reviewed by: krion Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D19377 Notes: svn path=/head/; revision=494038
* net-im/toot: Update to 0.19.0Mateusz Piotrowski2018-08-224-20/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: - 0.18.0: https://github.com/ihabunek/toot/releases/tag/0.18.0 - Add support for public, tag and list timelines in toot timeline - Add --sensitive and --spoiler-text options to toot post - Curses app improvements: - Respect sensitive content, require keypress to show - Add help modal (press h) - Misc rendering improvements - 0.19.0: https://github.com/ihabunek/toot/releases/tag/0.19.0 - Add support for replying to a toot - Add toot delete command for deleting a toot - Add global --quiet flag to silence output - Make toot login provide browser login, and toot login_cli log in via console. This makes it clear what's the preferred option. - Use Idempotency-Key header to prevent multiple toots being posted if request is retried - Fix a bug where all media would be marked as sensitive Reviewed by: krion (mentor) Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D16826 Notes: svn path=/head/; revision=477780
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-5/+5
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* - Add missing run-dependsDmitry Marakasov2018-04-191-2/+5
| | | | | | | | | PR: 227616 Submitted by: 0mp@FreeBSD.org (maintainer) Reported by: z7dr6ut7gs@snkmail.com Notes: svn path=/head/; revision=467765
* Toot is a Mastodon CLI client written in Python, which lets you logKirill Ponomarev2018-04-184-0/+60
into your Mastodon account, search for users and hashtags, display timelines, post (toot), upload media files and perform account related actions such us following, muting and blocking. WWW: https://github.com/ihabunek/toot PR: 227587 Submitted by: Mateusz Piotrowski <0mp@FreeBSD.org> Notes: svn path=/head/; revision=467702