ports/104291: [PORT UPDATE] sysutils/evtviewer v0.2 to v0.3

Ganael LAPLANCHE ganael.laplanche at martymac.com
Wed Oct 11 07:00:32 UTC 2006


>Number:         104291
>Category:       ports
>Synopsis:       [PORT UPDATE] sysutils/evtviewer v0.2 to v0.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 11 07:00:30 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ganael LAPLANCHE
>Release:        FreeBSD 6.1
>Organization:
Martymac.com
>Environment:
FreeBSD martymac.com 6.1-RELEASE-p5 FreeBSD 6.1-RELEASE-p5 #0: Mon Aug 28 15:18:55 CEST 2006     martymac at martymac.com:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
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)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -aur evtviewer.old/Makefile evtviewer/Makefile
--- evtviewer.old/Makefile	Fri Oct  6 20:08:42 2006
+++ evtviewer/Makefile	Tue Oct 10 17:20:12 2006
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	evtViewer
-PORTVERSION=	0.2
+PORTVERSION=	0.3
 CATEGORIES=	sysutils
 MASTER_SITES=	http://contribs.martymac.com/evtViewer/ \
-		${MASTER_SITE_LOCAL}
+	        	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	miwi
 EXTRACT_SUFX=	.tgz
 
diff -aur evtviewer.old/distinfo evtviewer/distinfo
--- evtviewer.old/distinfo	Tue Sep 12 21:58:25 2006
+++ evtviewer/distinfo	Tue Oct 10 17:22:44 2006
@@ -1,3 +1,3 @@
-MD5 (evtViewer-0.2.tgz) = 569f8e4958d003871ae79f736a013102
-SHA256 (evtViewer-0.2.tgz) = 2964ad781bf01f9f4bf16ab17eed65464eb23376071a22310e35b6c398fac176
-SIZE (evtViewer-0.2.tgz) = 13089
+MD5 (evtViewer-0.3.tgz) = 5297b6905e70f78c83ed70d09ac336f2
+SHA256 (evtViewer-0.3.tgz) = e0f871791eb8211b2efd38abc3a8763c7a50a85effb291cd109db931456b46ff
+SIZE (evtViewer-0.3.tgz) = 14631

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list