Tail multiple files on console with ncurses.
WWW: http://www.vanheusden.com/multitail/
This commit is contained in:
parent
7ae91b37a9
commit
de082ddab6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78681
5 changed files with 41 additions and 0 deletions
|
@ -150,6 +150,7 @@
|
|||
SUBDIR += mktool
|
||||
SUBDIR += monitord
|
||||
SUBDIR += msyslog
|
||||
SUBDIR += multitail
|
||||
SUBDIR += muse
|
||||
SUBDIR += ndir
|
||||
SUBDIR += no-login
|
||||
|
|
28
sysutils/multitail/Makefile
Normal file
28
sysutils/multitail/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: multitail
|
||||
# Date created: 10 April 2003
|
||||
# Whom: Oliver Braun <obraun@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= multitail
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.vanheusden.com/multitail/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= obraun@FreeBSD.org
|
||||
COMMENT= Tail multiple files on console with ncurses
|
||||
|
||||
USE_REINPLACE= yes
|
||||
|
||||
MAN1= multitail.1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/^CC/d ; /^CFLAGS/d' ${WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/multitail ${PREFIX}/bin/
|
||||
${INSTALL_MAN} ${WRKSRC}/multitail.1 ${MANPREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
1
sysutils/multitail/distinfo
Normal file
1
sysutils/multitail/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (multitail-1.2.tgz) = 3fd3013db651378e5bbb99a2ac09010b
|
10
sysutils/multitail/pkg-descr
Normal file
10
sysutils/multitail/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
|||
Multitail lets you view one or multiple files like the original tail program.
|
||||
The difference is that this program creates multiple windows on your console
|
||||
(with ncurses). It can also use colors while displaying the logfiles for faster
|
||||
recognizing which lines are important and which are not. It is optimized for
|
||||
terminal-sessions through slow links.
|
||||
|
||||
WWW: http://www.vanheusden.com/multitail/
|
||||
|
||||
-- Oliver Braun
|
||||
<obraun@FreeBSD.org>
|
1
sysutils/multitail/pkg-plist
Normal file
1
sysutils/multitail/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/multitail
|
Loading…
Reference in a new issue