mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Import of xwatch, a Gtk-based program for watching log files, a
la "tail -f".
This commit is contained in:
parent
4f6517aa19
commit
6721ad7602
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11935
27
sysutils/xwatch/Makefile
Normal file
27
sysutils/xwatch/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: xwatch
|
||||
# Version required: 0.1.0
|
||||
# Date created: 17 July 1998
|
||||
# Whom: mph
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= xwatch-0.1.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://hem.passagen.se/osk/
|
||||
|
||||
MAINTAINER= mph@freebsd.org
|
||||
|
||||
LIB_DEPENDS= gtk\\.1:${PORTSDIR}/x11/gtk
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/xwatch
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xwatch
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/TODO ${PREFIX}/share/doc/xwatch
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/xwatch.test.conf ${PREFIX}/share/doc/xwatch
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
sysutils/xwatch/distinfo
Normal file
1
sysutils/xwatch/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xwatch-0.1.0.tar.gz) = c25992f17e25fe0d96605eacd7f4597d
|
20
sysutils/xwatch/files/patch-aa
Normal file
20
sysutils/xwatch/files/patch-aa
Normal file
@ -0,0 +1,20 @@
|
||||
--- src/Makefile.in.orig Fri Jul 17 11:25:36 1998
|
||||
+++ src/Makefile.in Fri Jul 17 11:26:35 1998
|
||||
@@ -80,7 +80,7 @@
|
||||
|
||||
DEFS = @DEFS@ -I. -I$(srcdir) -I..
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
-LDFLAGS = @LDFLAGS@
|
||||
+LDFLAGS = @LDFLAGS@ $(GTK_LIBS)
|
||||
LIBS = @LIBS@
|
||||
X_CFLAGS = @X_CFLAGS@
|
||||
X_LIBS = @X_LIBS@
|
||||
@@ -89,7 +89,7 @@
|
||||
xwatch_OBJECTS = xwatch.o string.o util.o gui.o
|
||||
xwatch_DEPENDENCIES =
|
||||
xwatch_LDFLAGS =
|
||||
-CFLAGS = @CFLAGS@
|
||||
+CFLAGS = @CFLAGS@ $(GTK_CFLAGS)
|
||||
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
|
||||
LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
1
sysutils/xwatch/pkg-comment
Normal file
1
sysutils/xwatch/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Gtk-based program for watching files (e.g. logs) in a window.
|
4
sysutils/xwatch/pkg-descr
Normal file
4
sysutils/xwatch/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This software allows you to monitor files or pipes in a window. The
|
||||
window is updated when the file changes, in the fashion of "tail -f",
|
||||
making xwatch well-suited for monitoring system logs, "make" logs, and
|
||||
so forth. It uses the Gtk toolkit.
|
5
sysutils/xwatch/pkg-plist
Normal file
5
sysutils/xwatch/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
bin/xwatch
|
||||
share/doc/xwatch/README
|
||||
share/doc/xwatch/TODO
|
||||
share/doc/xwatch/xwatch.test.conf
|
||||
@dirrm share/doc/xwatch
|
Loading…
Reference in New Issue
Block a user