diff options
author | mph <mph@FreeBSD.org> | 2004-03-10 12:41:10 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 2004-03-10 12:41:10 +0800 |
commit | 3d57878e25c304c3c3dcdf437538ab7c56de4dbd (patch) | |
tree | a65306e7753a7d4fb13d22a105e0791aa58b19e9 | |
parent | cd6f04dc7c32c69ae15b45c8a37ec8e6c2eb0d0b (diff) | |
download | freebsd-ports-gnome-3d57878e25c304c3c3dcdf437538ab7c56de4dbd.tar.gz freebsd-ports-gnome-3d57878e25c304c3c3dcdf437538ab7c56de4dbd.tar.zst freebsd-ports-gnome-3d57878e25c304c3c3dcdf437538ab7c56de4dbd.zip |
xwatch has been abandoned by the author, and its distfile removed. RIP.
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/xwatch/Makefile | 29 | ||||
-rw-r--r-- | sysutils/xwatch/distinfo | 1 | ||||
-rw-r--r-- | sysutils/xwatch/files/patch-aa | 20 | ||||
-rw-r--r-- | sysutils/xwatch/pkg-descr | 4 | ||||
-rw-r--r-- | sysutils/xwatch/pkg-plist | 5 |
6 files changed, 0 insertions, 60 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 9f86b108f087..84ed28790041 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -438,7 +438,6 @@ SUBDIR += xsu SUBDIR += xsysinfo SUBDIR += xsysstats - SUBDIR += xwatch SUBDIR += xwipower SUBDIR += yawho SUBDIR += zidrav diff --git a/sysutils/xwatch/Makefile b/sysutils/xwatch/Makefile deleted file mode 100644 index 241dfd0baea8..000000000000 --- a/sysutils/xwatch/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: xwatch -# Date created: 17 July 1998 -# Whom: mph -# -# $FreeBSD$ -# - -PORTNAME= xwatch -PORTVERSION= 0.1.0 -PORTREVISION= 1 -CATEGORIES= sysutils -MASTER_SITES= http://www.student.lu.se/~nbi98oli/src/obsolete/ - -MAINTAINER= mph@freebsd.org -COMMENT= A Gtk-based program for watching files (e.g. logs) in a window - -USE_XLIB= yes -USE_GNOME= gtk12 -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> diff --git a/sysutils/xwatch/distinfo b/sysutils/xwatch/distinfo deleted file mode 100644 index 6d7deb3f68ac..000000000000 --- a/sysutils/xwatch/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (xwatch-0.1.0.tar.gz) = c25992f17e25fe0d96605eacd7f4597d diff --git a/sysutils/xwatch/files/patch-aa b/sysutils/xwatch/files/patch-aa deleted file mode 100644 index 457c4be3f1d3..000000000000 --- a/sysutils/xwatch/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- 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 diff --git a/sysutils/xwatch/pkg-descr b/sysutils/xwatch/pkg-descr deleted file mode 100644 index aac3db76e592..000000000000 --- a/sysutils/xwatch/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -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. diff --git a/sysutils/xwatch/pkg-plist b/sysutils/xwatch/pkg-plist deleted file mode 100644 index b13a1e86e024..000000000000 --- a/sysutils/xwatch/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/xwatch -share/doc/xwatch/README -share/doc/xwatch/TODO -share/doc/xwatch/xwatch.test.conf -@dirrm share/doc/xwatch |