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
Port details
fyi Command line utility to send desktop notifications
1.0.4 deskutils 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 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: bapt@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-08-19 12:57:03
Last Update: 2024-09-05 07:16:23
Commit Hash: ddc37e8
License: MIT
WWW:
https://codeberg.org/dnkl/fyi
Description:
FYI (for your information) is a command line utility to send desktop notifications to the user via a notification daemon implementing XDG desktop notifications. It is a almost a notify-send clone, with the following differences: * notify-send does not implement --close. * notify-send does not expose activation tokens (needed for window focus/activation) in any meaningful way. It prints it as a debug message when G_MESSAGES_DEBUG=all; fyi prints it when you use --print-token. * fyi has consistent syntax in its --action and --hintoptions. * fyi can print the reason a notification was closed, with --print-reason. * fyi can query the notification daemon for its name and version information. * fyi can query the notification daemon for its capabilities. * fyi has shell completions (bash and fish). * fyi has a single run-time dependency: dbus.
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 (13 items)
Collapse this list.
  1. /usr/local/share/licenses/fyi-1.0.4/catalog.mk
  2. /usr/local/share/licenses/fyi-1.0.4/LICENSE
  3. /usr/local/share/licenses/fyi-1.0.4/MIT
  4. bin/fyi
  5. share/bash-completion/completions/fyi
  6. share/doc/fyi/CHANGELOG.md
  7. share/doc/fyi/LICENSE
  8. share/doc/fyi/README.md
  9. share/fish/vendor_completions.d/fyi.fish
  10. share/man/man1/fyi.1.gz
  11. @owner
  12. @group
  13. @mode
Collapse this list.
Dependency lines:
  • fyi>0:deskutils/fyi
To install the port:
cd /usr/ports/deskutils/fyi/ && make install clean
To add the package, run one of these commands:
  • pkg install deskutils/fyi
  • pkg install fyi
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: fyi
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1725520537 SHA256 (fyi-1.0.4.tar.gz) = 6d196b4725df02dba39ca736c0f5b485f6a204a98f68de6bbe8155bdc1e56d24 SIZE (fyi-1.0.4.tar.gz) = 13938

Packages (timestamps in pop-ups are UTC):
fyi
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.31.0.4-1.0.31.0.4---
FreeBSD:13:quarterly--------
FreeBSD:14:latest1.0.31.0.4-1.0.31.0.4---
FreeBSD:14:quarterly--------
FreeBSD:15:latest1.0.41.0.4n/a1.0.4n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. scdoc : textproc/scdoc
  2. meson : devel/meson
  3. ninja : devel/ninja
  4. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libdbus-1.so : devel/dbus
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for fyi-1.0.4: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
deskutils_fyi
USES:
meson pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeberg.org/dnkl/fyi/archive/1.0.4.tar.gz?dummy=/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.4
05 Sep 2024 07:16:23
commit hash: ddc37e84f157d60fee01a0fb522cdfaad481f6c2commit hash: ddc37e84f157d60fee01a0fb522cdfaad481f6c2commit hash: ddc37e84f157d60fee01a0fb522cdfaad481f6c2commit hash: ddc37e84f157d60fee01a0fb522cdfaad481f6c2 files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
deskutils/fyi: update to 1.0.4
1.0.3
21 Aug 2024 05:14:22
commit hash: 6000c582f7a40ebf2cf4833ba34656cb98a11b64commit hash: 6000c582f7a40ebf2cf4833ba34656cb98a11b64commit hash: 6000c582f7a40ebf2cf4833ba34656cb98a11b64commit hash: 6000c582f7a40ebf2cf4833ba34656cb98a11b64 files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
deskutils/fyi: add forgotten dep on pkgconf
1.0.3
19 Aug 2024 12:54:24
commit hash: 2f16948866d7c6fa1d789ac3f90c25b4b17bc74dcommit hash: 2f16948866d7c6fa1d789ac3f90c25b4b17bc74dcommit hash: 2f16948866d7c6fa1d789ac3f90c25b4b17bc74dcommit hash: 2f16948866d7c6fa1d789ac3f90c25b4b17bc74d files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
deskutils/fyi: new port

FYI (for your information) is a command line utility to send desktop
notifications to the user via a notification daemon implementing XDG desktop
notifications.

It is a almost a notify-send clone, with the following differences:

 * notify-send does not implement --close.
 * notify-send does not expose activation tokens (needed for window
   focus/activation) in any meaningful way. It prints it as a debug message when
   G_MESSAGES_DEBUG=all; fyi prints it when you use --print-token.
 * fyi has consistent syntax in its --action and --hintoptions.
 * fyi can print the reason a notification was closed, with --print-reason.
 * fyi can query the notification daemon for its name and version information.
 * fyi can query the notification daemon for its capabilities.
 * fyi has shell completions (bash and fish).
 * fyi has a single run-time dependency: dbus.

Number of commits found: 3