[Lunar-commits] CVS: moonbase/x11-utils/root-tail BUILD, 1.2,
1.3 DETAILS, 1.5, 1.6 PRE_BUILD, 1.2, NONE
Auke Kok
sofar at lunar-linux.org
Tue Oct 19 13:06:43 UTC 2004
Update of /var/cvs/lunar/moonbase/x11-utils/root-tail
In directory espresso.foo-projects.org:/home/sofar/active/moonbase/x11-utils/root-tail
Modified Files:
BUILD DETAILS
Removed Files:
PRE_BUILD
Log Message:
Completely revised version of root-tail that can write to any window using it's 'id'
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11-utils/root-tail/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 6 Jun 2004 12:30:55 -0000 1.2
+++ BUILD 19 Oct 2004 13:06:41 -0000 1.3
@@ -1,11 +1,9 @@
(
- make &&
- prepare_install &&
-
- # Put root-tail in place
-
- cp root-tail /usr/bin/ &&
- cp root-tail.man /usr/share/man/man1/
+ gcc $CFLAGS -o root-tail root-tail.c -L/usr/X11R6/lib -lXt &&
+ prepare_install &&
+ mkdir -p /usr/bin/ /usr/share/man/man1/ &&
+ install -m755 root-tail /usr/bin/ &&
+ install -m644 root-tail.man /usr/share/man/man1/root-tail.1
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11-utils/root-tail/DETAILS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DETAILS 5 Oct 2004 09:30:23 -0000 1.5
+++ DETAILS 19 Oct 2004 13:06:41 -0000 1.6
@@ -1,17 +1,16 @@
MODULE=root-tail
- VERSION=xpenguins
+ VERSION=1.2
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=root-tail.man
- SOURCE_URL=http://www.tobert.org/unix/
- SOURCE2_URL=http://lunar-linux.org/lunar/mirrors/
- WEB_SITE=http://www.tobert.org/unix/
+ SOURCE_URL=http://www.goof.com/pcg/marc/data/
+ WEB_SITE=http://www.goof.com/pcg/marc/root-tail.html
ENTERED=20031115
- UPDATED=20031230
+ UPDATED=20041019
SHORT="root-tail tails a file in your X root window"
cat << EOF
-Quote from the author:
-In my opinion, this program is a pile of crap which gets
-crappier with every patch, but it is also sooo useful ;*)
-It's purpose is to display logfiles in different colours
-on your root-window. That is, it works just like tail -f.
+Quote from the author: In my opinion, this program is a pile of crap
+which gets crappier with every patch, but it is also sooo useful ;*)
+It's purpose is to display logfiles in different colours on your
+root-window. That is, it works just like tail -f.
+
+This version (1.2 and up) is a patched version of the abandoned old code.
EOF
--- PRE_BUILD DELETED ---
More information about the Lunar-commits
mailing list