Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#1815 closed defect (fixed)

NEW: multitail-3.0.6

Reported by: gcomnz@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

This utility doesn't have a configure script so I had to reinplace $prefix to install it.

================INLINE CONTENT================ # $Id: $ PortSystem 1.0 name multitail version 3.0.6 categories sysutil maintainers gcomnz@… description Tail multiple files in one terminal at once long_description MultiTail lets you view one or multiple files like the \

original tail program. The difference is that it creates multiple \ windows on your console (with ncurses). Merging of 2 or even more \ logfiles is possible. It can also use colors while displaying the \ logfiles (through regular expressions), for faster recognition of what \ is important and what not. It can also filter lines (again with regular \ expressions). It has interactive menus for editing given regular \ expressions and deleting and adding windows. One can also have windows \ with the output of shell scripts and other software. When viewing the \ output of external software, MultiTail can mimic the functionality of \ tools like 'watch' and such.

homepage http://www.vanheusden.com/multitail/ master_sites http://www.vanheusden.com/multitail/ distfiles ${name}-${version}.tgz checksums md5 48ea209aaa314de2a9e871345d438782 configure {} pre-build {

reinplace "s|\$(DESTDIR)/usr/|${prefix}/|g" ${worksrcpath}/makefile.macosx

} build.args -f makefile.macosx destroot.args -f makefile.macosx

Change History (1)

comment:1 Changed 20 years ago by mww@…

Resolution: fixed
Status: newclosed

commited (incl a little fix for making it destroot cirrectly)

THANKS!

Note: See TracTickets for help on using tickets.