Update to v0.3 : - Code cleanup - Allow STDIN instead of standard file for input This allows syntaxes such as 'cat *.evt | ./evtViewer, or ./evtViewer < *.evt' - Filter options added : -n, -i, -t, -c -n : show only events matching this record number -i : show only events matching this id -t : show only events matching this type -c : show only events matching this category - Display options added : s(tandard), (l)og-like In log-like mode, events are displayed as in standard log files (one entry per line) Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->rafan Eat.
rafan 2006-10-31 04:47:33 UTC FreeBSD ports repository Modified files: sysutils/evtviewer Makefile distinfo Log: - Update to 0.3 PR: ports/104291 Submitted by: Ganael LAPLANCHE <ganael.laplanche at martymac.com> (maintainer) Revision Changes Path 1.3 +1 -1 ports/sysutils/evtviewer/Makefile 1.2 +3 -3 ports/sysutils/evtviewer/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!