summaryrefslogtreecommitdiff
path: root/misc/multitail
AgeCommit message (Collapse)AuthorFilesLines
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam1-6/+11
their files via a custom do-install target.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-2/+2
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-06-25Update multitail to 4.0.6. Fixes PR 33817.hubertf8-57/+53
Changes: too many to list; most importantly the distfile's available from the master site.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-24Add DragonFly support. When will the Large File Hacks for/from Linuxjoerg5-1/+75
finally die?
2006-02-23Fixed pkglint warnings and one that has been discovered by wiz.rillig2-6/+5
2006-02-23Added a patch that passes the pkgsrc LDFLAGS to the compiler and linker.rillig2-1/+16
2006-02-17Updated multitail to 3.8.6.rillig2-6/+6
Changes since 3.8.5: - Made the cursor keys work in the scrollback screen.
2006-02-16Updated multitail to 3.8.5.rillig5-28/+35
Changes include: - Many bug fixes. - Many portability improvements. - Interactive mode for adding/removing log files on-the-fly.
2005-06-17Create directories before installing files into them.jlam1-1/+2
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.