diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-04-06 02:40:59 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-04-06 03:41:07 +0000 |
commit | e404b1965fdfebc5da46fb72c0e6645f42bbdb32 (patch) | |
tree | 0db0109514c9d3ca4fbcd5f494fb687c9e4afc3a /x11/wayout | |
parent | ded09e541c05a3ed162a03c17e3c10b5b99122fc (diff) |
Diffstat (limited to 'x11/wayout')
-rw-r--r-- | x11/wayout/Makefile | 32 | ||||
-rw-r--r-- | x11/wayout/distinfo | 3 | ||||
-rw-r--r-- | x11/wayout/pkg-descr | 13 |
3 files changed, 0 insertions, 48 deletions
diff --git a/x11/wayout/Makefile b/x11/wayout/Makefile deleted file mode 100644 index 00c1e4dc2474..000000000000 --- a/x11/wayout/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -PORTNAME= wayout -DISTVERSION= 0.1.4 -CATEGORIES= x11 wayland -MASTER_SITES= https://git.sr.ht/~proycon/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ - -MAINTAINER= jbeich@FreeBSD.org -COMMENT= Output simple text to a Wayland desktop widget -WWW= https://git.sr.ht/~proycon/wayout - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/LICENSE - -BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols -LIB_DEPENDS= libwayland-client.so:graphics/wayland - -USES= compiler:c11 gnome meson pkgconfig -USE_GNOME= cairo pango -CFLAGS+= -Wno-error=strict-prototypes # Clang 15, similar to wlclock -PLIST_FILES= bin/${PORTNAME} - -OPTIONS_DEFINE= EPOLL MANPAGES -OPTIONS_DEFAULT=EPOLL MANPAGES - -EPOLL_DESC= Handle signals via epoll-shim -EPOLL_LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim -EPOLL_MESON_ENABLED= handle-signals - -MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc -MANPAGES_MESON_ENABLED= man-pages -MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz - -.include <bsd.port.mk> diff --git a/x11/wayout/distinfo b/x11/wayout/distinfo deleted file mode 100644 index af7c917ae5d5..000000000000 --- a/x11/wayout/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1668635312 -SHA256 (wayout-0.1.4.tar.gz) = 5f5c43989212a41ac2f9be274ba2e10a2fb7894334d3248bd7e5fbcc13debaa8 -SIZE (wayout-0.1.4.tar.gz) = 32809 diff --git a/x11/wayout/pkg-descr b/x11/wayout/pkg-descr deleted file mode 100644 index 2de00eb067ac..000000000000 --- a/x11/wayout/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Wayout takes text from standard input and outputs it to a desktop-widget -on Wayland desktops. Periodic updates are supported; e.g. newline-separated -input or any other delimiter of choice. We call this a feed. The desktop -widget can be shown either on top (OSD-like functionality) or below other -windows. - -A Wayland compositor must implement the Layer-Shell and XDG-Output for wayout -to work. - -Features: -- Allow updating from standard input at a regular interval; custom delimiters -- Configurable colours/border/position/fonts -- Supports the pango markup language for text markup/colours. |