./x11/xnotify, Read notifications from stdin and display them on the screen

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.8.1nb1, Package name: xnotify-0.8.1nb1, Maintainer: pkgsrc-users

XNotify displays a notification on the screen. XNotify receives a
notification specification in stdin and shows a notification for the
user on the screen.


Master sites:

Filesize: 14.833 KB

Version history: (Expand)


CVS history: (Expand)


   2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527)
Log message:
*: Recursive revbup from graphics/freetype2
   2022-08-22 21:46:47 by Tobias Nygren | Files touched by this commit (1)
Log message:
xnotify: set -D_XOPEN_SOURCE=500 on SunOS

This is needed so that "#define SEC 1" from <sys/time.h> is hidden by
#if !defined(__XOPEN_OR_POSIX).
Else it conflicts with enum ItemOption value SEC from the package.
   2022-02-25 10:18:57 by pin | Files touched by this commit (1)
Log message:
x11/xnotify: Reset maintainer for stagnated project.
   2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674)
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
   2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675)
Log message:
x11: Remove SHA1 hashes for distfiles
   2021-05-02 22:05:24 by pin | Files touched by this commit (1)
Log message:
x11/xnotify: reclaim maintainership
   2021-04-24 22:04:11 by pin | Files touched by this commit (1)
Log message:
x11/xnotify: reset maintainer
   2020-12-01 08:59:27 by pin | Files touched by this commit (2) | Package updated
Log message:
x11/xnotify: update to 0.8.1

0.8.1
-add support for specifying time for notification to be alive
-simplify invocation (replace "<... 3<>..." with \ 
"0<>...")
-handle SIGUSR1 and SIGUSR2
-minor code changes (rename variables, etc)

0.8.0
-add SEC: (time notification should be visible)