Date: Sun, 22 Jan 2006 07:40:52 -0500 (EST) From: "Jeffrey H. Johnson" <CPE1704TKS@bellsouth.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: CPE1704TKS@bellsouth.net Subject: ports/92155: [NEW PORT] sysutils/slst: Generates syslog statistics to detect tendencies and unexpected change Message-ID: <20060122124052.D125E39833@offworld.cqasys.com> Resent-Message-ID: <200601221510.k0MFA3Rv008351@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 92155 >Category: ports >Synopsis: [NEW PORT] sysutils/slst: Generates syslog statistics to detect tendencies and unexpected change >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jan 22 15:10:02 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jeffrey H. Johnson >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: System: FreeBSD offworld.cqasys.com 6.0-STABLE FreeBSD 6.0-STABLE #21: Wed Jan 18 22:35:45 EST 2006 >Description: slst generates statistics from the output of syslog. With slst one can find tendencies and unexpected changes in the behaviour of the running processes. WWW: http://www.vanheusden.com/recoverdm/ Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- slst-0.2.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # slst # slst/files # slst/files/patch-aa # slst/Makefile # slst/distinfo # slst/pkg-descr # echo c - slst mkdir -p slst > /dev/null 2>&1 echo c - slst/files mkdir -p slst/files > /dev/null 2>&1 echo x - slst/files/patch-aa sed 's/^X//' >slst/files/patch-aa << 'END-of-slst/files/patch-aa' X*** Makefile.orig Sun Jan 22 07:29:28 2006 X--- Makefile Sun Jan 22 07:38:16 2006 X*************** X*** 1,10 **** X! CC=gcc X X! CXXFLAGS=-Wall -O2 X! CFLAGS=-Wall -O2 X! LDFLAGS=-lstdc++ X VERSION=0.2 X X OBJS=slst.o error.o utils.o intcnt.o array.o X X all: slst X--- 1,10 ---- X! #CC=gcc X X! #CXXFLAGS=-Wall -O2 X! #CFLAGS=-Wall -O2 X! LDFLAGS+=-lstdc++ X VERSION=0.2 X X OBJS=slst.o error.o utils.o intcnt.o array.o X X all: slst X*************** X*** 12,22 **** X slst: $(OBJS) X $(CC) -Wall -W $(OBJS) $(LDFLAGS) -o slst X # strip slst X X install: slst X! cp slst /usr/bin X X clean: X rm -f $(OBJS) slst core X X package: clean X--- 12,22 ---- X slst: $(OBJS) X $(CC) -Wall -W $(OBJS) $(LDFLAGS) -o slst X # strip slst X X install: slst X! ${INSTALL} -m 755 slst ${PREFIX}/bin X X clean: X rm -f $(OBJS) slst core X X package: clean END-of-slst/files/patch-aa echo x - slst/Makefile sed 's/^X//' >slst/Makefile << 'END-of-slst/Makefile' X# New ports collection makefile for: slst X# Date created: 22 January 2006 X# Whom: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> X# X# $FreeBSD: ports/sysutils/slst/Makefile,v 1.00 2006/01/22 07:32:51 trn Exp $ X# X XPORTNAME= slst XPORTVERSION= 0.2 XCATEGORIES= sysutils XMASTER_SITES= http://www.vanheusden.com/slst/ XEXTRACT_SUFX= .tgz X XMAINTAINER= CPE1704TKS@bellsouth.net XCOMMENT= Generates syslog statistics to detect tendencies and unexpected change X XALL_TARGET= all X XPLIST_FILES= bin/slst X X.include <bsd.port.mk> END-of-slst/Makefile echo x - slst/distinfo sed 's/^X//' >slst/distinfo << 'END-of-slst/distinfo' XSIZE (slst-0.2.tgz) = 5746 XSHA256 (slst-0.2.tgz) = 13b5036dd89eb25759f9cac7b6223cf08c108934ede1f9066a6483f09a18c492 XMD5 (slst-0.2.tgz) = 7223a420fe03bf1f074f8084021b20c6 END-of-slst/distinfo echo x - slst/pkg-descr sed 's/^X//' >slst/pkg-descr << 'END-of-slst/pkg-descr' Xslst generates statistics from the output of syslog. X XWith slst one can find tendencies and unexpected changes Xin the behaviour of the running processes. X XWWW: http://www.vanheusden.com/recoverdm/ END-of-slst/pkg-descr exit --- slst-0.2.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060122124052.D125E39833>