diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-08-24 13:24:42 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-08-24 13:24:52 +0000 |
commit | aefc3881db633e12c980ed0043596363796f1da1 (patch) | |
tree | 3fc42afa99f069e74bc0291c00770b5522775d24 /net/Makefile | |
parent | b667aef876324cadd30c1cfda48d779cc94b34df (diff) |
net/rssguard: new port had been added (+)
RSS Guard is simple, lightweight, and easy-to-use RSS/Atom feed aggregator
developed using Qt framework which supports online feed synchronization
with several services: Feedly, Gmail, Google Reader, Inoreader, Nextcloud
News, and Tiny Tiny RSS.
WWW: https://github.com/martinrotter/rssguard
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 2866c992bbbe..446583ca23f7 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1197,6 +1197,7 @@ SUBDIR += rscsi SUBDIR += rsocket-cpp SUBDIR += rsplib + SUBDIR += rssguard SUBDIR += rsync SUBDIR += rsync-bpc SUBDIR += rtg |