summaryrefslogtreecommitdiff
path: root/x11/xrootconsole
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-15 10:24:23 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-15 10:24:23 +0000
commit5661618df90f72713110a1e905050ff91e4b6043 (patch)
tree5de33f34c62f5113edf785ac770d463772c66ec1 /x11/xrootconsole
parentUpdate to 1.0.5 and respect CFLAGS/LDFLAGS. (diff)
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/Makefile32
-rw-r--r--x11/xrootconsole/distinfo1
-rw-r--r--x11/xrootconsole/files/patch-main.c10
-rw-r--r--x11/xrootconsole/pkg-comment1
-rw-r--r--x11/xrootconsole/pkg-descr12
-rw-r--r--x11/xrootconsole/pkg-plist1
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