1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

- Update to version 0.6

PR:		ports/64510
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2004-03-20 17:26:37 +00:00
parent 2c027788ac
commit 0fb3ddf56c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104751
4 changed files with 14 additions and 25 deletions

View File

@ -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

View File

@ -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

View File

@ -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>

View File

@ -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!