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:
parent
2cc83ec4cd
commit
5661618df9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62971
@ -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
32
x11/xrootconsole/Makefile
Normal 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>
|
1
x11/xrootconsole/distinfo
Normal file
1
x11/xrootconsole/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xrootconsole-0.5.tar.gz) = 187efc4496ff337711bb020ef0c4fb74
|
10
x11/xrootconsole/files/patch-main.c
Normal file
10
x11/xrootconsole/files/patch-main.c
Normal 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>
|
1
x11/xrootconsole/pkg-comment
Normal file
1
x11/xrootconsole/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Writes any log live onto the background
|
12
x11/xrootconsole/pkg-descr
Normal file
12
x11/xrootconsole/pkg-descr
Normal 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
|
1
x11/xrootconsole/pkg-plist
Normal file
1
x11/xrootconsole/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/xrootconsole
|
Loading…
Reference in New Issue
Block a user