diff options
-rw-r--r-- | misc/root-tail/DESCR | 6 | ||||
-rw-r--r-- | misc/root-tail/Makefile | 13 | ||||
-rw-r--r-- | misc/root-tail/PLIST | 3 | ||||
-rw-r--r-- | misc/root-tail/distinfo | 4 |
4 files changed, 26 insertions, 0 deletions
diff --git a/misc/root-tail/DESCR b/misc/root-tail/DESCR new file mode 100644 index 00000000000..6c086d6d3c0 --- /dev/null +++ b/misc/root-tail/DESCR @@ -0,0 +1,6 @@ +Displays a given file anywhere on your X11 root window with a +transparent background. It was made because I'm very lazy and this was +easier than making a new rxvt pixmap each time I changed my background +to simulate that transparent effect. A null desc (example: +"/var/log/messages,red,") will prevent the printing of a description +and the []'s. diff --git a/misc/root-tail/Makefile b/misc/root-tail/Makefile new file mode 100644 index 00000000000..3df974b16df --- /dev/null +++ b/misc/root-tail/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/11/20 23:19:16 hubertf Exp $ + +DISTNAME= root-tail-0.0.10 +CATEGORIES= x11 +MASTER_SITES= http://www.goof.com/pcg/marc/data/ + +MAINTAINER= njohnston@globaltetrahedron.com +HOMEPAGE= http://root-tail.plan9.de/ +COMMENT= Allows printing of text directly to the X11 root window + +USE_IMAKE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/misc/root-tail/PLIST b/misc/root-tail/PLIST new file mode 100644 index 00000000000..16f3f3e7d7f --- /dev/null +++ b/misc/root-tail/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/11/20 23:19:16 hubertf Exp $ +bin/root-tail +man/cat1/root-tail.0 diff --git a/misc/root-tail/distinfo b/misc/root-tail/distinfo new file mode 100644 index 00000000000..ffd9e7b6aa6 --- /dev/null +++ b/misc/root-tail/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/11/20 23:19:16 hubertf Exp $ + +SHA1 (root-tail-0.0.10.tar.gz) = 19963087202e6b365f8d9820bdee283ace16caa4 +Size (root-tail-0.0.10.tar.gz) = 7816 bytes |