From 0604e2287e26180ffaa5bb12ee6e22fa08721956 Mon Sep 17 00:00:00 2001 From: Boris Korzun Date: Tue, 14 Sep 2021 17:46:45 +0300 Subject: [PATCH] [RESTORE PORT] sysutils/roottail: update to 1.3 --- sysutils/Makefile | 1 + sysutils/roottail/Makefile | 23 +++++++++++++++++++++++ sysutils/roottail/distinfo | 2 ++ sysutils/roottail/pkg-descr | 5 +++++ 4 files changed, 31 insertions(+) create mode 100644 sysutils/roottail/Makefile create mode 100644 sysutils/roottail/distinfo create mode 100644 sysutils/roottail/pkg-descr diff --git a/sysutils/Makefile b/sysutils/Makefile index 76a8c6e33508..e28928aed668 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1127,6 +1127,7 @@ SUBDIR += rmlint SUBDIR += rocr SUBDIR += roct + SUBDIR += roottail SUBDIR += rovclock SUBDIR += rpi-firmware SUBDIR += rset diff --git a/sysutils/roottail/Makefile b/sysutils/roottail/Makefile new file mode 100644 index 000000000000..6575dd0be299 --- /dev/null +++ b/sysutils/roottail/Makefile @@ -0,0 +1,23 @@ +# Created by: Chris D. Faulhaber + +PORTNAME= roottail +PORTVERSION= 1.3 +CATEGORIES= sysutils +MASTER_SITES= http://dist.schmorp.de/root-tail/ +DISTNAME= root-tail-${PORTVERSION} + +MAINTAINER= xride@FreeBSD.org +COMMENT= Print text directly to X11 root window + +LICENSE= GPLv2+ + +LIB_DEPENDS= libXfixes.so:x11/libXfixes + +USES= imake xorg +USE_XORG= x11 xext +MAKE_ARGS= CC="${CC}" + +PLIST_FILES= bin/root-tail \ + man/man1/root-tail.1.gz + +.include diff --git a/sysutils/roottail/distinfo b/sysutils/roottail/distinfo new file mode 100644 index 000000000000..01d081661bec --- /dev/null +++ b/sysutils/roottail/distinfo @@ -0,0 +1,2 @@ +SHA256 (root-tail-1.3.tar.gz) = 460475323404460919ff48c90f7b3ebfdb66f3b9961f54dd73dd172178c07712 +SIZE (root-tail-1.3.tar.gz) = 19068 diff --git a/sysutils/roottail/pkg-descr b/sysutils/roottail/pkg-descr new file mode 100644 index 000000000000..1edcc88e5f3e --- /dev/null +++ b/sysutils/roottail/pkg-descr @@ -0,0 +1,5 @@ +Simple utility to tail files/logs to a root X window. +Useful for keeping tabs on log files in X without having +an additional terminal window open. + +WWW: http://www.goof.com/pcg/marc/root-tail.html -- 2.32.0