diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-12 22:49:05 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-12 22:49:05 +0000 |
commit | 798ce5dcce656e644df4f3792c3b5e9f164c4734 (patch) | |
tree | 6c144fb3019ffe270fdb67149ea347306885f7a8 /sysutils | |
parent | a4fc28db05ce4077ac093b2877943933636fba57 (diff) | |
download | ports-798ce5dcce656e644df4f3792c3b5e9f164c4734.tar.gz ports-798ce5dcce656e644df4f3792c3b5e9f164c4734.zip |
Inital import of xlogmaster v1.2.2.
Quick and easy monitoring of logfiles and devices.
PR: 7247
Submitted by: Adrian Wontroba <aw1@stade.co.uk>
Notes
Notes:
svn path=/head/; revision=11854
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xlogmaster/Makefile | 33 | ||||
-rw-r--r-- | sysutils/xlogmaster/distinfo | 1 | ||||
-rw-r--r-- | sysutils/xlogmaster/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/xlogmaster/pkg-descr | 8 | ||||
-rw-r--r-- | sysutils/xlogmaster/pkg-plist | 9 |
5 files changed, 52 insertions, 0 deletions
diff --git a/sysutils/xlogmaster/Makefile b/sysutils/xlogmaster/Makefile new file mode 100644 index 000000000000..b2390d16b7c6 --- /dev/null +++ b/sysutils/xlogmaster/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: xlogmaster +# Version required: 1.2.2 +# Date created: 11 July 1998 +# Whom: Adrian Wontroba <aw1@stade.co.uk> +# +# $Id$ +# + +DISTNAME= xlogmaster-1.2.2 +CATEGORIES= sysutils +MASTER_SITES= http://www.fusebox.hanse.de/xlogmaster/\ + http://porter.desy.de/~greve/xlogmaster/ +EXTRACT_SUFX= .src.tar.gz + +MAINTAINER= aw1@stade.co.uk + +LIB_DEPENDS= gtk\\.1\\.:${PORTSDIR}/x11/gtk + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +MAN1= xlogmaster.1 +WRKSRC= ${WRKDIR}/xlogmaster +USE_X11= yes +NO_PACKAGE= ignores cflags + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/xlogmaster + ${INSTALL_MAN} ${WRKSRC}/doc/tutorial.txt ${PREFIX}/share/doc/xlogmaster +.endif + +.include <bsd.port.mk> diff --git a/sysutils/xlogmaster/distinfo b/sysutils/xlogmaster/distinfo new file mode 100644 index 000000000000..5d96168b737d --- /dev/null +++ b/sysutils/xlogmaster/distinfo @@ -0,0 +1 @@ +MD5 (xlogmaster-1.2.2.src.tar.gz) = 3d61f3cefc3a740451f978b0cd94316a diff --git a/sysutils/xlogmaster/pkg-comment b/sysutils/xlogmaster/pkg-comment new file mode 100644 index 000000000000..599570104251 --- /dev/null +++ b/sysutils/xlogmaster/pkg-comment @@ -0,0 +1 @@ +quick & easy monitoring of logfiles and devices diff --git a/sysutils/xlogmaster/pkg-descr b/sysutils/xlogmaster/pkg-descr new file mode 100644 index 000000000000..ea3e2afbab4d --- /dev/null +++ b/sysutils/xlogmaster/pkg-descr @@ -0,0 +1,8 @@ +Xlogmaster displays logfiles and/or devices that can be read via cat. +It allows for quick and easy control of all logfiles and most of the +hardware/device status within one program. + +Filters allow to highlight/lowlight/hide lines of higher/lower/no +interest. Click right mouse button in text window to bring up the menu. + +http://porter.desy.de/~greve/xlogmaster/ diff --git a/sysutils/xlogmaster/pkg-plist b/sysutils/xlogmaster/pkg-plist new file mode 100644 index 000000000000..7abab238722d --- /dev/null +++ b/sysutils/xlogmaster/pkg-plist @@ -0,0 +1,9 @@ +bin/xlogmaster +man/man1/xlogmaster.1.gz +etc/steelblue.gtkrc +etc/simpsons.gtkrc +etc/hell.gtkrc +etc/green.gtkrc +etc/xlogmaster.gtkrc +share/doc/xlogmaster/tutorial.txt +@dirrm share/doc/xlogmaster |