2005-04-11 23:44:48 +02:00
|
|
|
# $NetBSD: Makefile,v 1.12 2005/04/11 21:46:38 tv Exp $
|
2003-04-18 10:44:16 +02:00
|
|
|
#
|
|
|
|
|
Upgrade this to 2.4 (as 2.0 no longer exists for download).
Changes since 2.0:
Version 2.1: this release features filename completion when adding files through
the menu
Version 2.2: fileselectors now shows the files sorted, has page up/down support
and actually works :-) Also the windows are now initially filled as much as poss
ible.
Version 2.3: field delimiters (for -cf) can be any size now (not just one charac
ter), statuslines are now optional, if a window closes, a popup-box is displayed
(can be switched off), fixed a small memory-leak, fixed a potential segfault, f
ixed a couple of (sp)lint-warnings, radically changed the errorhandling, some fi
xes to get thing work (again) on MacOS-X. WARNING: the installationlocation has
been changed to /usr/bin! So first do make uninstall on the previous release!
Version 2.4: --retry now also works on platforms where tail does not support --r
etry, MultiTail works again on Solaris, added merge-mode: all files are merged
into one window, made window-selection into a scrollable window, fixed compilat
ion-warnings, windows are filled as much as possible again on Solaris
2003-05-12 06:16:15 +02:00
|
|
|
DISTNAME= multitail-2.4
|
2004-10-03 02:12:51 +02:00
|
|
|
PKGREVISION= 2
|
2003-04-18 10:44:16 +02:00
|
|
|
CATEGORIES= misc sysutils
|
|
|
|
MASTER_SITES= http://www.vanheusden.com/multitail/
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2003-07-17 23:41:05 +02:00
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
2003-04-18 10:44:16 +02:00
|
|
|
HOMEPAGE= http://www.vanheusden.com/multitail/
|
2003-07-21 19:01:11 +02:00
|
|
|
COMMENT= View one or multiple files
|
2003-04-18 10:44:16 +02:00
|
|
|
|
2003-04-23 13:56:33 +02:00
|
|
|
|
2003-04-18 10:44:16 +02:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/multitail ${PREFIX}/bin/
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/multitail.1 ${PREFIX}/man/man1/
|
|
|
|
|
2004-04-18 21:16:20 +02:00
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
2003-04-18 10:44:16 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|