From f5c06a6998e3231b83ec9274d1a79284266d762a Mon Sep 17 00:00:00 2001 From: ijliao Date: Mon, 15 Jul 2002 10:24:23 +0000 Subject: add xrootconsole 0.5 Writes any log live onto the background PR: 40513 Submitted by: "incabulos@mac.com &" --- x11/xrootconsole/Makefile | 32 ++++++++++++++++++++++++++++++++ x11/xrootconsole/distinfo | 1 + x11/xrootconsole/files/patch-main.c | 10 ++++++++++ x11/xrootconsole/pkg-comment | 1 + x11/xrootconsole/pkg-descr | 12 ++++++++++++ x11/xrootconsole/pkg-plist | 1 + 6 files changed, 57 insertions(+) create mode 100644 x11/xrootconsole/Makefile create mode 100644 x11/xrootconsole/distinfo create mode 100644 x11/xrootconsole/files/patch-main.c create mode 100644 x11/xrootconsole/pkg-comment create mode 100644 x11/xrootconsole/pkg-descr create mode 100644 x11/xrootconsole/pkg-plist (limited to 'x11/xrootconsole') 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 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 + #include ++#include + #include + #include + #include 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 -- cgit