summaryrefslogtreecommitdiff
path: root/x11/xrootconsole
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-20 17:26:37 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-20 17:26:37 +0000
commit0fb3ddf56c66f78238803126944203ad88d20ae0 (patch)
treed27afa23f8a6fce7e9392a2a2d7c888b1789aafe /x11/xrootconsole
parent- Update to version 1.6.2 (diff)
- Update to version 0.6
PR: ports/64510 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=104751
Diffstat (limited to 'x11/xrootconsole')
-rw-r--r--x11/xrootconsole/Makefile14
-rw-r--r--x11/xrootconsole/distinfo4
-rw-r--r--x11/xrootconsole/files/patch-main.c10
-rw-r--r--x11/xrootconsole/pkg-descr11
4 files changed, 14 insertions, 25 deletions
diff --git a/x11/xrootconsole/Makefile b/x11/xrootconsole/Makefile
index 9821cfa3da89..7937ecd583e9 100644
--- a/x11/xrootconsole/Makefile
+++ b/x11/xrootconsole/Makefile
@@ -6,27 +6,25 @@
#
PORTNAME= xrootconsole
-PORTVERSION= 0.5
-PORTREVISION= 1
+PORTVERSION= 0.6
CATEGORIES= x11
-MASTER_SITES= http://de-fac.to/bob/xrootconsole/ \
- ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Writes any log live onto the background
-USE_REINPLACE= yes
USE_XLIB= yes
-CFLAGS+= -I${X11BASE}/include
+USE_REINPLACE= yes
USE_GMAKE= yes
MAN1= xrootconsole.1
PLIST_FILES= bin/xrootconsole
post-patch:
- @${REINPLACE_CMD} -e "s|^CC|#CC|g" \
- -e "s|CFLAGS = -O2|CFLAGS +=|g" ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e 's|^CC =|CC ?=|g ; \
+ s|^CFLAGS = -O2|CFLAGS +=|g ; \
+ s|/usr/X11R6|$${X11BASE}|g' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xrootconsole ${PREFIX}/bin
diff --git a/x11/xrootconsole/distinfo b/x11/xrootconsole/distinfo
index ffb60d135c3e..4107266e4dd6 100644
--- a/x11/xrootconsole/distinfo
+++ b/x11/xrootconsole/distinfo
@@ -1,2 +1,2 @@
-MD5 (xrootconsole-0.5.tar.gz) = 187efc4496ff337711bb020ef0c4fb74
-SIZE (xrootconsole-0.5.tar.gz) = 15119
+MD5 (xrootconsole-0.6.tar.gz) = c3570d420eb5ae9f98385bc48c636fc4
+SIZE (xrootconsole-0.6.tar.gz) = 15951
diff --git a/x11/xrootconsole/files/patch-main.c b/x11/xrootconsole/files/patch-main.c
deleted file mode 100644
index d86eb54fda51..000000000000
--- a/x11/xrootconsole/files/patch-main.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- main.c.orig Mon Jul 1 14:24:02 2002
-+++ main.c Mon Jul 15 18:14:14 2002
-@@ -40,6 +40,7 @@
- #include "util.h"
- #include <X11/Xlib.h>
- #include <X11/Xutil.h>
-+#include <X11/Xos.h>
- #include <assert.h>
- #include <errno.h>
- #include <stdio.h>
diff --git a/x11/xrootconsole/pkg-descr b/x11/xrootconsole/pkg-descr
index b2d337548a28..0e6ad09ea57a 100644
--- a/x11/xrootconsole/pkg-descr
+++ b/x11/xrootconsole/pkg-descr
@@ -1,9 +1,10 @@
-xrootconsole is a small utility to write any log file of your choice live
-to anywhere on your root window with options for color and placement all
-documented in the man file or with the --help option.
+xrootconsole is a small utility which displays its input in a transparent
+text box on X's root window. It will read from any file listed on the
+command line or, by default, from stdin. It is most useful when it reads
+from a FIFO; this allows you to redirect multiple commands to the FIFO
+and monitor their output.
-The official homepage is:
-WWW: http://de-fac.to/bob/xrootconsole/
+WWW: http://de-fac.to/wiki/XrootConsole
Enjoy!