1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

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>
This commit is contained in:
Chris Piazza 1999-10-05 16:25:27 +00:00
parent d3ca453d81
commit 792f9f1be4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22176
5 changed files with 34 additions and 0 deletions

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (rt-0.0.4B.tgz) = bb2381e22f072ad28670e6f00ce16fc7

View File

@ -0,0 +1 @@
Simple utility to tail files/logs to a root X window

View File

@ -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/

View File

@ -0,0 +1 @@
bin/rt