summaryrefslogtreecommitdiff
path: root/misc/multitail
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-18Convert to buildlink3.snj1-3/+3
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-12Upgrade this to 2.4 (as 2.0 no longer exists for download).jmc4-38/+19
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-04-23Update multitail to 2.0mjl4-35/+32
- you can now also tail external commands with MultiTail. - negating regular expressions did not work.
2003-04-18Initial import of multitail 1.8mjl6-0/+68
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. Note: I tried to make it NOT depend on ncurses and use the built-in curses instead.