Bug 104291 - [PORT UPDATE] sysutils/evtviewer v0.2 to v0.3
Summary: [PORT UPDATE] sysutils/evtviewer v0.2 to v0.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-11 08:00 UTC by Ganael LAPLANCHE
Modified: 2006-10-31 04:50 UTC (History)
0 users

See Also:


Attachments
file.diff (960 bytes, patch)
2006-10-11 08:00 UTC, Ganael LAPLANCHE
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!