1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

add xrootconsole 0.5

Writes any log live onto the background

PR:		40513
Submitted by:	"incabulos@mac.com &" <root@muddy.ath.cx>
This commit is contained in:
Ying-Chieh Liao 2002-07-15 10:24:23 +00:00
parent 2cc83ec4cd
commit 5661618df9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62971
7 changed files with 58 additions and 0 deletions

View File

@ -150,6 +150,7 @@
SUBDIR += xmx
SUBDIR += xnee
SUBDIR += xprompt
SUBDIR += xrootconsole
SUBDIR += xscreensaver
SUBDIR += xscreensaver-gnome
SUBDIR += xskyroot

32
x11/xrootconsole/Makefile Normal file
View File

@ -0,0 +1,32 @@
# New ports collection makefile for: xrootconsole
# Date created: 12 July 2002
# Whom: incabulos@mac.com
#
# $FreeBSD$
#
PORTNAME= xrootconsole
PORTVERSION= 0.5
CATEGORIES= x11
MASTER_SITES= http://de-fac.to/bob/xrootconsole/ \
${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= incabulos@mac.com
USE_REINPLACE= yes
USE_XLIB= yes
CFLAGS+= -I${X11BASE}/include
USE_GMAKE= yes
MAN1= xrootconsole.1
post-patch:
@${REINPLACE_CMD} -e "s|^CC|#CC|g" \
-e "s|CFLAGS = -O2|CFLAGS +=|g" ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xrootconsole ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xrootconsole.1 ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (xrootconsole-0.5.tar.gz) = 187efc4496ff337711bb020ef0c4fb74

View File

@ -0,0 +1,10 @@
--- 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

@ -0,0 +1 @@
Writes any log live onto the background

View File

@ -0,0 +1,12 @@
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.
The official homepage is:
WWW: http://de-fac.to/bob/xrootconsole/
Enjoy!
Cheers,
Joe Gorse
incabulos@mac.com

View File

@ -0,0 +1 @@
bin/xrootconsole