notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2022Q2
rssguard Simple (yet powerful) Qt5 feed reader
4.6.6 net on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.6.6Version of this port present on the latest quarterly branch.
Maintainer: danfe@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-08-24 13:27:07
Last Update: 2024-03-16 11:28:28
Commit Hash: 7ed359e
Also Listed In: www
License: GPLv3+
WWW:
https://github.com/martinrotter/rssguard
Description:
RSS Guard is simple, lightweight, and easy-to-use RSS/Atom feed aggregator developed using Qt framework which supports online feed synchronization with various services, e.g. Bazqux, Feedly, FreshRSS, Gmail, Google Reader, Inoreader, Nextcloud News, Reedah, Tiny Tiny RSS. In contrast with many other RSS readers, heavy WebKit/WebEngine dependency is optional for RSS Guard: when built without it, simple text component is used and some features will be disabled.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (34 items)
Collapse this list.
  1. /usr/local/share/licenses/rssguard-4.6.6/catalog.mk
  2. /usr/local/share/licenses/rssguard-4.6.6/LICENSE
  3. /usr/local/share/licenses/rssguard-4.6.6/GPLv3+
  4. bin/rssguard
  5. include/librssguard/services/abstract/accountcheckmodel.h
  6. include/librssguard/services/abstract/cacheforserviceroot.h
  7. include/librssguard/services/abstract/category.h
  8. include/librssguard/services/abstract/feed.h
  9. include/librssguard/services/abstract/gui/accountdetails.h
  10. include/librssguard/services/abstract/gui/authenticationdetails.h
  11. include/librssguard/services/abstract/gui/custommessagepreviewer.h
  12. include/librssguard/services/abstract/gui/formaccountdetails.h
  13. include/librssguard/services/abstract/gui/formaddeditlabel.h
  14. include/librssguard/services/abstract/gui/formaddeditprobe.h
  15. include/librssguard/services/abstract/gui/formcategorydetails.h
  16. include/librssguard/services/abstract/gui/formfeeddetails.h
  17. include/librssguard/services/abstract/gui/multifeededitcheckbox.h
  18. include/librssguard/services/abstract/importantnode.h
  19. include/librssguard/services/abstract/label.h
  20. include/librssguard/services/abstract/labelsnode.h
  21. include/librssguard/services/abstract/recyclebin.h
  22. include/librssguard/services/abstract/rootitem.h
  23. include/librssguard/services/abstract/search.h
  24. include/librssguard/services/abstract/searchsnode.h
  25. include/librssguard/services/abstract/serviceentrypoint.h
  26. include/librssguard/services/abstract/serviceroot.h
  27. include/librssguard/services/abstract/unreadnode.h
  28. lib/librssguard.so
  29. share/applications/io.github.martinrotter.rssguard.desktop
  30. share/icons/hicolor/256x256/apps/io.github.martinrotter.rssguard.png
  31. share/metainfo/io.github.martinrotter.rssguard.metainfo.xml
  32. @owner
  33. @group
  34. @mode
Collapse this list.
Dependency lines:
  • rssguard>0:net/rssguard
To install the port:
cd /usr/ports/net/rssguard/ && make install clean
To add the package, run one of these commands:
  • pkg install net/rssguard
  • pkg install rssguard
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rssguard
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1710483193 SHA256 (martinrotter-rssguard-4.6.6_GH0.tar.gz) = c3d9fddafe76ab26c8a2a371b6cca73150b38520d1c8fc191ea53c71c20a99b0 SIZE (martinrotter-rssguard-4.6.6_GH0.tar.gz) = 23432162

Packages (timestamps in pop-ups are UTC):
rssguard
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.6.64.6.6--4.6.6---
FreeBSD:13:quarterly4.6.64.6.6--4.6.6---
FreeBSD:14:latest4.6.64.6.6--4.6.6--4.3.4_1
FreeBSD:14:quarterly4.6.64.6.6--4.6.6---
FreeBSD:15:latest4.6.64.6.6n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
  3. qt5-buildtools>=5.15 : devel/qt5-buildtools
  4. lrelease : devel/qt5-linguisttools
  5. qt5-qmake>=5.15 : devel/qt5-qmake
Runtime dependencies:
  1. libqsqlite.so : databases/qt5-sqldrivers-sqlite3
Library dependencies:
  1. libmpv.so : multimedia/mpv
  2. libsqlite3.so : databases/sqlite3
  3. libQt5Concurrent.so : devel/qt5-concurrent
  4. libQt5Core.so : devel/qt5-core
  5. libQt5DBus.so : devel/qt5-dbus
  6. libQt5Qml.so : x11-toolkits/qt5-declarative
  7. libQt5Gui.so : x11-toolkits/qt5-gui
  8. libQt5Location.so : devel/qt5-location
  9. libQt5Multimedia.so : multimedia/qt5-multimedia
  10. libQt5Network.so : net/qt5-network
  11. libQt5PrintSupport.so : print/qt5-printsupport
  12. libQt5Sql.so : databases/qt5-sql
  13. libQt5WebChannel.so : www/qt5-webchannel
  14. libQt5WebEngineCore.so : www/qt5-webengine
  15. libQt5Widgets.so : x11-toolkits/qt5-widgets
  16. libQt5Xml.so : textproc/qt5-xml
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for rssguard-4.6.6: WEBENGINE=on: Use QtWebEngine module for internal web browser ====> Built-in media player: you can only select none or one of them LIBMPV=on: Play basically every thinkable audio/video QTFFMPEG=off: QtMultimedia/FFmpeg-based (slightly lighter) ===> Use 'make config' to modify these settings
Options name:
net_rssguard
USES:
cmake qt:5 sqlite
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/martinrotter/rssguard/tar.gz/4.6.6?dummy=/
Collapse this list.

There are no commits on branch 2022Q2 for this port