diff options
author | krion <krion@FreeBSD.org> | 2004-03-21 01:26:37 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-21 01:26:37 +0800 |
commit | 9384df902c196432d144f80c82c12757b8ecdb0f (patch) | |
tree | eaf52102a3ed1dbc2d30cb00b407681b493b6ffc /x11/xrootconsole | |
parent | c93bc89cccee6782e436e1c2d91e6295fa7e69b0 (diff) | |
download | freebsd-ports-gnome-9384df902c196432d144f80c82c12757b8ecdb0f.tar.gz freebsd-ports-gnome-9384df902c196432d144f80c82c12757b8ecdb0f.tar.zst freebsd-ports-gnome-9384df902c196432d144f80c82c12757b8ecdb0f.zip |
- Update to version 0.6
PR: ports/64510
Submitted by: Ports Fury
Diffstat (limited to 'x11/xrootconsole')
-rw-r--r-- | x11/xrootconsole/Makefile | 14 | ||||
-rw-r--r-- | x11/xrootconsole/distinfo | 4 | ||||
-rw-r--r-- | x11/xrootconsole/files/patch-main.c | 10 | ||||
-rw-r--r-- | x11/xrootconsole/pkg-descr | 11 |
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! |