diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-15 10:24:23 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-15 10:24:23 +0000 |
commit | 5661618df90f72713110a1e905050ff91e4b6043 (patch) | |
tree | 5de33f34c62f5113edf785ac770d463772c66ec1 /x11/xrootconsole | |
parent | 2cc83ec4cd0c494e5a8bc2eb4c76ac37e193f1ff (diff) | |
download | ports-5661618df90f72713110a1e905050ff91e4b6043.tar.gz ports-5661618df90f72713110a1e905050ff91e4b6043.zip |
add xrootconsole 0.5
Writes any log live onto the background
PR: 40513
Submitted by: "incabulos@mac.com &" <root@muddy.ath.cx>
Notes
Notes:
svn path=/head/; revision=62971
Diffstat (limited to 'x11/xrootconsole')
-rw-r--r-- | x11/xrootconsole/Makefile | 32 | ||||
-rw-r--r-- | x11/xrootconsole/distinfo | 1 | ||||
-rw-r--r-- | x11/xrootconsole/files/patch-main.c | 10 | ||||
-rw-r--r-- | x11/xrootconsole/pkg-comment | 1 | ||||
-rw-r--r-- | x11/xrootconsole/pkg-descr | 12 | ||||
-rw-r--r-- | x11/xrootconsole/pkg-plist | 1 |
6 files changed, 57 insertions, 0 deletions
diff --git a/x11/xrootconsole/Makefile b/x11/xrootconsole/Makefile new file mode 100644 index 000000000000..72adb7d2f6c7 --- /dev/null +++ b/x11/xrootconsole/Makefile @@ -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> diff --git a/x11/xrootconsole/distinfo b/x11/xrootconsole/distinfo new file mode 100644 index 000000000000..48993186b826 --- /dev/null +++ b/x11/xrootconsole/distinfo @@ -0,0 +1 @@ +MD5 (xrootconsole-0.5.tar.gz) = 187efc4496ff337711bb020ef0c4fb74 diff --git a/x11/xrootconsole/files/patch-main.c b/x11/xrootconsole/files/patch-main.c new file mode 100644 index 000000000000..d86eb54fda51 --- /dev/null +++ b/x11/xrootconsole/files/patch-main.c @@ -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> diff --git a/x11/xrootconsole/pkg-comment b/x11/xrootconsole/pkg-comment new file mode 100644 index 000000000000..c9649e06bcc3 --- /dev/null +++ b/x11/xrootconsole/pkg-comment @@ -0,0 +1 @@ +Writes any log live onto the background diff --git a/x11/xrootconsole/pkg-descr b/x11/xrootconsole/pkg-descr new file mode 100644 index 000000000000..b2d337548a28 --- /dev/null +++ b/x11/xrootconsole/pkg-descr @@ -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 diff --git a/x11/xrootconsole/pkg-plist b/x11/xrootconsole/pkg-plist new file mode 100644 index 000000000000..a07463916785 --- /dev/null +++ b/x11/xrootconsole/pkg-plist @@ -0,0 +1 @@ +bin/xrootconsole |