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:
parent
d3ca453d81
commit
792f9f1be4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22176
26
sysutils/roottail/Makefile
Normal file
26
sysutils/roottail/Makefile
Normal 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>
|
1
sysutils/roottail/distinfo
Normal file
1
sysutils/roottail/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (rt-0.0.4B.tgz) = bb2381e22f072ad28670e6f00ce16fc7
|
1
sysutils/roottail/pkg-comment
Normal file
1
sysutils/roottail/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Simple utility to tail files/logs to a root X window
|
5
sysutils/roottail/pkg-descr
Normal file
5
sysutils/roottail/pkg-descr
Normal 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/
|
1
sysutils/roottail/pkg-plist
Normal file
1
sysutils/roottail/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/rt
|
Loading…
Reference in New Issue
Block a user