diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-09-12 19:58:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-09-12 19:58:25 +0000 |
commit | 229d0d3330df085316902b7ba38e12dc2982e96c (patch) | |
tree | 38774f50e2f2340f7f7241af5487719aa0860ca9 | |
parent | IGNORE for 7.x after 700019 and 6.x after 601104: FreeBSD Update is now (diff) |
evtViewer - A PERL-based viewer for Ms event (*.evt) log files.
evtViewer displays Ms event (*.evt) log files in a human-readable format.
WWW: http://contribs.martymac.com
PR: ports/103180
Submitted by: Ganael LAPLANCHE <ganael.laplanche(at)martymac.com>
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/evtviewer/Makefile | 26 | ||||
-rw-r--r-- | sysutils/evtviewer/distinfo | 3 | ||||
-rw-r--r-- | sysutils/evtviewer/pkg-descr | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 53020a78f564..9425a9d66fa2 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -152,6 +152,7 @@ SUBDIR += estctrl SUBDIR += etcmerge SUBDIR += eventwatcher + SUBDIR += evtviewer SUBDIR += extipl SUBDIR += ezjail SUBDIR += fanout diff --git a/sysutils/evtviewer/Makefile b/sysutils/evtviewer/Makefile new file mode 100644 index 000000000000..318e18d9ea61 --- /dev/null +++ b/sysutils/evtviewer/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: evtViewer +# Date created: Sat Sep 01 09:30:00 UTC 2006 +# Whom: Ganael LAPLANCHE <ganael.laplanche@martymac.com> +# +# $FreeBSD$ +# + +PORTNAME= evtViewer +PORTVERSION= 0.2 +CATEGORIES= sysutils +MASTER_SITES= http://contribs.martymac.com/evtViewer/ +EXTRACT_SUFX= .tgz + +MAINTAINER= ganael.laplanche@martymac.com +COMMENT= PERL-based Event viewer + +USE_PERL5= yes +NO_BUILD= yes + +PLIST_FILES= bin/evtViewer + +# Just copy the scripts +do-install: + ${CP} ${WRKSRC}/evtViewer ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/sysutils/evtviewer/distinfo b/sysutils/evtviewer/distinfo new file mode 100644 index 000000000000..0cc457fbb68d --- /dev/null +++ b/sysutils/evtviewer/distinfo @@ -0,0 +1,3 @@ +MD5 (evtViewer-0.2.tgz) = 569f8e4958d003871ae79f736a013102 +SHA256 (evtViewer-0.2.tgz) = 2964ad781bf01f9f4bf16ab17eed65464eb23376071a22310e35b6c398fac176 +SIZE (evtViewer-0.2.tgz) = 13089 diff --git a/sysutils/evtviewer/pkg-descr b/sysutils/evtviewer/pkg-descr new file mode 100644 index 000000000000..bab24075d79b --- /dev/null +++ b/sysutils/evtviewer/pkg-descr @@ -0,0 +1,5 @@ +evtViewer - A PERL-based viewer for Ms event (*.evt) log files. + +evtViewer displays Ms event (*.evt) log files in a human-readable format. + +WWW: http://contribs.martymac.com |