Port details |
- xnotify Read notifications from stdin and display them on the screen
- 0.8.1 x11
=0 0.8.1Version of this port present on the latest quarterly branch. - Maintainer: jbeich@FreeBSD.org
 - Port Added: 2020-11-05 11:51:11
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- License: MIT
- Description:
- XNotify displays a notification on the screen. XNotify receives a
notification specification in stdin and shows a notification for the
user on the screen.
WWW: https://github.com/phillbush/xnotify
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/x11/xnotify/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/xnotify
- pkg install xnotify
- PKGNAME: xnotify
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1606795069
SHA256 (phillbush-xnotify-v0.8.1_GH0.tar.gz) = bb409c37e898674843d5279eb990b3da73cdbf00bc2dc2f8aa36fc0235e3ca7b
SIZE (phillbush-xnotify-v0.8.1_GH0.tar.gz) = 15189
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- x11.pc : x11/libX11
- xft.pc : x11-fonts/libXft
- xinerama.pc : x11/libXinerama
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xft.pc : x11-fonts/libXft
- xinerama.pc : x11/libXinerama
- Library dependencies:
-
- libImlib2.so : graphics/imlib2
- libfontconfig.so : x11-fonts/fontconfig
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- x11_xnotify
- USES:
- xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 5
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 0.8.1
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.8.1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
01 Dec 2020 04:07:13
0.8.1
|
jbeich  |
x11/xnotify: update to 0.8.1
Changes: https://github.com/phillbush/xnotify/releases/tag/v0.8.1
Reported by: GitHub (watch releases) |
06 Nov 2020 21:30:25
0.7.3
|
jbeich  |
x11/xnotify: respect LDFLAGS
$ CFLAGS=-fsanitize=address LDFLAGS=-fsanitize=address make
[...]
cc -o xnotify xnotify.o -L/usr/local/lib -L/usr/local/lib -lfontconfig -lXft
-lX11 -lXinerama -lImlib2
ld: error: undefined symbol: __asan_report_load8
>>> referenced by xnotify.c:51
>>> xnotify.o:(usage)
>>> referenced by xnotify.c:1082
>>> xnotify.o:(main)
>>> referenced by xnotify.c:1082
>>> xnotify.o:(main)
>>> referenced 172 more times |
05 Nov 2020 11:50:33
0.7.3
|
jbeich  |
x11/xnotify: add new port
XNotify displays a notification on the screen. XNotify receives a
notification specification in stdin and shows a notification for the
user on the screen.
https://github.com/phillbush/xnotify |
Number of commits found: 5
|