Date: Sun, 13 Nov 2005 04:40:50 -0800 (PST) From: murray@nesbitt.ca To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/88926: Update port: sysutils/flasher New distinfo file Message-ID: <20051113124050.9FB3F59@gls-store.com> Resent-Message-ID: <200511131240.jADCeFIx067072@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 88926 >Category: ports >Synopsis: Update port: sysutils/flasher New distinfo file >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 Nov 13 12:40:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Murray >Release: FreeBSD 5.4-RELEASE-p7 i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: # 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: # # sysutils/flasher # sysutils/flasher/Makefile # sysutils/flasher/distinfo # sysutils/flasher/pkg-descr # sysutils/flasher/files # sysutils/flasher/files/patch-Makefile # echo c - sysutils/flasher mkdir -p sysutils/flasher > /dev/null 2>&1 echo x - sysutils/flasher/Makefile sed 's/^X//' >sysutils/flasher/Makefile << 'END-of-sysutils/flasher/Makefile' X# New ports collection makefile for: flasher X# Date created: 10 March 2002 X# Whom: Murray Nesbitt <freebsd@nesbitt.ca> X# X# $FreeBSD: ports/sysutils/flasher/Makefile,v 1.4 2004/02/06 13:12:23 trevor Exp $ X# X XPORTNAME= flasher XPORTVERSION= 1.3 XCATEGORIES= sysutils XMASTER_SITES= http://www.unixporting.com/downloads/flasher/ X XMAINTAINER= freebsd@nesbitt.ca XCOMMENT= Monitors log or mail files for writes, and flashes a keyboard LED X XMAN1= flasher.1 XMANCOMPRESSED= yes XPLIST_FILES= sbin/flasher X X.include <bsd.port.mk> END-of-sysutils/flasher/Makefile echo x - sysutils/flasher/distinfo sed 's/^X//' >sysutils/flasher/distinfo << 'END-of-sysutils/flasher/distinfo' XMD5 (flasher-1.3.tar.gz) = 44b2a7eaf7a9189100d8bde0b929ef63 XSIZE (flasher-1.3.tar.gz) = 6121 END-of-sysutils/flasher/distinfo echo x - sysutils/flasher/pkg-descr sed 's/^X//' >sysutils/flasher/pkg-descr << 'END-of-sysutils/flasher/pkg-descr' XFlasher monitors changes to one or more files, and indicates the Xnumber of writes to these files by briefly flashing a console LED Xonce for each write. The flashing sequence is repeated, after a Xbrief pause, until the files have been read. As the files are Xsubsequently read, the number of LED flashes is reduced. When all Xmonitored files have been read, the console LED will be disabled. X XThe most obvious use is to monitor specific system log or mail files. X XMultiple LEDs can be used. Each possible LED (-c, -n or -s) takes Xa list of colon-separated file arguments. For example, when invoked Xas: X X # ./flasher -s /var/log/messages:/var/mail/root X Xthe Scroll Lock LED will flash once for each write made to either Xof these files, until the files are read. When /var/log/messages Xhas been read, the Scroll Lock LED will continue to flash once for Xeach write that has been made to /var/mail/root, until it also has Xbeen read. X XThe list of files can include files that don't yet exist. X XWWW: http://www.unixporting.com/downloads/flasher/ X END-of-sysutils/flasher/pkg-descr echo c - sysutils/flasher/files mkdir -p sysutils/flasher/files > /dev/null 2>&1 echo x - sysutils/flasher/files/patch-Makefile sed 's/^X//' >sysutils/flasher/files/patch-Makefile << 'END-of-sysutils/flasher/files/patch-Makefile' X$FreeBSD: ports/sysutils/flasher/files/patch-Makefile,v 1.1 2002/03/18 23:10:09 petef Exp $ X X--- Makefile.orig Mon Mar 18 18:03:38 2002 X+++ Makefile Mon Mar 18 18:04:08 2002 X@@ -1,8 +1,8 @@ X X-CFLAGS = -Wall -O X+CFLAGS += -Wall X X-CC = gcc X-DESTDIR=/usr/local X+CC ?= gcc X+DESTDIR= ${PREFIX} X X all: flasher man X END-of-sysutils/flasher/files/patch-Makefile exit >Release-Note: >Audit-Trail: >Unformatted: <machine, os, target, libraries (multiple lines)>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051113124050.9FB3F59>