summaryrefslogtreecommitdiff
path: root/sysutils/roottail
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/roottail')
-rw-r--r--sysutils/roottail/Makefile40
-rw-r--r--sysutils/roottail/distinfo4
-rw-r--r--sysutils/roottail/files/patch-root-tail.c29
-rw-r--r--sysutils/roottail/pkg-descr5
4 files changed, 0 insertions, 78 deletions
diff --git a/sysutils/roottail/Makefile b/sysutils/roottail/Makefile
deleted file mode 100644
index ff6c7253988f..000000000000
--- a/sysutils/roottail/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# Created by: Chris D. Faulhaber <jedgar@fxp.org>
-# $FreeBSD$
-
-PORTNAME= roottail
-PORTVERSION= 1.2
-PORTREVISION= 3
-CATEGORIES= sysutils
-MASTER_SITES= http://www.goof.com/pcg/marc/data/
-DISTNAME= root-tail-${PORTVERSION}
-
-.if defined(WITH_EXTRA_PATCH)
-PATCH_SITES= http://bmp-plugins.berlios.de/misc/patches/
-PATCHFILES= roottail-1.2+xfce.diff
-PATCH_DIST_STRIP= -p1
-.endif
-
-MAINTAINER= xride@FreeBSD.org
-COMMENT= Print text directly to X11 root window
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
-USES= imake xorg
-USE_XORG= x11 xext
-MAKE_ARGS= CC="${CC}"
-
-PLIST_FILES= bin/root-tail \
- man/man1/root-tail.1.gz
-
-pre-everything::
-.if defined(WITH_EXTRA_PATCH)
- @${ECHO_MSG}
- @${ECHO_MSG} "Note: this extra patch is not supported by roottail maintainer."
- @${ECHO_MSG} "Before reporting any problems you should build roottail without"
- @${ECHO_MSG} "this option."
- @${ECHO_MSG}
-.endif
-
-.include <bsd.port.mk>
diff --git a/sysutils/roottail/distinfo b/sysutils/roottail/distinfo
deleted file mode 100644
index 5150e500f357..000000000000
--- a/sysutils/roottail/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-SHA256 (root-tail-1.2.tar.gz) = 08fb829cc0edd533aaf2af7bcf12d877a6ff51d60c59be48ba354c5940b80691
-SIZE (root-tail-1.2.tar.gz) = 20805
-SHA256 (roottail-1.2+xfce.diff) = 973d68086d7415359096c5113c80b71580d21ade8ae1715021897ef8feed3b52
-SIZE (roottail-1.2+xfce.diff) = 16326
diff --git a/sysutils/roottail/files/patch-root-tail.c b/sysutils/roottail/files/patch-root-tail.c
deleted file mode 100644
index f3d39c5abcd0..000000000000
--- a/sysutils/roottail/files/patch-root-tail.c
+++ /dev/null
@@ -1,29 +0,0 @@
---- root-tail.c.orig Fri Nov 19 20:56:03 2004
-+++ root-tail.c Sat Nov 20 18:52:34 2004
-@@ -233,17 +233,18 @@
- {
- if (!root)
- {
-+ Window unused;
-+ Window *windows;
-+ unsigned int count;
-+
-+ Atom type;
-+ int format;
-+ unsigned long nitems, bytes_after_return;
-+ unsigned char *virtual_root_window;
-+
- Atom SWM_VROOT = XInternAtom (display, "__SWM_VROOT", False);
- Atom NAUTILUS_DESKTOP_WINDOW_ID = XInternAtom (display, "NAUTILUS_DESKTOP_WINDOW_ID", False);
- root = RootWindow (display, screen_number);
--
-- Window unused, *windows = 0;
-- unsigned int count;
--
-- Atom type;
-- int format;
-- unsigned long nitems, bytes_after_return;
-- unsigned char *virtual_root_window;
-
- if (XGetWindowProperty (display, root, NAUTILUS_DESKTOP_WINDOW_ID,
- 0, 1, False, XA_WINDOW, &type, &format,
diff --git a/sysutils/roottail/pkg-descr b/sysutils/roottail/pkg-descr
deleted file mode 100644
index 1edcc88e5f3e..000000000000
--- a/sysutils/roottail/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-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