diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-10-05 16:25:27 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-10-05 16:25:27 +0000 |
commit | 0911230e4b9f7db6fd7ba2153b3d7edbe350b0da (patch) | |
tree | f6b7d7892463dbe42ceb3f94215d6deb71053374 /sysutils | |
parent | d8e8bff24fc4616c3917a5caf37419f4e56a4b0a (diff) | |
download | FreeBSD-ports-0911230e4b9f7db6fd7ba2153b3d7edbe350b0da.zip FreeBSD-ports-0911230e4b9f7db6fd7ba2153b3d7edbe350b0da.tar.gz |
Simple utility to tail files/logs to a root X window.
Useful for keeping tabs on log files in X without having
an additional terminal window open.
PR: 14059
Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/roottail/Makefile | 26 | ||||
-rw-r--r-- | sysutils/roottail/distinfo | 1 | ||||
-rw-r--r-- | sysutils/roottail/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/roottail/pkg-descr | 5 | ||||
-rw-r--r-- | sysutils/roottail/pkg-plist | 1 |
5 files changed, 34 insertions, 0 deletions
diff --git a/sysutils/roottail/Makefile b/sysutils/roottail/Makefile new file mode 100644 index 0000000..b7cf908 --- /dev/null +++ b/sysutils/roottail/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: roottail +# Version required: 0.0.4b +# Date created: 30 September 1999 +# Whom: Chris D. Faulhaber <jedgar@fxp.org> +# +# $FreeBSD$ +# + +DISTNAME= rt-0.0.4B +PKGNAME= roottail-0.0.4b +CATEGORIES= sysutils +MASTER_SITES= ftp://ftp.hypertek.net/misc/ \ + http://www.fxp.org/~jedgar/ +EXTRACT_SUFX= .tgz + +MAINTAINER= jedgar@fxp.org + +MAN1= rt.1 +USE_IMAKE= yes +MANCOMPRESSED= no + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/rt ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/rt.1 ${PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/sysutils/roottail/distinfo b/sysutils/roottail/distinfo new file mode 100644 index 0000000..f80e5984 --- /dev/null +++ b/sysutils/roottail/distinfo @@ -0,0 +1 @@ +MD5 (rt-0.0.4B.tgz) = bb2381e22f072ad28670e6f00ce16fc7 diff --git a/sysutils/roottail/pkg-comment b/sysutils/roottail/pkg-comment new file mode 100644 index 0000000..9a022a2 --- /dev/null +++ b/sysutils/roottail/pkg-comment @@ -0,0 +1 @@ +Simple utility to tail files/logs to a root X window diff --git a/sysutils/roottail/pkg-descr b/sysutils/roottail/pkg-descr new file mode 100644 index 0000000..e8af1dc --- /dev/null +++ b/sysutils/roottail/pkg-descr @@ -0,0 +1,5 @@ +Simple utility to tail files/logs to a root X window. +Useful for keeping tabs on log files in X without having +an additional terminal window open. + +WWW: http://hypertek.net/root-tail/ diff --git a/sysutils/roottail/pkg-plist b/sysutils/roottail/pkg-plist new file mode 100644 index 0000000..db60119 --- /dev/null +++ b/sysutils/roottail/pkg-plist @@ -0,0 +1 @@ +bin/rt |