From 792f9f1be4aec00c5c01bcc46690dcb27d6f955a Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Tue, 5 Oct 1999 16:25:27 +0000 Subject: 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 --- sysutils/roottail/Makefile | 26 ++++++++++++++++++++++++++ sysutils/roottail/distinfo | 1 + sysutils/roottail/pkg-comment | 1 + sysutils/roottail/pkg-descr | 5 +++++ sysutils/roottail/pkg-plist | 1 + 5 files changed, 34 insertions(+) create mode 100644 sysutils/roottail/Makefile create mode 100644 sysutils/roottail/distinfo create mode 100644 sysutils/roottail/pkg-comment create mode 100644 sysutils/roottail/pkg-descr create mode 100644 sysutils/roottail/pkg-plist (limited to 'sysutils') diff --git a/sysutils/roottail/Makefile b/sysutils/roottail/Makefile new file mode 100644 index 000000000000..b7cf9082e53c --- /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 +# +# $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 diff --git a/sysutils/roottail/distinfo b/sysutils/roottail/distinfo new file mode 100644 index 000000000000..f80e5984636d --- /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 000000000000..9a022a2e28ab --- /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 000000000000..e8af1dc3c54a --- /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 000000000000..db6011964c41 --- /dev/null +++ b/sysutils/roottail/pkg-plist @@ -0,0 +1 @@ +bin/rt -- cgit v1.2.3