Bug 104291

Summary: [PORT UPDATE] sysutils/evtviewer v0.2 to v0.3
Product: Ports & Packages Reporter: Ganael LAPLANCHE <ganael.laplanche>
Component: Individual Port(s)Assignee: Rong-En Fan <rafan>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Ganael LAPLANCHE 2006-10-11 08:00:30 UTC
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:
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2006-10-11 15:29:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Eat.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-10-31 04:47:39 UTC
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"
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2006-10-31 04:47:52 UTC
State Changed
From-To: open->closed

Committed. Thanks!