Small change request for pkg: Liferea

A few months ago User Vermaden did one an excellent write up on RSS Readers supported in FreeBSD: (Link Wordpress): RSS on FreeBSD

==> Shout out to Vermaden -- AWESOME article! :cool:

One of the RSS Readers that Vermaden mentioned was "Liferea" -- which is an excellent RSS reader. Home page: (Link lzone.de): Liferea

There is (at least) a 14.x and 15.x pkg for Liferea that one can install - here:

[15.0-RELEASE-p5]
Code:
$ pkg search liferea
liferea-1.16.7_1               Simple RSS/RDF feed reader
$

Edit: Looks like I am doing the PKG search for "RSS" wrong... my bad :)

[15.0-RELEASE-p5]
Code:
$ pkg search rss | grep reader
claws-mail-rssyl-4.4.0,4       RSS/Atom feed reader plugin for Claws Mail
gorss-0.5_3                    Simple RSS/Atom reader written in Go
rssguard-4.8.6                 Simple (yet powerful) Qt-based feed reader
rubygem-simple-rss-1.3.1       Simple, flexible, extensible, and liberal RSS and Atom reader for Ruby
$

Edit: Okay -- the issue is that the (regex) is searching part of the (pkg name) - so I guess the (pkg name_ would (instead) have to be something like "liferea-rss-1.16.7_1" or something similar.

It's also not obvious how to find "newsboat" (from the same article):

[15.0-RELEASE-p5]
Code:
$ pkg search boat
funnyboat-1.6_3                Side scrolling shooter game starring a steamboat on the sea
newsboat-2.42_2                RSS feed reader for the text console
$

So I guess my question would be: What's the right way to search for a (pkg) that contains the description "RSS"?
 
Back
Top