Bug 263424 - [NEW PORT] www/tuifeed: Terminal RSS feed reader with a fancy UI
Summary: [NEW PORT] www/tuifeed: Terminal RSS feed reader with a fancy UI
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Koichiro Iwao
URL: https://github.com/veeso/tuifeed
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-19 16:44 UTC by sec.research.2005
Modified: 2022-05-21 05:33 UTC (History)
2 users (show)

See Also:


Attachments
Patch (23.56 KB, patch)
2022-04-19 16:44 UTC, sec.research.2005
no flags Details | Diff
Poudriere Build Log (287.25 KB, text/plain)
2022-04-19 16:45 UTC, sec.research.2005
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description sec.research.2005 2022-04-19 16:44:41 UTC
Created attachment 233340 [details]
Patch

Trminal feed reader with a fancy UI

tuifeed is a news feed reader with a fancy terminal user interface.
It allows you read news from your favourite RSS and Atom sources,
which can be easily configured in a TOML file.

Features

- Read feed from any RSS/Atom source
- Open any article in your favourite browser in one-click
- Compatible with Windows, Linux, *BSD and MacOS
- Easy setup
Comment 1 sec.research.2005 2022-04-19 16:45:37 UTC
Created attachment 233341 [details]
Poudriere Build Log
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-05-19 04:21:49 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=da83830681b578db3c67f96413a3997f843fb949

commit da83830681b578db3c67f96413a3997f843fb949
Author:     Mostly BSD <sec.research.2005@gmail.com>
AuthorDate: 2022-04-19 16:35:46 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2022-05-19 04:21:04 +0000

    www/tuifeed: Terminal RSS feed reader with a fancy UI

    Terminal feed reader with a fancy UI

    tuifeed is a news feed reader with a fancy terminal user interface.
    It allows you read news from your favourite RSS and Atom sources,
    which can be easily configured in a TOML file.

    Features

    - Read feed from any RSS/Atom source
    - Open any article in your favourite browser in one-click
    - Compatible with Windows, Linux, *BSD and MacOS
    - Easy setup

    WWW: https://github.com/veeso/tuifeed

    PR:     263424

 www/Makefile                  |   1 +
 www/tuifeed/Makefile (new)    | 147 ++++++++++++++++++++++++++
 www/tuifeed/distinfo (new)    | 233 ++++++++++++++++++++++++++++++++++++++++++
 www/tuifeed/pkg-descr (new)   |  14 +++
 www/tuifeed/pkg-message (new) |  11 ++
 5 files changed, 406 insertions(+)
Comment 3 sec.research.2005 2022-05-20 17:26:22 UTC
Now that this committed, is it OK to close the defect?
Comment 4 Koichiro Iwao freebsd_committer freebsd_triage 2022-05-21 05:33:11 UTC
I just forgot to close this. Thanks!